ImageGenerator.Palette Property

Gets or sets a palette associated with the resulting bitmap.

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

Syntax

C#
public ColorPalette Palette { get; set; }

Property Value

A ColorPalette associated with the resulting bitmap.

See Also

Reference