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:
ClutterPaintNode
A
ClutterPaintNode
.The data is owned by the caller of the method. paint_context
-
Type:
ClutterPaintContext
A
ClutterPaintContext
.The data is owned by the caller of the method.