Creates and initializes new ColorPalette class instance. Colors of this palette are generated from the specified bitmap.
Namespace:
Aurigma.GraphicsMill
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Public Sub New ( _ bitmap As Bitmap, _ entryCount As Integer, _ hasAlpha As Boolean _ )
Type: Aurigma.GraphicsMill.Bitmap
Bitmap class instance for which optimal palette is built.Type: System.Int32
Number of colors in the palette.Type: System.Boolean
Value indicating if palette entries should support alpha channel (information about pixel transparency).