Gets or sets the palette through an array of
RGBQUAD.
Namespace:
FreeImageAPI
Assembly:
FreeImageNET (in FreeImageNET.dll)
Syntax
C# |
---|
public RGBQUAD[] AsArray { get; set; } |
Visual Basic (Declaration) |
---|
Public Property AsArray As RGBQUAD() |
Visual C++ |
---|
public:
property array<RGBQUAD>^ AsArray {
array<RGBQUAD>^ get ();
void set (array<RGBQUAD>^ value);
} |
Version Information
FreeImage.NET
Supported in: 3.11.0, 3.12.0, 3.13.0, 3.13.1
See Also