Click or drag to resize

AxoColorToScARGBFromIARGB Method

Converts a color in given as ARGB integer into the linear SC ARGB space.

Namespace: Altaxo.Drawing
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static Tuple<float, float, float, float> ToScARGBFromIARGB(
	byte a,
	byte r,
	byte g,
	byte b
)

Parameters

a  Byte
Alpha component.
r  Byte
Red component-
g  Byte
Green component.
b  Byte
Blue component.

Return Value

TupleSingle, Single, Single, Single
The corresponding alpha, red, green, and blue components in linear scRGB space.
See Also