add Color3b type
This commit is contained in:
parent
476f318dba
commit
83181a3dde
5
math/color.go
Normal file
5
math/color.go
Normal file
@ -0,0 +1,5 @@
|
||||
package math
|
||||
|
||||
type Color3b struct {
|
||||
R, G, B byte
|
||||
}
|
Loading…
Reference in New Issue
Block a user