Click or drag to resize

NamedColorFromArgb(Byte, Byte, Byte, Byte, String) Method

Creates a named color from ARGB components and an explicit name.

Namespace: Altaxo.Drawing
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static NamedColor FromArgb(
	byte a,
	byte r,
	byte g,
	byte b,
	string name
)

Parameters

a  Byte
The alpha component.
r  Byte
The red component.
g  Byte
The green component.
b  Byte
The blue component.
name  String
The explicit color name.

Return Value

NamedColor
A named color created from the specified ARGB components and name.
See Also