violet property

O violet

Returns the color with the most violet hue. (300°)

Implementation

O get violet =>
    colors.reduce((color1, color2) => _compareDistance(color1, color2, 300));