From 3f2eb4ccb0fa90b1156142e1a76132476cd39ee3 Mon Sep 17 00:00:00 2001 From: ralfbrown Date: Tue, 9 Apr 2024 10:01:49 -0400 Subject: [PATCH 1/2] add cross-ref to rgblevels for 'brightness' (gamma) adjustment in c-b-s --- .../processing-modules/contrast-brightness-saturation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/module-reference/processing-modules/contrast-brightness-saturation.md b/content/module-reference/processing-modules/contrast-brightness-saturation.md index 701e8b113c..ca0ae0bc41 100644 --- a/content/module-reference/processing-modules/contrast-brightness-saturation.md +++ b/content/module-reference/processing-modules/contrast-brightness-saturation.md @@ -20,7 +20,7 @@ All module controls default to a neutral position (zero) and provide the ability --- -_**Note:** This module works in Lab color space and is prone to halos. Instead, use the [color balance rgb](./color-balance-rgb.md) module._ +_**Note:** This module works in Lab color space and is prone to halos. Instead, use the [color balance rgb](./color-balance-rgb.md) and [rgb levels](./rgb-levels.md) modules._ The gray control in _rgb levels_ is the same gamma adjustment that the _brightness_ control in this module applies. --- From 8f8e9f63e06ca8920f87a9b4ac36cd0c415a042d Mon Sep 17 00:00:00 2001 From: ralfbrown Date: Mon, 29 Apr 2024 10:52:55 -0400 Subject: [PATCH 2/2] reword to recommend colorbalance --- .../processing-modules/contrast-brightness-saturation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/module-reference/processing-modules/contrast-brightness-saturation.md b/content/module-reference/processing-modules/contrast-brightness-saturation.md index ca0ae0bc41..843c50865e 100644 --- a/content/module-reference/processing-modules/contrast-brightness-saturation.md +++ b/content/module-reference/processing-modules/contrast-brightness-saturation.md @@ -20,7 +20,7 @@ All module controls default to a neutral position (zero) and provide the ability --- -_**Note:** This module works in Lab color space and is prone to halos. Instead, use the [color balance rgb](./color-balance-rgb.md) and [rgb levels](./rgb-levels.md) modules._ The gray control in _rgb levels_ is the same gamma adjustment that the _brightness_ control in this module applies. +_**Note:** This module works in Lab color space and is prone to halos. Instead, use the [color balance rgb](./color-balance-rgb.md) (recommended) or [rgb levels](./rgb-levels.md) modules._ The gray control in _rgb levels_ is the same gamma adjustment that the _brightness_ control in this module applies. ---