IVZHighlightEffect.GOffset

Syntax

GOffset: Integer;

Description

The GOffset property determines intensity of green color component.

Comments

Available values are in the range [0; 255].

To determine intensity of red color component, use IVZHighlightEffect.ROffset.

To determine intensity of blue color component, use IVZHighlightEffect.BOffset.

To determine color transparency level, use IVZHighlightEffect.AOffset.

Example

The property use is given in the example for IVZHighlightEffect.AOffset.

See also:

IVZHighlightEffect