[]
        
(Showing Draft Content)

GrapeCity.Core.SchemeColor.CreateArgbColor

CreateArgbColor Method

CreateArgbColor(int)

Creates the ARGB color.

Declaration
public static SchemeColor CreateArgbColor(int argb)
Public Shared Function CreateArgbColor(argb As Integer) As SchemeColor
Parameters
Type Name Description
int argb

The ARGB color components.

Returns
Type Description
SchemeColor

A SchemeColor value represents the color

CreateArgbColor(int, int, int, byte)

Creates the ARGB color.

Declaration
public static SchemeColor CreateArgbColor(int red, int green, int blue, byte alpha = 255)
Public Shared Function CreateArgbColor(red As Integer, green As Integer, blue As Integer, Optional alpha As Byte = 255) As SchemeColor
Parameters
Type Name Description
int red

The red color component.

int green

The green color component.

int blue

The blue color component.

byte alpha

The alpha color component.

Returns
Type Description
SchemeColor

A SchemeColor value represents the color