'Declaration Public Overloads Shared Function FromArgb( _
ByVal alphaThe alpha component.As Byte, _
ByVal baseColorThe base color.As VintasoftColor _
) As VintasoftColor
public static VintasoftColor FromArgb(
byte alpha,
VintasoftColor baseColor
)
public: static VintasoftColor FromArgb(
byte alpha,
VintasoftColor baseColor
)
public:
static VintasoftColor FromArgb(
byte alpha,
VintasoftColor baseColor
)
Parameters
- alpha
- The alpha component.
- baseColor
- The base color.
Return Value
A color with specified components.