Method

ClutterOffscreenEffectpaint_target

Declaration [src]

void
clutter_offscreen_effect_paint_target (
  ClutterOffscreenEffect* effect,
  ClutterPaintNode* node,
  ClutterPaintContext* paint_context
)

Description [src]

Calls the paint_target() virtual function of the effect.

Available since:1.4

Parameters

node ClutterPaintNode
 

A ClutterPaintNode.

 The data is owned by the caller of the function.
paint_context ClutterPaintContext
 

A ClutterPaintContext.

 The data is owned by the caller of the function.