gimp_histogram << INDEX >> gimp_image_active_drawable

gimp_hue_saturation (1997)

NAME
gimp_hue_saturation - Modify hue, lightness, and saturation in the specified drawable.
SYNOPSIS
gimp_hue_saturation (drawable,hue_range,hue_offset,lightness,saturation)
DESCRIPTION
This procedures 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.
INPUT ARGUMENTS
TYPENAMEDESCRIPTION
DRAWABLEdrawableThe drawable
INT32hue_rangeRange of affected hues: { ALL_HUES (0), RED_HUES (1), YELLOW_HUES (2), GREEN_HUES (3), CYAN_HUES (4), BLUE_HUES (5), MAGENTA_HUES (6) }
FLOAThue_offsetHue offset in degrees: (-180 <= hue_offset <= 180)
FLOATlightnesslightness modification: (-100 <= lightness <= 100)
FLOATsaturationsaturation modification: (-100 <= saturation <= 100)
SOME SYNTAX ALTERNATIVES
$drawable->hue_saturation (hue_range,hue_offset,lightness,saturation)
AUTHOR
Spencer Kimball & Peter Mattis
(c)1997 Spencer Kimball & Peter Mattis


This page was created by gimpdoc, written by Marc Lehmann <pcg@goof.com>