summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2013-04-29 10:26:41 +0100
committerRichard Hughes <richard@hughsie.com>2013-04-29 10:26:41 +0100
commit3d1bd6837cacc1372d83721d7deed273d574963f (patch)
tree3e4b1becff28a214536c7e14118cb103fa5350e6
parentdabf9c2a88135b39ab14a1eb2c4acbf18c2de9a8 (diff)
downloadcolord-3d1bd6837cacc1372d83721d7deed273d574963f.tar.gz
trivial: Add better gtk-doc descriptions for the rendering intents
-rw-r--r--lib/colord/cd-enum.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/colord/cd-enum.h b/lib/colord/cd-enum.h
index b6b7fe6..79dd8f2 100644
--- a/lib/colord/cd-enum.h
+++ b/lib/colord/cd-enum.h
@@ -77,6 +77,11 @@ typedef enum {
/**
* CdRenderingIntent:
+ * @CD_RENDERING_INTENT_UNKNOWN: Unknown rendering intent
+ * @CD_RENDERING_INTENT_PERCEPTUAL: Used for photos as it maintains contrast
+ * @CD_RENDERING_INTENT_RELATIVE_COLORIMETRIC: Used for graphic design and named colors
+ * @CD_RENDERING_INTENT_SATURATION: Used for business charts as it maintains saturation without dithering
+ * @CD_RENDERING_INTENT_ABSOLUTE_COLORIMETRIC: Used when a specific color is required
*
* The rendering intent.
**/