pub const NC_BG_RGB_MASK: u32 = ffi::NC_BG_RGB_MASK; // 16_777_215u32Expand description
Extract these bits to get the background NcRgb value
Note: This is equivalent to
NcChannel::RGB_MASK
See the detailed diagram at NcChannels
pub const NC_BG_RGB_MASK: u32 = ffi::NC_BG_RGB_MASK; // 16_777_215u32Extract these bits to get the background NcRgb value
Note: This is equivalent to
NcChannel::RGB_MASK
See the detailed diagram at NcChannels