redOrange property

O redOrange

Returns the color with the most red-orange hue. (30°)

Implementation

O get redOrange =>
    colors.reduce((color1, color2) => _compareDistance(color1, color2, 30));