pub fn ncpalette_set(
palette: &mut NcPalette,
index: impl Into<NcPaletteIndex>,
rgb: NcRgb_u32,
)Expand description
Sets the NcRgb_u32 value of an NcChannel_u32 entry inside an
NcPalette.
Method: NcPalette.set().
pub fn ncpalette_set(
palette: &mut NcPalette,
index: impl Into<NcPaletteIndex>,
rgb: NcRgb_u32,
)Sets the NcRgb_u32 value of an NcChannel_u32 entry inside an
NcPalette.
Method: NcPalette.set().