PredefinedColorsQuantizerFromCustomFunction Method

Overload List

FromCustomFunction(FuncColor32, Color32, KnownPixelFormat) Gets a PredefinedColorsQuantizer instance that can quantize colors using the custom quantizer function specified in the quantizingFunction parameter.

See the online help for an example with images.
FromCustomFunction(FuncColor32, Color32, Color32, KnownPixelFormat, Byte) Gets a PredefinedColorsQuantizer instance that can quantize colors using the custom quantizer function specified in the quantizingFunction parameter.

See the online help for an example with images.
FromCustomFunction(FuncColor32, Color32, Color32, Byte, Boolean, KnownPixelFormat) Gets a PredefinedColorsQuantizer instance that can quantize colors using the custom quantizer function specified in the quantizingFunction parameter.

See Also