diff --git a/src/imageops/colorops.rs b/src/imageops/colorops.rs index 0c746db109..765e6e247b 100644 --- a/src/imageops/colorops.rs +++ b/src/imageops/colorops.rs @@ -280,6 +280,7 @@ where } /// Hue rotate the supplied image in place. +/// /// `value` is the degrees to rotate each pixel by. /// 0 and 360 do nothing, the rest rotates by the given degree value. /// just like the css webkit filter hue-rotate(180)