Click or drag to resize

NamedColorFromScRgb(Single, Single, Single, Single) Method

Creates a named color from ScRGB components.

Namespace: Altaxo.Drawing
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public 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

NamedColor
A named color created from the specified ScRGB components.
See Also