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