GdiColorHelperToNamedColor(Color, String) Method |
Converts a GDI color to a
NamedColor using the specified name.
Namespace: Altaxo.DrawingAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static NamedColor ToNamedColor(
Color c,
string name
)
Parameters
- c Color
- The color to convert.
- name String
- The name of the color.
Return Value
NamedColorThe converted named color.
See Also