Click or drag to resize

NamedColorNewWithAlphaValue Method

Returns a copy of this color with a different alpha value.

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

Parameters

alphaValue  Int32
The alpha value from 0 to 255.

Return Value

NamedColor
A color with the updated alpha value.
See Also