[ Version ( deprecated = true , deprecated_since = "3.2" , since = "2.10" ) ]
public bool hue_saturation (HueRange hue_range, double hue_offset, double lightness, double saturation, double overlap)
Warning: hue_saturation is deprecated since 3.2.
Modify hue, lightness, and saturation in the specified drawable.
Use filter "gimp:hue-saturation" instead.
This procedure allows the hue, lightness, and saturation in the specified drawable to be modified. The 'hue-range' parameter provides the capability to limit range of affected hues. The 'overlap' parameter provides blending into neighboring hue channels when rendering.
| this |
The drawable. |
| hue_range |
Range of affected hues. |
| hue_offset |
Hue offset in degrees. |
| lightness |
Lightness modification. |
| saturation |
Saturation modification. |
| overlap |
Overlap other hue channels. |
|
TRUE on success. |