NamedColorNewWithOpacityInPercent Method |
Returns a copy of this color with a different opacity in percent.
Namespace: Altaxo.DrawingAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic NamedColor NewWithOpacityInPercent(
int opacityInPercent
)
Parameters
- opacityInPercent Int32
- The opacity percentage from 0 to 100.
Return Value
NamedColorA color with the updated opacity.
See Also