|
libCZI
Reading CZI documents made easy
|
A structure representing an R-G-B-color triple (as bytes). More...
#include <libCZI_Pixels.h>
Public Attributes | |
| std::uint8_t | r |
| The red component. | |
| std::uint8_t | g |
| The green component. | |
| std::uint8_t | b |
| The blue component. | |
A structure representing an R-G-B-color triple (as bytes).