ColorPalette.GetEnumerator Method

Returns an enumerator for the entire ColorPalette.

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

Syntax

C#
public IEnumerator<RgbColor> GetEnumerator()

Return Value

An enumerator for the entire ColorPalette.

Implements

IEnumerable<T>.GetEnumerator()

See Also

Reference