summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Lespiau <damien.lespiau@intel.com>2012-12-30 19:45:11 +0000
committerRobert Bragg <robert@linux.intel.com>2013-01-21 14:20:37 +0000
commit80cfb8d37af6f397b8ae0b879b2c943cdf55e039 (patch)
treedf6ad26ba69969811fdd504c835ed2e4c5b2df06
parentabe021b28dbb7e9e51d49b3de2f0c638797f12f1 (diff)
downloadcogl-80cfb8d37af6f397b8ae0b879b2c943cdf55e039.tar.gz
doc: Document CoglColor
(cherry picked from commit a0dfba1eb1c541490611a021799e656bf43a04fe)
-rw-r--r--cogl/cogl-types.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/cogl/cogl-types.h b/cogl/cogl-types.h
index 16e9fb57..bca2e00a 100644
--- a/cogl/cogl-types.h
+++ b/cogl/cogl-types.h
@@ -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