mutter/doc
Damien Lespiau 98f2d2516b cogl-color: Provide setters for all the channels
We only had getters for the red, green, blue and alpha channels of a
color. This meant that, if you wanted to change, say, the alpha
component of a color, one would need to query the red, green and blue
channels and use set_from_4ub() or set_from_4f().

Instead of this, just provide some setters for CoglColor, using the same
naming scheme than the existing getters.
2010-06-10 20:02:01 +01:00
..
reference/cogl cogl-color: Provide setters for all the channels 2010-06-10 20:02:01 +01:00
CODING_STYLE cogl: improves header and coding style consistency 2010-02-12 14:05:00 +00:00