![]() |
LLGL 0.05 Beta
|
Classes | |
| class | LLGL::Color< T, 3u > |
| RGB color class with components: r, g, and b. More... | |
Namespaces | |
| namespace | LLGL |
Typedefs | |
| template<typename T> | |
| using | LLGL::ColorRGB = Color<T, 3> |
| using | LLGL::ColorRGBb = ColorRGB<bool> |
| using | LLGL::ColorRGBf = ColorRGB<float> |
| using | LLGL::ColorRGBd = ColorRGB<double> |
| using | LLGL::ColorRGBub = ColorRGB<std::uint8_t> |