From f2b0dac87122c2265aa22057d1f152a79b709904 Mon Sep 17 00:00:00 2001 From: Damien Lespiau Date: Sun, 30 Dec 2012 19:45:11 +0000 Subject: [PATCH] doc: Document CoglColor (cherry picked from commit a0dfba1eb1c541490611a021799e656bf43a04fe) --- cogl/cogl-types.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/cogl/cogl-types.h b/cogl/cogl-types.h index 16e9fb574..bca2e00a7 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