ncchannel_set

Function ncchannel_set 

Source
pub fn ncchannel_set(channel: &mut NcChannel_u32, rgb: impl Into<NcRgb_u32>)
Expand description

Sets the NcRgb_u32 of an NcChannel_u32, and marks it as NOT using the “default color”, retaining the other bits unchanged.

Note: Unlike the original C function, this one can’t fail.

Method: NcChannel.set()