Click or drag to resize

NamedColor(NamedColor, IColorSet) Constructor

Initializes a new instance of the NamedColor struct by copying an existing color and assigning a parent set.

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

Parameters

c  NamedColor
The source color.
parent  IColorSet
The parent color set.
See Also