Click or drag to resize

ColorSetToArray Method

Copies all color items to an array.

Namespace: Altaxo.Drawing.ColorManagement
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public NamedColor[] ToArray()

Return Value

NamedColor
Array with all colors in this set.
See Also