PictureEffects Xojo and Real Studio Plugin

HueSaturation.Constructor Constructor

Use this constructor to construct a HueSaturation object where the Hue, Saturation and Lightness properties have been preset for the Master channel, and the Calculate function has been pre called for you.

Constructor(
   hue as Double,
   saturation as Double,
   lightness as Double)

Parameters

hue
The hue value to set. (The value of a Hue can be from -180 to 180)
saturation
The saturation value to set. (The value of a saturation can be from -200 to 200)
lightness
The lightness value to set. (The value of a lightness can be from -200 to 200)

Remarks

This constructor does call the Calculate function.

See Also

HueSaturation Class