ConvertDrawingColorSetAlpha Method

Get a color by changing the transparency value.

Definition

Namespace: Aliquo.Core
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public static Color DrawingColorSetAlpha(
	Color color,
	int alpha
)

Parameters

color  Color
Base color.
alpha  Int32
Transparency value (0 to 255)

Return Value

Color
Color with the color generated once transparency is changed.

See Also