1
0
Fork 0

doc: Document CoglColor

(cherry picked from commit a0dfba1eb1c541490611a021799e656bf43a04fe)
This commit is contained in:
Damien Lespiau 2012-12-30 19:45:11 +00:00 committed by Robert Bragg
parent b8a18d6fbc
commit f2b0dac871

View file

@ -470,6 +470,10 @@ typedef enum
/**
* CoglColor:
* @red: amount of red
* @green: amount of green
* @blue: amount of green
* @alpha: alpha
*
* A structure for holding a color definition. The contents of
* the CoglColor structure are private and should never by accessed