ImageReader.Palette Property

Gets a palette associated with the opened image.

Namespace: Aurigma.GraphicsMill.Codecs
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

C#
public virtual ColorPalette Palette { get; }

Property Value

A ColorPalette associated with the opened image.

See Also

Reference