Color.ScaleAlpha Method

Scales the alpha channel.

Namespace: Aurigma.GraphicsMill
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

C#
public Color ScaleAlpha(
	float scale
)

Parameters

scale

Type: System.Single

The scale factor in range [0, 1].

See Also

Reference