WarmPalette represents a ColorPalette with warm colors of size size

The Hsl saturation value is set to 34.1 % and the lightness value is set to 66.1 %.

Inheritance

Properties

colors → List<HexColor>
read / write, inherited

lightness → double
read-only, inherited

saturation → double
read-only, inherited

size → int
read-only, inherited

Constructors

WarmPalette(size)

Creates a WarmPalette of the given size. Saturation is set to 34.1 %, Lightness is set to 66.1 %.

Methods

toString() → String
inherited

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