Zephyr Scientific Library (zscilib)
|
RGBA color using 16-bit values. More...
#include <colorimetry.h>
Data Fields | |
uint16_t | r |
uint16_t | g |
uint16_t | b |
uint16_t | a |
uint8_t | r_invalid: 1 |
uint8_t | g_invalid: 1 |
uint8_t | b_invalid: 1 |
uint8_t | a_invalid: 1 |
uint8_t | bit_depth |
RGBA color using 16-bit values.
Definition at line 382 of file colorimetry.h.
uint16_t zsl_clr_rgb16::a |
The 16-bit alpha channel component.
Definition at line 390 of file colorimetry.h.
uint8_t zsl_clr_rgb16::a_invalid |
If non-zero, indicates that the a value is invalid.
Definition at line 398 of file colorimetry.h.
uint16_t zsl_clr_rgb16::b |
The 16-bit blue components of an RGBA color.
Definition at line 388 of file colorimetry.h.
uint8_t zsl_clr_rgb16::b_invalid |
If non-zero, indicates that the b value is invalid.
Definition at line 396 of file colorimetry.h.
uint8_t zsl_clr_rgb16::bit_depth |
The bit-depth of color samples (typically 10, 12, or 16).
Definition at line 400 of file colorimetry.h.
uint16_t zsl_clr_rgb16::g |
The 16-bit green components of an RGBA color.
Definition at line 386 of file colorimetry.h.
uint8_t zsl_clr_rgb16::g_invalid |
If non-zero, indicates that the g value is invalid.
Definition at line 394 of file colorimetry.h.
uint16_t zsl_clr_rgb16::r |
The 16-bit red components of an RGBA color.
Definition at line 384 of file colorimetry.h.
uint8_t zsl_clr_rgb16::r_invalid |
If non-zero, indicates that the r value is invalid.
Definition at line 392 of file colorimetry.h.