6 lines
52 B
Go
6 lines
52 B
Go
package math
|
|
|
|
type Color3b struct {
|
|
R, G, B byte
|
|
}
|
package math
|
|
|
|
type Color3b struct {
|
|
R, G, B byte
|
|
}
|