SoftPalette represents a ColorPalette with soft colors of size size.

The Hsl saturation value is set to 41 % and the lightness value is set to 51 %.

Inheritance

Properties

colors → List<HexColor>
read / write, inherited

lightness → double
read-only, inherited

saturation → double
read-only, inherited

size → int
read-only, inherited

Constructors

SoftPalette(int size)

Creates a SoftPalette of the given size. Saturation is set to 41.0 %, Lightness is set to 51.0 %.

Methods

toString() → String
inherited

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