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.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public Palette(
PaletteType palType
)
Public Sub New (
palType As PaletteType
)
Parameters
- palType
- Type: Atalasoft.ImagingPaletteType
The type of palette to create.
See Also