Complete VBScript Reference
The RGB function returns a number that represents an RGB color value.
| Parameter | Description |
|---|---|
| red | Required. A number from 0 to 255, inclusive, representing the red component of the color |
| green | Required. A number from 0 to 255, inclusive, representing the green component of the color |
| blue | Required. A number from 0 to 255, inclusive, representing the blue component of the color |
The output of the code above will be:
The output of the code above will be:
Complete VBScript Reference
Your message has been sent to W3Schools.