IVZHighlightEffect.ROffset

Syntax

ROffset: Integer;

Description

The ROffset property determines intensity of red color component.

Comments

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

To determine intensity of green color component, use IVZHighlightEffect.GOffset.

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