AxoColorToScARGBFromIARGB Method |
Converts a color in given as ARGB integer into the linear SC ARGB space.
Namespace: Altaxo.DrawingAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic 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,
SingleThe corresponding alpha, red, green, and blue components in linear scRGB space.
See Also