PopPalette represents a ColorPalette with colors that 'pop' of size size

The Hsl saturation value is set to 51.4 % and the lightness value is set to 42.0 %.

Inheritance

Properties

colors → List<HexColor>
read / write, inherited

lightness → double
read-only, inherited

saturation → double
read-only, inherited

size → int
read-only, inherited

Constructors

PopPalette(size)

Creates a PopPalette with the given size. Saturation is set to 51.4 %, Lightness is set to 42.0 %.

Methods

toString() → String
inherited

toString() returns a newline seperated string containing every HexColor in colors with the '#' character prepended.