Method
StThemeNodeget_background_gradient
Declaration [src]
void
st_theme_node_get_background_gradient (
StThemeNode* node,
StGradientType* type,
ClutterColor* start,
ClutterColor* end
)
Parameters
type-
Type:
StGradientTypeType of gradient.
The argument will be set by the function. The caller of the method takes ownership of the data, and is responsible for freeing it. start-
Type:
ClutterColorColor at start of gradient.
The argument will be set by the function. The data is owned by the instance. end-
Type:
ClutterColorColor at end of gradient.
The argument will be set by the function. The data is owned by the instance.