Enumeration
ClutterEffectPaintFlags
since: 13
Description [src]
Flags passed to the ‘paint’ or ‘pick’ method of ClutterEffect.
Available since: 13
Members
CLUTTER_EFFECT_PAINT_ACTOR_DIRTY-
The actor or one of its children has queued a redraw before this paint. This implies that the effect should call
clutter_actor_continue_paint()to chain to the next effect and can not cache any results from a previous paint.- Value:
1 - Nickname:
actor-dirty - Available since: 13
- Value:
CLUTTER_EFFECT_PAINT_BYPASS_EFFECT-
The effect should not be used on this frame, but it will be asked to paint the actor still.
- Value:
2 - Nickname:
bypass-effect - Available since: 13
- Value: