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.

Parameters

red

Type: float

Red component of the change in contrast.

green

Type: float

Green component of the change in contrast.

blue

Type: float

Blue component of the change in contrast.