AxoColorToAlphaValue(AxoColor, Byte) Method |
Returns a copy of the specified color with the specified alpha value.
Namespace: Altaxo.DrawingAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static AxoColor ToAlphaValue(
AxoColor c,
byte alpha
)
Parameters
- c AxoColor
- The color to modify.
- alpha Byte
- The alpha value.
Return Value
AxoColorThe adjusted color.
See Also