lightStrength Attribute | LightStrength Property

Internet Development Index

Sets or retrieves the difference in light intensity between the peaks and troughs of the waves created by the Wave filter.

Syntax

HTML
{ filter:progid:DXImageTransform.Microsoft.Wave(
    lightStrength = iPercentage ... ) ... }
Scripting
object.filters.item(
    "DXImageTransform.Microsoft.Wave").LightStrength [ = iPercentage ]

Possible Values

iPercentageInteger that specifies or receives the intensity of light as a percentage. The value can range from 0 (lowest intensity) to 100 (highest intensity).
100Default.

The property is read/write. The property has a default value of 100.

Applies To

Wave