Click or drag to resize

NamedColor(AxoColor, String, IColorSet) Constructor

Initializes a new instance of the NamedColor struct with an explicit name and parent color set.

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,
	IColorSet? parent
)

Parameters

c  AxoColor
The color value.
name  String
The color name.
parent  IColorSet
The parent color set.
See Also