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.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public Palette(
params Color[] colors
)
Public Sub New (
ParamArray colors As Color()
)
Parameters
- colors
- Type: System.DrawingColor
An array of System.Drawing.Color objects used to fill the palette.
See Also