'Declaration Public Overloads Shared Function FromArgb( _
ByVal alphaАльфа-компонент.As Byte, _
ByVal baseColorБазовый цвет.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
- Альфа-компонент.
- baseColor
- Базовый цвет.
Return Value
Цвет с указанными компонентами.