From f76ebd7912d8b5f1f57da7605ff522f655dc786b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Denise=20Pe=C3=B1a?= <75506267+dcpena@users.noreply.github.com> Date: Wed, 30 Oct 2024 15:44:06 -0500 Subject: [PATCH] Update saturation description --- src/content/partials/images/saturation.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/content/partials/images/saturation.mdx b/src/content/partials/images/saturation.mdx index 7d82701e88d65a..1df693f6a3c30a 100644 --- a/src/content/partials/images/saturation.mdx +++ b/src/content/partials/images/saturation.mdx @@ -3,7 +3,7 @@ --- import { Tabs, TabItem } from "~/components" -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. +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. @@ -16,4 +16,4 @@ Increases saturation by a factor. A value of `1.0` equals no change, a value of cf: {image: {saturation: 0.5}} ``` - \ No newline at end of file +