Skip to content

Commit a27ab72

Browse files
authored
Update saturation description (cloudflare#17882)
1 parent 1b6f7f0 commit a27ab72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/partials/images/saturation.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
---
44
import { Tabs, TabItem } from "~/components"
55

6-
Increases saturation by a factor. A value of `1.0` equals no change, a value of `0.5` equals half saturation, and a value of `2.0` equals twice as saturated. `0` is ignored.
6+
Increases saturation by a factor. A value of `1.0` equals no change, a value of `0.5` equals half saturation, and a value of `2.0` equals twice as saturated. A value of `0` will convert the image to grayscale.
77

88
<Tabs>
99
<TabItem label="URL format">
@@ -16,4 +16,4 @@ Increases saturation by a factor. A value of `1.0` equals no change, a value of
1616
cf: {image: {saturation: 0.5}}
1717
```
1818
</TabItem>
19-
</Tabs>
19+
</Tabs>

0 commit comments

Comments
 (0)