SetPalette

SvgImage.SetPalette method

Applies a specified palette to the image, enabling customization of color schemes for aesthetic or functional purposes. This method provides flexibility in managing color palettes to suit various design or application requirements.

public override void SetPalette(IColorPalette palette, bool updateColors)
ParameterTypeDescription
paletteIColorPaletteThe palette to set.
updateColorsBooleanif set to true colors will be updated according to the new palette; otherwise color indexes remain unchanged. Note that unchanged indexes may crash the image on loading if some indexes have no corresponding palette entries.

Exceptions

exceptioncondition
NotImplementedException

See Also