4 lines
No EOL
112 B
Go
4 lines
No EOL
112 B
Go
package color
|
|
|
|
// Value is a type definition for the data type of a single color component.
|
|
type Value = float64 |