ColorPalette.Create Method

Returns a new ColorPalette containing colors generated from a given bitmap.

Overload List

Name Description
Public method Static member Create(Bitmap)

Returns a new ColorPalette containing colors generated from a given bitmap.

Public method Static member Create(Bitmap, Int32)

Returns a new ColorPalette with a given size containing colors generated from a given bitmap.

Public method Static member Create(Bitmap, Int32, ColorQuantizationAlgorithm)

Returns a new ColorPalette with a given size containing colors generated from a given bitmap using the specified quantiztion algorithm.

Public method Static member Create(Bitmap, Int32, ColorQuantizationAlgorithm, Int32)

Returns a new ColorPalette with a given size containing colors generated from a given bitmap using the specified quantiztion algorithm.

See Also

Reference