NamedColor(AxoColor, String, IColorSet) Constructor |
Initializes a new instance of the
NamedColor struct with an explicit name and parent color set.
Namespace: Altaxo.DrawingAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic 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