Click or drag to resize

AxoColorToAlphaValue(AxoColor, Byte) Method

Returns a copy of the specified color with the specified alpha value.

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

Parameters

c  AxoColor
The color to modify.
alpha  Byte
The alpha value.

Return Value

AxoColor
The adjusted color.
See Also