NamedColorFromScRgb(Single, Single, Single, Single) Method |
Creates a named color from ScRGB components.
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
)
Parameters
- a Single
- The alpha component.
- r Single
- The red component.
- g Single
- The green component.
- b Single
- The blue component.
Return Value
NamedColorA named color created from the specified ScRGB components.
See Also