gohan-bunnymark/component/hue.go

7 lines
73 B
Go

package component
type Hue struct {
Colorful *bool
Value float64
}