PictureEffects Xojo and Real Studio Plugin

HueSaturation.Saturation Method

Use this etter/getter function to set or get a value of Saturation for any desired channel.

Saturation(
   hueChannel as Integer) as Double

Saturation(
   hueChannel as Integer
   assigns value as Double)

Parameters

hueChannel
The channel id.

0 = Master.
1 = Reds
2 = Yellows
3 = Greens
4 = Cyans
5 = Blues
6 = Magentas
value (assignment parameter)
The value to set when using the setter.

Returns

Double
the returned value when using the getter.

Remarks

The value of a Saturation can be from -200 to 200.

See Also

HueSaturation Class