Last Modified: 9/8/2021
Converts a RGB color into a color code supported by the VDP.
Name | Type | Required | Description |
Red | Integer | Yes | The value of the red component. |
Green | Integer | Yes | The value of the green component. |
Blue | Integer | Yes | The value of the blue component. |
Syntax: Rgb(<Red>, <Green>, <Blue>) |
Palette Rgb(7,7,7),0,0 |