'Declaration Public Overloads Shared Function FromArgb( _
ByVal argbA value specifying the 32-bit ARGB value.As Integer _
) As VintasoftColor
public static VintasoftColor FromArgb(
int argb
)
public: static VintasoftColor FromArgb(
int argb
)
public:
static VintasoftColor FromArgb(
int argb
)
Parameters
- argb
- A value specifying the 32-bit ARGB value.
Return Value
A color with specified components.