AxoColorToFullyOpaque(AxoColor) Method |
Returns a fully opaque version of the specified color.
Namespace: Altaxo.DrawingAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static AxoColor ToFullyOpaque(
AxoColor c
)
Parameters
- c AxoColor
- The color to convert.
Return Value
AxoColorA fully opaque color.
See Also