pub type NcChannel_u32 = u32;Expand description
32 bits of context-dependent info containing NcRgb_u32
NcAlpha_u32+ extra
It’s recommended to use NcChannel instead.
It is composed of:
- a 24-bit
NcRgb_u32value - plus 8 bits divided in:
- 2 bits of
NcAlpha_u32 - 6 bits of context-dependent info
- 2 bits of
The context details are documented in NcChannels_u64.
§Diagram
~~AA~~~~ RRRRRRRR GGGGGGGG BBBBBBBBtype in C: channel (uint32_t)