Creates a Color structure from the base color and the alpha value.

Namespace: Docentric.Documents.ObjectModel
Assembly: Docentric.Documents.ObjectModel (in Docentric.Documents.ObjectModel.dll)
public static Color FromArgb( Byte alpha, Color color )

Parameters

alpha
Type: Byte

The alpha component. Valid values are 0 through 255.

color
Type: Color

The base color to apply alpha value to.

Return value

Type: Color
Return the Color.