Zephyr Scientific Library (zscilib)
|
RGBA color using 8-bit values. More...
#include <colorimetry.h>
Data Fields | |
uint8_t | r |
uint8_t | g |
uint8_t | b |
uint8_t | a |
uint8_t | r_invalid: 1 |
uint8_t | g_invalid: 1 |
uint8_t | b_invalid: 1 |
uint8_t | a_invalid: 1 |
RGBA color using 8-bit values.
Definition at line 360 of file colorimetry.h.
uint8_t zsl_clr_rgb8::a |
The 8-bit alpha channel component.
Definition at line 368 of file colorimetry.h.
uint8_t zsl_clr_rgb8::a_invalid |
If non-zero, indicates that the a value is invalid.
Definition at line 376 of file colorimetry.h.
uint8_t zsl_clr_rgb8::b |
The 8-bit blue components of an RGBA color.
Definition at line 366 of file colorimetry.h.
uint8_t zsl_clr_rgb8::b_invalid |
If non-zero, indicates that the b value is invalid.
Definition at line 374 of file colorimetry.h.
uint8_t zsl_clr_rgb8::g |
The 8-bit green components of an RGBA color.
Definition at line 364 of file colorimetry.h.
uint8_t zsl_clr_rgb8::g_invalid |
If non-zero, indicates that the g value is invalid.
Definition at line 372 of file colorimetry.h.
uint8_t zsl_clr_rgb8::r |
The 8-bit red components of an RGBA color.
Definition at line 362 of file colorimetry.h.
uint8_t zsl_clr_rgb8::r_invalid |
If non-zero, indicates that the r value is invalid.
Definition at line 370 of file colorimetry.h.