diff --git a/src/libcamera/control_ids_core.yaml b/src/libcamera/control_ids_core.yaml
index 8e99bd84825f..67a44f8089bd 100644
--- a/src/libcamera/control_ids_core.yaml
+++ b/src/libcamera/control_ids_core.yaml
@@ -1356,4 +1356,19 @@ controls:
         Enable or disable lens dewarping. This control is only available if lens
         dewarp parameters are configured in the tuning file.
 
+  - Hue:
+      type: float
+      direction: inout
+      description: |
+        Adjusts the image hue (colour rotation) in degrees, as defined in
+        the HSL/HSV colour model.
+
+        The value represents a rotation around the hue circle in HSL/HSV space:
+        positive values rotate hues clockwise (for example a +60° turns
+        Red hues to Yellow hues), and negative values rotate counter-clockwise
+        (a -60° turns Red hues to Magenta hues).
+
+        The nominal range is [-180, 180[, where 0° leaves hues unchanged and the
+        range wraps around continuously, with 180° == -180°.
+
 ...
