![]() |
Geometrize 1.0
C++ library for geometrizing images into geometric primitives
|
The rgba struct is a helper for manipulating RGBA8888 color data. More...
#include <rgba.h>
Public Attributes | |
std::uint8_t | r |
std::uint8_t | g |
More... | |
std::uint8_t | b |
More... | |
std::uint8_t | a |
More... | |
The rgba struct is a helper for manipulating RGBA8888 color data.
std::uint8_t geometrize::rgba::a |
The blue component (0-255).
std::uint8_t geometrize::rgba::b |
The green component (0-255).
std::uint8_t geometrize::rgba::g |
The red component (0-255).
std::uint8_t geometrize::rgba::r |