color/Value.go
2024-03-12 15:23:08 +01:00

5 lines
113 B
Go

package color
// Value is a type definition for the data type of a single color component.
type Value = float64