IVZHighlightEffect

Assembly: Visualizators;

Description

The IVZHighlightEffect interface is used to work with highlighting effect for control.

Inheritance Hierarchy

          IVZEffect

          IVZHighlightEffect

Comments

Highlight effect reduces brightness of the selected control.

Three color components (RGB) and transparency (A) are used for the effect.

The IVZHighlightEffect interface can be used to set up effects via IVZDataVisualizer (HoverActiveEffects, HoverInactiveEffects, SelectActiveEffects, SelectInactiveEffects) and IVZMapChartShape (Effects).

Properties

  Property name Brief description
AOffset

The AOffset property determines color transparency level.
BOffset

The BOffset property determines intensity of blue color component.
GOffset

The GOffset property determines intensity of green color component.
ROffset

The ROffset property determines intensity of red color component.

See also:

Visualizators Assembly Interfaces