Palette.ToArray Method

FreeImage.NET

PaletteToArray Method
Returns the palette as an array of RGBQUAD.

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

Return Value

Type: RGBQUAD
The palette as an array of RGBQUAD.
See Also