Image.modulate

Modulate percent hue, saturation, and brightness of an image. Modulation of saturation and brightness is as a ratio of the current value (1 ( == 100% ) for no change).

class Image
void
modulate
(
double brightness = 1
,
double saturation = 1
,
double hue = 1
)

Parameters

brightness
Type: double

The percentage of change in the brightness.

saturation
Type: double

The percentage of change in the saturation.

hue
Type: double

The percentage of change in the hue.

Meta