red property

O red

Returns the color with the reddest hue. (0°)

Implementation

O get red =>
    colors.reduce((color1, color2) => _compareDistance(color1, color2, 0));