ColorFromArgb Method (Int32)
|
Creates a Color from a 32-bit ARGB
value.
Namespace: WebSupergoo.WordGlue4.Rendering
Assembly: WordGlue4 (in WordGlue4.dll)
Version: 4.1.0.0 (4.1.0.0)
Syntax
public static Color FromArgb(
int argb
)
Public Shared Function FromArgb (
argb As Integer
) As Color
static member FromArgb :
argb : int -> Color
Parameters
- argb
- Type: SystemInt32
A value specifying the 32-bit ARGB value.
Return Value
Type:
Color
The Color that this method creates.
See Also