[Bf-docboard-svn] bf-manual: [8454] trunk/blender_docs/manual/compositing/types/output/levels.rst: UI: Update Levels Nodes

Aaron Carlisle noreply at blender.org
Wed Oct 6 04:07:21 CEST 2021


Revision: 8454
          https://developer.blender.org/rBM8454
Author:   Blendify
Date:     2021-10-06 04:07:21 +0200 (Wed, 06 Oct 2021)
Log Message:
-----------
UI: Update Levels Nodes

Modified Paths:
--------------
    trunk/blender_docs/manual/compositing/types/output/levels.rst

Modified: trunk/blender_docs/manual/compositing/types/output/levels.rst
===================================================================
--- trunk/blender_docs/manual/compositing/types/output/levels.rst	2021-10-06 01:43:53 UTC (rev 8453)
+++ trunk/blender_docs/manual/compositing/types/output/levels.rst	2021-10-06 02:07:21 UTC (rev 8454)
@@ -9,8 +9,8 @@
 
    Levels Node.
 
-The Levels Node read the input color channels
-and outputs analytical values.
+The Levels Node read the input color channels and outputs analytical values.
+The output is a one dimensional meaning the visualization will be a uniform grey color.
 
 
 Inputs
@@ -24,21 +24,23 @@
 ==========
 
 Channel
-   C (Combined RGB), R (Red), G (Green), B (Blue), L (Luminance)
+   Selects which color values are used to calculate analytics.
 
+   :Combined: Calculate values based on the red, green, and blue channels.
+   :Red: Calculate values based on the red channel.
+   :Green: Calculate values based on the green channel.
+   :Blue: Calculate values based on the blue channel.
+   :Luminance: Calculate values based on the :term:`Luminance` of the image.
 
+
 Outputs
 =======
 
-1D values based on the levels of an image.
-
 Mean
-   The mean is the average value of all image pixels in specified channel
-   (combined, red, green, blue, luminance). It represents the overall brightness of the image
-   and can be used as such for setups that depend on how "bright" or "dark" the input is.
+   The mean is the average value of all image pixels in specified channel.
+   It represents the overall brightness of the image and can be used as such
+   for setups that depend on how "bright" or "dark" the input is.
 Standard Deviation
    How much pixel values differ from the mean.
    A low standard deviation indicates that the pixel values tend to be very close to the mean.
    A high standard deviation indicates that the values are spread out over a large range of values.
-
-The visualization of such data is just a gray rectangle.



More information about the Bf-docboard-svn mailing list