Creates a color from ARGB components.
Namespace: Altaxo.DrawingAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic 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
AxoColorThe created color.
See Also