Method
ClutterOffscreenEffectpaint_target
Declaration [src]
void
clutter_offscreen_effect_paint_target (
  ClutterOffscreenEffect* effect,
  ClutterPaintNode* node,
  ClutterPaintContext* paint_context
)
Description [src]
Calls the Clutter.OffscreenEffectClass.paint_target virtual function of the effect.
Parameters
- node
- 
            Type: ClutterPaintNodeA ClutterPaintNode.The data is owned by the caller of the method. 
- paint_context
- 
            Type: ClutterPaintContextA ClutterPaintContext.The data is owned by the caller of the method.