diff --git a/content/module-reference/utility-modules/shared/scopes.md b/content/module-reference/utility-modules/shared/scopes.md index 6ca7c66402..a8d27d761b 100644 --- a/content/module-reference/utility-modules/shared/scopes.md +++ b/content/module-reference/utility-modules/shared/scopes.md @@ -73,15 +73,15 @@ The graph includes a "hue ring" representing the maximum chroma of each hue (in ## color harmony and additional vectorscope controls -The vectorscope provides some additional controls beyond those provided by the other modes, which deserve separate discussion. Hovering over the scopes module while in vectorscope mode shows the following additional buttons: +The vectorscope provides some additional controls beyond those provided by the other modes, which deserve separate discussion. Hovering over the scopes module while in vectorscope mode shows the following additional buttons to the right: ![vectorscope-options](./scopes/vectorscope-options.png#w50) -Click the right-most button to toggle the chroma scale between linear and logarithmic mode. +Click the button second to the right to toggle the chroma scale between linear and logarithmic mode. -Click the second-to-right-most button to toggle the color space of the vectorscope between [CIELUV](https://en.wikipedia.org/wiki/CIELUV), [JzAzBz](https://www.osapublishing.org/oe/fulltext.cfm?uri=oe-25-13-15131&id=368272) or [RYB](https://en.wikipedia.org/wiki/RYB_color_model) -- as previously mentioned, these color spaces exclude any luminosity component in this module. The CIELUV graph will be faster to calculate, and is a well-known standard, though JzAzBz may be more perceptually accurate. +Click the right-most button to toggle the color space of the vectorscope between [CIELUV](https://en.wikipedia.org/wiki/CIELUV), [JzAzBz](https://www.osapublishing.org/oe/fulltext.cfm?uri=oe-25-13-15131&id=368272) or [RYB](https://en.wikipedia.org/wiki/RYB_color_model) -- as previously mentioned, these color spaces exclude any luminosity component in this module. The CIELUV graph will be faster to calculate, and is a well-known standard, though JzAzBz may be more perceptually accurate. -Finally, along the left-hand edge of the module are a series of buttons that allow the selected color harmony indicator to be overlaid on the vectorscope graphic when in RYB color space. For example, the following shows the "triad" color harmony: +Finally, along the right-hand edge of the module are a series of buttons that allow the selected color harmony indicator to be overlaid on the vectorscope graphic when in RYB color space. For example, the following shows the "triad" color harmony: ![vectorscope-ch-triad](./scopes/vectorscope-ch-triad.png#w50) @@ -106,6 +106,12 @@ Bear in mind that these controls are provided as a basic guide to achieving colo - The vectorscope does not have a "skin tone line", which is a flawed generalization rather than a universal standard. - The vectorscope represents a colorimetric encoding of an image, which inevitably diverges from a viewer's perception of the image. +# Split Scope Mode + +![vectorscope-ch-triad](./scopes/split-mode.png#w50) + +Selecting the third scope mode activates split mode with waveform and vectorscope next to each other. This allows for a sense of both the lightness and chromaticity of an image without flipping between scopes. + # exposure adjustment The histogram, waveform, and RGB parade scopes can be used to directly alter the _exposure_ and _black level_ of the [_exposure_](../../processing-modules/exposure.md) module. diff --git a/content/module-reference/utility-modules/shared/scopes/scopes.png b/content/module-reference/utility-modules/shared/scopes/scopes.png index e7842de293..0a26c04d8f 100644 Binary files a/content/module-reference/utility-modules/shared/scopes/scopes.png and b/content/module-reference/utility-modules/shared/scopes/scopes.png differ diff --git a/content/module-reference/utility-modules/shared/scopes/split-mode.png b/content/module-reference/utility-modules/shared/scopes/split-mode.png new file mode 100644 index 0000000000..2867c51366 Binary files /dev/null and b/content/module-reference/utility-modules/shared/scopes/split-mode.png differ diff --git a/content/module-reference/utility-modules/shared/scopes/vectorscope-ch-triad.png b/content/module-reference/utility-modules/shared/scopes/vectorscope-ch-triad.png index f37feacf25..b8088dc118 100644 Binary files a/content/module-reference/utility-modules/shared/scopes/vectorscope-ch-triad.png and b/content/module-reference/utility-modules/shared/scopes/vectorscope-ch-triad.png differ diff --git a/content/module-reference/utility-modules/shared/scopes/vectorscope-options.png b/content/module-reference/utility-modules/shared/scopes/vectorscope-options.png index 2e0922303e..68621ee676 100644 Binary files a/content/module-reference/utility-modules/shared/scopes/vectorscope-options.png and b/content/module-reference/utility-modules/shared/scopes/vectorscope-options.png differ