orange property

O orange

Returns the color with the orangest hue. (60°)

Implementation

O get orange =>
    colors.reduce((color1, color2) => _compareDistance(color1, color2, 60));