Click or drag to resize

NamedColorNewWithOpacityInPercent Method

Returns a copy of this color with a different opacity in percent.

Namespace: Altaxo.Drawing
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public NamedColor NewWithOpacityInPercent(
	int opacityInPercent
)

Parameters

opacityInPercent  Int32
The opacity percentage from 0 to 100.

Return Value

NamedColor
A color with the updated opacity.
See Also