Click or drag to resize

AxoColorToFullyOpaque(AxoColor) Method

Returns a fully opaque version of the specified color.

Namespace: Altaxo.Drawing
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static AxoColor ToFullyOpaque(
	AxoColor c
)

Parameters

c  AxoColor
The color to convert.

Return Value

AxoColor
A fully opaque color.
See Also