PredefinedColorsQuantizerFromCustomPalette Method

Overload List

FromCustomPalette(Palette) Gets a PredefinedColorsQuantizer instance that can quantize colors using the specified palette.

See the online help for an example with images.
FromCustomPalette(Color, Color, Byte) Gets a PredefinedColorsQuantizer instance that can quantize colors using the colors in the specified palette.
FromCustomPalette(IEnumerableColor32, Color32, Byte) Gets a PredefinedColorsQuantizer instance that can quantize colors using the colors in the specified palette.

See Also