RGB()

语法

Color = RGB(Red, Green, Blue)
概要
Returns the 24-bit color value corresponding to the Red, Green, Blue components.

参数

Red, Green, Blue The value of the red, green and blue components for the color. Each value must be between 0 and 255.

返回值

Returns the combined color value.

Remarks

To extract the red, green and blue values from a 24 Bit color value, use the Red(), Green() and Blue() functions. These functions are useful to perform Drawing operations.

A color table with common colors is available here.

参阅

Red(), Green(), Blue(), RGBA()

已支持操作系统

所有

<- Point() - 2DDrawing Index - RGBA() ->