gimp-drawable-colorize-hsl

Sven Neumann <sven@gimp.org>

Description

Render the drawable as a grayscale image seen through a colored glass.

Help

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.


Type

unknown

Parameters

Type Name Description
PF_DRAWABLE drawable The drawable
PF_FLOAT hue Hue in degrees (0 <= hue <= 360)
PF_FLOAT saturation Saturation in percent (0 <= saturation <= 100)
PF_FLOAT lightness Lightness in percent (-100 <= lightness <= 100)

Return

None