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

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

Syntax

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

Parameters

tag
Type: FreeImageAPI.Metadata..::.MetadataTag
The tag containing the palette.

Exceptions

Version Information

FreeImage.NET

Supported in: 3.12.0, 3.13.0, 3.13.1

See Also