Page History
...
The setup program for the OIPI installed a function called RGB() that can be called from a Basic+ program to perform the conversion to the COLORREF format. There are three parameters for the RGB() function: red, green, and blue. These parameters must have values between 0 and 255. The value for each color specifies how much of each color component is contained in the COLORREF.
...