NamedColorNewWithAlphaValue Method |
Returns a copy of this color with a different alpha value.
Namespace: Altaxo.DrawingAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic NamedColor NewWithAlphaValue(
int alphaValue
)
Parameters
- alphaValue Int32
- The alpha value from 0 to 255.
Return Value
NamedColorA color with the updated alpha value.
See Also