NamedColorFromScRgb(Single, Single, Single, Single, String) Method |
Creates a named color from ScRGB components and an explicit name.
Namespace: Altaxo.DrawingAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static NamedColor FromScRgb(
float a,
float r,
float g,
float b,
string name
)
Parameters
- a Single
- The alpha component.
- r Single
- The red component.
- g Single
- The green component.
- b Single
- The blue component.
- name String
- The explicit color name.
Return Value
NamedColorA named color created from the specified ScRGB components and name.
See Also