blueViolet property

ColorModel blueViolet
inherited

Returns the color with the most blue-violet hue. (270°)

Implementation

O get blueViolet =>
    colors.reduce((color1, color2) => _compareDistance(color1, color2, 270));