BtColor.FromArgb Function

閉じた説明

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.

閉じた構文

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

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

関連トピック