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