diff --git a/src/libcamera/control_ids_core.yaml b/src/libcamera/control_ids_core.yaml
index f781865859ac..4993da14b3f6 100644
--- a/src/libcamera/control_ids_core.yaml
+++ b/src/libcamera/control_ids_core.yaml
@@ -1346,4 +1346,17 @@ controls:
         reduces the WdrExposureValue until the amount of pixels that are close
         to saturation is lower than this value.
 
+  - Hue:
+      type: float
+      direction: inout
+      description: |
+        Adjusts the image hue (colour rotation) in degrees.
+
+        The value specifies a rotation around the colour wheel:
+        positive values rotate hues counter-clockwise (for example a +60 degree
+        rotation turns Red hues to Magenta hues), and negative values rotate
+        clockwise (a -60 degree rotation turns Red hues to Yellow hues).
+
+        A value of 0 leaves the hue unchanged.
+
 ...
