Click or drag to resize

AxoColorFromArgb Method

Creates a color from ARGB components.

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

Parameters

a  Byte
The alpha component.
r  Byte
The red component.
g  Byte
The green component.
b  Byte
The blue component.

Return Value

AxoColor
The created color.
See Also