◆ ColoredPixel() [1/2]
nngn::term::FrameBuffer::ColoredPixel::ColoredPixel |
( |
void | | ) |
|
|
default |
Constructs a black pixel.
◆ ColoredPixel() [2/2]
nngn::term::FrameBuffer::ColoredPixel::ColoredPixel |
( |
Texture::texel3 | color | ) |
|
|
inlineexplicit |
Constructs an opaque pixel with a given color.
◆ cmp_rgb()
Equality comparison for the RGB portion of the data.
std::array<char, 3> nngn::term::FrameBuffer::ColoredPixel::b = nngn::to_array("000") |
◆ CMD
◆ cmd
std::array<char, CMD.size()> nngn::term::FrameBuffer::ColoredPixel::cmd = nngn::to_array<CMD.size()>(CMD) |
std::array<char, 3> nngn::term::FrameBuffer::ColoredPixel::g = nngn::to_array("000") |
char nngn::term::FrameBuffer::ColoredPixel::m = 'm' |
std::array<char, 3> nngn::term::FrameBuffer::ColoredPixel::r = nngn::to_array("000") |
◆ semicolon0
char nngn::term::FrameBuffer::ColoredPixel::semicolon0 = ';' |
◆ semicolon1
char nngn::term::FrameBuffer::ColoredPixel::semicolon1 = ';' |
◆ space
char nngn::term::FrameBuffer::ColoredPixel::space = ' ' |
The documentation for this struct was generated from the following file: