A. Features Introduced in OpenROAD 4.1 : OpenROAD 4.1 New Features : RGB Color support : RGB Function
 
Share this page                  
RGB Function
The RGB function returns an integer number representing an RGB color value.
Syntax:
RGB(red,green,blue)
Arguments
Data Type
Description
red
integer
0-255, inclusive, that represents the red component of the color
green
integer
0-255, inclusive, that represents the green component of the color
blue
integer
0-255, inclusive, that represents the blue component of the color
This function returns an integer number representing an RGB color value.