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:
CoglFramebufferA
CoglFramebuffer.The data is owned by the caller of the method. actor_box-
Type:
ClutterActorBoxThe bounding box of the shadow.
The data is owned by the caller of the method. paint_opacity-
Type:
guint8The opacity at which the shadow is painted.