Click or drag to resize

NamedColorGetColorName Method

Gets a display name for the specified color value.

Namespace: Altaxo.Drawing
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static string GetColorName(
	AxoColor c
)

Parameters

c  AxoColor
The color value.

Return Value

String
The built-in or autogenerated color name.
See Also