Palette Constructor (RGBQUAD[])

FreeImage.NET

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

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

Parameters

palette
Type: FreeImageAPIRGBQUAD
A RGBQUAD array containing the palette data to initialize this instance.
See Also