Click or drag to resize

NamedColor(AxoColor, String) Constructor

Initializes a new instance of the NamedColor struct with an explicit name.

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

Parameters

c  AxoColor
The color value.
name  String
The color name.
See Also