set_Palette()

Bitmap::set_Palette(Imaging::ColorPalettePtr) method

Sets the color palette used by the image represented by the current object.

void System::Drawing::Bitmap::set_Palette(Imaging::ColorPalettePtr value) override

Arguments

ParameterTypeDescription
valueImaging::ColorPalettePtrThe value to set

See Also