IVZHighlightEffect.BOffset

Syntax

BOffset: Integer;

Description

The BOffset property determines intensity of blue 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 green color component, use IVZHighlightEffect.GOffset.

To determine color transparency level, use IVZHighlightEffect.AOffset.

Example

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

See also:

IVZHighlightEffect