lazarus/math/color.go
2018-12-16 14:09:02 -08:00

6 lines
52 B
Go

package math
type Color3b struct {
R, G, B byte
}