Initializes a new instance for the given FITAG that contains a palette.

Namespace:  FreeImageAPI
Assembly:  FreeImageNET (in FreeImageNET.dll)

Syntax

C#
public Palette(
	FITAG tag
)
Visual Basic (Declaration)
Public Sub New ( _
	tag As FITAG _
)
Visual C++
public:
Palette(
	FITAG tag
)

Parameters

tag
Type: FreeImageAPI..::.FITAG
The tag containing the palette.

Exceptions

Version Information

FreeImage.NET

Supported in: 3.12.0, 3.13.0, 3.13.1

See Also