Class endstone::Colors¶
Provides a collection of predefined colors.
#include <endstone/util/color.h>
Public Static Attributes¶
| Type | Name |
|---|---|
| constexpr auto | BLACK = [**Color**](classendstone_1_1Color.md)(Color::DEFAULT\_ALPHA, 0, 0, 0)The color black. |
| constexpr auto | WHITE = [**Color**](classendstone_1_1Color.md)(Color::DEFAULT\_ALPHA, 255, 255, 255)The color white. |
Public Static Attributes Documentation¶
variable BLACK¶
The color black.
variable WHITE¶
The color white.
The documentation for this class was generated from the following file include/endstone/util/color.h