This documentation is for the old version. Go to the latest Graphics Mill docs

PixelFormatConverter.CustomPalette Property

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

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

Syntax

Visual Basic
Public Property CustomPalette As ColorPalette
C#
public ColorPalette CustomPalette { get; set; }

Property Value

ColorPalette class instance specifying custom palette used when DestinationPixelFormat is one of indexed formats and PaletteType is Custom.

See Also

Reference