Property
ClutterBrightnessContrastEffect:contrast
since: 13
Description [src]
The contrast change to apply to the effect.
This property uses a ClutterColor to represent the changes to each
color channel. The range is [ 0, 255 ], with 127 as the value used
to indicate no change; values smaller than 127 indicate a decrease
in contrast, and values larger than 127 indicate an increase in contrast.
| Type: | ClutterColor |
| Available since: | 13 |
| Default value | #7f7f7fff |
| Getter method | clutter_brightness_contrast_effect_get_contrast() |
| Setter method | clutter_brightness_contrast_effect_set_contrast() |