nxt::Rgb8 struct

Opaque 24-bit RGB color.

Public variables

std::uint8_t r
Red channel.
std::uint8_t g
Green channel.
std::uint8_t b
Blue channel.