Palette Constructor (Color[]) |
Creates a new instance of Palette specifying the colors of the palette.
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(
params Color[] colors
)
Public Sub New (
ParamArray colors As Color()
)
Parameters
- colors
- Type:System.Drawing.Color[]
An array of System.Drawing.Color objects used to fill the palette.
See Also