Green()
语法
Result = Green(Color)概要
Returns the green component of a color value.
参数
Color The color value. This can be a 24-bit RGB or a 32-bit RGBA value.
返回值
Returns the value of the green component. The result will be between 0 and 255.
Remarks
To combine red, green and blue values in order to create a 24-bit RGB color, use the RGB() function. These functions are useful to perform Drawing operations.
参阅
Red(), Blue(), Alpha(), RGB(), RGBA()
已支持操作系统
所有