Method
StShadowHelperpaint
Declaration [src]
void
st_shadow_helper_paint (
StShadowHelper* helper,
CoglFramebuffer* framebuffer,
ClutterActorBox* actor_box,
guint8 paint_opacity
)
Description [src]
Paints the shadow associated with helper
This must only
be called from the implementation of ClutterActor::paint().
Parameters
framebuffer
-
Type:
CoglFramebuffer
A
CoglFramebuffer
.The data is owned by the caller of the method. actor_box
-
Type:
ClutterActorBox
The bounding box of the shadow.
The data is owned by the caller of the method. paint_opacity
-
Type:
guint8
The opacity at which the shadow is painted.