Palette Constructor (PaletteType) |
Initialize a new instance of a Palette class specifying the PaletteType.
Namespace:
Atalasoft.Imaging
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.5.0.0.0.156 (.NET 4.6.2, x86)
Syntax public Palette(
PaletteType palType
)
Public Sub New (
palType As PaletteType
)
Parameters
- palType
- Type: Atalasoft.Imaging.PaletteType
The type of palette to create.
See Also