Function Macro

ClutterCOLOR_INIT

Declaration [src]

#define CLUTTER_COLOR_INIT (
  r,
  g,
  b,
  a
)

Description [src]

A macro that initializes a ClutterColor, to be used when declaring it.

Available since:1.12
This function is not directly available to language bindings

Parameters

r -
 

Value for the red channel, between 0 and 255

g -
 

Value for the green channel, between 0 and 255

b -
 

Value for the blue channel, between 0 and 255

a -
 

Value for the alpha channel, between 0 and 255