Skip to content

Class endstone::Colors

ClassList > 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.

constexpr auto endstone::Colors::BLACK;


variable WHITE

The color white.

constexpr auto endstone::Colors::WHITE;



The documentation for this class was generated from the following file include/endstone/util/color.h