yellowOrange property

O yellowOrange

Returns the color with the most yellow-orange hue. (90°)

Implementation

O get yellowOrange =>
    colors.reduce((color1, color2) => _compareDistance(color1, color2, 90));