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