ImageGenerator.IndexedColors Property

Gets the collection of colors to use when generating an indexed-color bitmap.

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

Syntax

C#
public IndexedColorCollection IndexedColors { get; }

Property Value

The IndexedColorCollection.

Remarks

This collection is only used when the PixelFormat of the resulting bitmap is an indexed pixel format.

See Also

Reference