ColorConverter.Palette Property

Gets or sets a palette used during conversion to indexed pixel formats.

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

Syntax

C#
public ColorPalette Palette { get; set; }

Property Value

A ColorPalette containing a palette used when DestinationPixelFormat is one of indexed formats.

See Also

Reference