diff --git a/staging/color-management/color-management-v1.xml b/staging/color-management/color-management-v1.xml
index 6355f47..89d766e 100644
--- a/staging/color-management/color-management-v1.xml
+++ b/staging/color-management/color-management-v1.xml
@@ -509,13 +509,19 @@
-
- Sets the transfer characteristics as a gamma curve.
+
+ Sets the transfer characteristic to a power curve with the given
+ exponent. This curve represents the conversion from electrical to
+ optical pixel or color values.
- Use decimal value to define the gamma (e.g. 22 for a 2.2 Gamma, 24 for a 2.4 Gamma, etc)
+ The curve exponent shall be multiplied by 10000 to get the argument
+ eexp value to carry precision of 4 decimals.
+
+ The curve exponent must be at least 1.0 and at most 10.0. Otherwise
+ the protocol error invalid_tf is raised.
-
+