CreateRGB(R: Integer, G: Integer, B: Integer);
R. Red color component.
G. Green color component.
B. Blue color component.
The CreateRGB constructor creates a new color in accordance with the specified values of red, green and blue components.
To specify color components, use integer numbers in the range from 0 to 255.
When a fill color of selected table cells is determined using the ITabView.SelectionColor property, the fill transparency degree will be used that is set in default repository settings in the Fill Color Transparency (%) parameter.
The constructor use is given in the example for IVZControlStyle.Background.
See also: