PictureEffectsRaw Xojo Plugin |
|
HueSaturationRaw.Hue Method (console safe)
Use this setter/getter function to set or get a value of Hue for any desired channel.
Hue(
hueChannel as HueSaturationRaw.ChannelIDValues) as Double
Hue(
hueChannel as HueSaturationRaw.ChannelIDValues
assigns value as Double)
Parameters
- hueChannel
- The channel id.
This can be any value from the HueSaturationRaw.ChannelIDValues enum.
HueSaturationRaw.ChannelIDValues.MASTER
HueSaturationRaw.ChannelIDValues.REDS
HueSaturationRaw.ChannelIDValues.YELLOWS
HueSaturationRaw.ChannelIDValues.GREENS
HueSaturationRaw.ChannelIDValues.CYANS
HueSaturationRaw.ChannelIDValues.BLUES
HueSaturationRaw.ChannelIDValues.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 Hue can be from -180 to 180.
See Also
HueSaturationRaw Class