Class
GeglColor
since: 0.4
Instance methods
gegl_color_get_cmyk
Retrieves the current set color stored as space
.
If space
is NULL
, this is equivalent to requesting color in the default
naive CMYK space.
since: 0.4
gegl_color_get_hsla
Retrieves the current set color stored as space
.
If space
is NULL
, this is equivalent to requesting color in the default
sRGB space.
since: 0.4
gegl_color_get_hsva
Retrieves the current set color stored as space
.
If space
is NULL
, this is equivalent to requesting color in the default
sRGB space.
since: 0.4
gegl_color_get_rgba
Retrieves the current set color as linear light non premultipled RGBA data, any of the return pointers can be omitted.
since: 0.4
gegl_color_get_rgba_with_space
Retrieves the current set color stored as space
.
If space
is NULL
, this is equivalent to requesting color in sRGB.
since: 0.4
gegl_color_set_bytes
Set a GeglColor from a pixel stored in a %GBytes and it’s babl format.
since: 0.4
gegl_color_set_cmyk
Set color as CMYK data stored as space
. If space
is NULL
, this is
equivalent to storing with the default naive CMYK space.
since: 0.4
gegl_color_set_hsla
Set color as HSLA data stored as space
. If space
is NULL
, this is
equivalent to storing with the default sRGB space.
since: 0.4
gegl_color_set_hsva
Set color as HSVA data stored as space
. If space
is NULL
, this is
equivalent to storing with the default sRGB space.
since: 0.4
gegl_color_set_rgba_with_space
Set color as RGBA data stored as space
. If space
is NULL
, this is
equivalent to storing as sRGB.
since: 0.4
Signals
Signals inherited from GObject (1)
GObject::notify
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.
unstable since: 2.0