Palette Constructor (FITAG)

FreeImage.NET

Palette Constructor (FITAG)
Initializes a new instance for the given FITAG that contains a palette.

Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public Palette(
	FITAG tag
)

Parameters

tag
Type: FreeImageAPIFITAG
The tag containing the palette.
Exceptions
ExceptionCondition
ArgumentNullExceptiontag is null.
ArgumentExceptiontag is not FIDT_PALETTE.
See Also