NamedColor(NamedColor, IColorSet) Constructor |
Initializes a new instance of the
NamedColor struct by copying an existing color and assigning a parent set.
Namespace: Altaxo.DrawingAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic NamedColor(
NamedColor c,
IColorSet parent
)
Parameters
- c NamedColor
- The source color.
- parent IColorSet
- The parent color set.
See Also