GxColor.CreateRGB

Syntax

CreateRGB(R: Integer, G: Integer, B: Integer);

Parameters

R. Red color component.

G. Green color component.

B. Blue color component.

Description

The CreateRGB constructor creates a new color in accordance with the specified values of red, green and blue components.

Comments

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.

Example

The constructor use is given in the example for IVZControlStyle.Background.

See also:

GxColor