FreeImageBitmap.Palette Property

FreeImage.NET

FreeImageBitmapPalette Property
Returns a structure that represents the palette of a FreeImage bitmap.

Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public Palette Palette { get; }

Property Value

Type: Palette
Exceptions
ExceptionCondition
InvalidOperationExceptionHasPalette is false.
See Also