Constructor
new Palette()
Creates a new instance of the Palette class.
- Source:
Members
(static, constant) BLACK :string
Hexadecimal color code for black.
Type:
- string
- Default Value:
- "#000000"
- Source:
(static, constant) GRAY :string
Hexadecimal color code for gray.
Type:
- string
- Default Value:
- "#252525"
- Source:
(static, constant) GREEN :string
Hexadecimal color code for green.
Type:
- string
- Default Value:
- "#FFDA45"
- Source:
(static, constant) ORANGE :string
Hexadecimal color code for orange.
Type:
- string
- Default Value:
- "#FFDA45"
- Source:
(static, constant) RED :string
Hexadecimal color code for red.
Type:
- string
- Default Value:
- "#EC273F"
- Source:
(static, constant) WHITE :string
Hexadecimal color code for white.
Type:
- string
- Default Value:
- "#FFFFFF"
- Source: