FromArgb(Byte,Byte,Byte,Byte) Method (VintasoftColor)
Creates a color from its component (alpha, red, green, and blue) values.
'Declaration
Public Overloads Shared Function FromArgb( _
ByVal As Byte, _
ByVal As Byte, _
ByVal As Byte, _
ByVal As Byte _
) As VintasoftColor
public static VintasoftColor FromArgb(
byte ,
byte ,
byte ,
byte
)
public: static VintasoftColor FromArgb(
byte ,
byte ,
byte ,
byte
)
public:
static VintasoftColor FromArgb(
byte ,
byte ,
byte ,
byte
)
Parameters
- alpha
- The alpha component.
- red
- The red component.
- green
- The green component.
- blue
- The blue component.
Return Value
A color with specified components.
Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5