diff --git a/math/color.go b/math/color.go new file mode 100644 index 0000000..5810bba --- /dev/null +++ b/math/color.go @@ -0,0 +1,5 @@ +package math + +type Color3b struct { + R, G, B byte +}