Blue()

语法

Result = Blue(Color)
概要
Returns the blue 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 blue 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(), Green(), Alpha(), RGB(), RGBA()

已支持操作系统

所有

<- BackColor() - 2DDrawing Index - Box() ->