Palette Constructor (MetadataTag)

FreeImage.NET

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

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

Parameters

tag
Type: FreeImageAPI.MetadataMetadataTag
The tag containing the palette.
Exceptions
ExceptionCondition
ArgumentNullExceptiondib is null.
ArgumentExceptiontag is not FIDT_PALETTE.
See Also