NC_BG_RGB_MASK

Constant NC_BG_RGB_MASK 

Source
pub const NC_BG_RGB_MASK: u32 = ffi::NC_BG_RGB_MASK; // 16_777_215u32
Expand description

Extract these bits to get the background NcRgb value

Note: This is equivalent to NcChannel::RGB_MASK

See the detailed diagram at NcChannels