Returns a new ColorPalette with a given size containing colors generated from a given bitmap.
Namespace:
Aurigma.GraphicsMill
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
public static ColorPalette Create( Bitmap bitmap, int entryCount )
Type: Aurigma.GraphicsMill.Bitmap
A Bitmap to create this palette from.Type: System.Int32
The number of colors in the palette.