PictureEffectsRaw Xojo Plugin

HueSaturationRaw.Constructor Constructor (console safe)

A constructor that takes hue, saturation and lightness as parameters. And Calculate will get automatically called.

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

See Also

HueSaturationRaw Class