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
- Object
- ColorPalette
- WarmPalette
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 %.…