Constructor
ClutterColorStateParamsnew
Declaration [src]
ClutterColorState*
clutter_color_state_params_new (
  ClutterContext* context,
  ClutterColorspace colorspace,
  ClutterTransferFunction transfer_function
)
Parameters
- context
- 
            Type: ClutterContextNo description available. The data is owned by the caller of the function. 
- colorspace
- 
            Type: ClutterColorspaceNo description available. 
- transfer_function
- 
            Type: ClutterTransferFunctionNo description available. 
Return value
Type: ClutterColorState
A new ClutterColorState object.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |