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.

相關主題