yellow property

O yellow

Returns the color with the yellowest hue. (120°)

Implementation

O get yellow =>
    colors.reduce((color1, color2) => _compareDistance(color1, color2, 120));