5 lines
113 B
Go
5 lines
113 B
Go
package color
|
|
|
|
// Value is a type definition for the data type of a single color component.
|
|
type Value = float64
|