Method
GimpDrawablecolorize_hsl
deprecated: 3.2 since: 2.10
Declaration [src]
gboolean
gimp_drawable_colorize_hsl (
GimpDrawable* drawable,
gdouble hue,
gdouble saturation,
gdouble lightness
)
Description [src]
Render the drawable as a grayscale image seen through a colored glass.
Desaturates the drawable, then tints it with the specified color. This tool is only valid on RGB color images. It will not operate on grayscale drawables.
Available since: 2.10
Deprecated since: 3.2
Use filter “gimp:colorize” instead.