5 lines
113 B
Go
Raw Normal View History

2024-03-12 15:23:08 +01:00
package color
// Value is a type definition for the data type of a single color component.
type Value = float64