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.3179.0 (4.8.3179.0)
Syntax 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[Missing <returns> documentation for "M:Altaxo.Drawing.AxoColor.ToScARGBFromIARGB(System.Byte,System.Byte,System.Byte,System.Byte)"]
See Also