Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Core Namespace / SchemeColor Structure / CreateArgbColor Method / CreateArgbColor(Int32) Method
The ARGB color components.


In This Topic
CreateArgbColor(Int32) Method
In This Topic
Creates the ARGB color.
Syntax
'Declaration
 
Public Overloads Shared Function CreateArgbColor( _
   ByVal argb As Integer _
) As SchemeColor
 
'Usage
 
Dim argb As Integer
Dim value As SchemeColor
 
value = SchemeColor.CreateArgbColor(argb)

Parameters

argb
The ARGB color components.

Return Value

A SchemeColor value represents the color
See Also