Palette Constructor (Color[])

FreeImage.NET

Palette Constructor (Color)
Initializes a new instance for the given array of Color that contains a palette.

Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public Palette(
	Color[] palette
)

Parameters

palette
Type: System.DrawingColor
A Color array containing the palette data to initialize this instance.
See Also