Creates and initializes new ColorPalette class instance. You can set palette type here.
Namespace:
Aurigma.GraphicsMill
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Public Sub New ( _ colorPaletteType As ColorPaletteType, _ hasAlpha As Boolean _ )
public ColorPalette( ColorPaletteType colorPaletteType, bool hasAlpha )
Type: Aurigma.GraphicsMill.ColorPaletteType
ColorPaletteType value that indicates palette type.Type: System.Boolean
Value indicating if palette entries should support alpha channel (information about pixel transparency).