lazarus/math/color.go

6 lines
52 B
Go
Raw Normal View History

2018-12-16 22:09:02 +00:00
package math
type Color3b struct {
R, G, B byte
}