BtColor.FromArgb Function

ClosedDescription

Creates a color value from a 32-bit ARGB value in the format of AARRGGBB. The most significant byte (MSB), represented by AA, is the alpha component value. The second, third, and fourth bytes, represented by RR, GG, and BB, are the color components red, green, and blue, respectively.

ClosedSyntax

BtColor.FromArgb(Alpha, Red, Green, Blue)

Where Alpha, Red, Green, Blue are values between 0 and 255.

Related Topics