Method

ClutterBrightnessContrastEffectset_contrast_full

Declaration [src]

void
clutter_brightness_contrast_effect_set_contrast_full (
  ClutterBrightnessContrastEffect* effect,
  float red,
  float green,
  float blue
)

Description [src]

The range for each component is [-1.0, 1.0] where 0.0 designates no change, values below 0.0 mean a decrease in contrast, and values above indicate an increase.

Available since:1.10

Parameters

red float
 

Red component of the change in contrast.

green float
 

Green component of the change in contrast.

blue float
 

Blue component of the change in contrast.