[Bf-docboard-svn] bf-manual: [8830] branches/blender-3.0-release/blender_docs/manual: Documentation for recent color balance modifier changes

Aaron Carlisle noreply at blender.org
Thu Jan 20 02:27:01 CET 2022


Revision: 8830
          https://developer.blender.org/rBM8830
Author:   Blendify
Date:     2022-01-20 02:27:01 +0100 (Thu, 20 Jan 2022)
Log Message:
-----------
Documentation for recent color balance modifier changes

Differential Revision: https://developer.blender.org/D12995

Modified Paths:
--------------
    branches/blender-3.0-release/blender_docs/manual/video_editing/sequencer/sidebar/modifiers.rst

Added Paths:
-----------
    branches/blender-3.0-release/blender_docs/manual/images/video-editing_sequencer_sidebar_color-balance-modifier.png

Added: branches/blender-3.0-release/blender_docs/manual/images/video-editing_sequencer_sidebar_color-balance-modifier.png
===================================================================
(Binary files differ)

Index: branches/blender-3.0-release/blender_docs/manual/images/video-editing_sequencer_sidebar_color-balance-modifier.png
===================================================================
--- branches/blender-3.0-release/blender_docs/manual/images/video-editing_sequencer_sidebar_color-balance-modifier.png	2022-01-20 01:06:37 UTC (rev 8829)
+++ branches/blender-3.0-release/blender_docs/manual/images/video-editing_sequencer_sidebar_color-balance-modifier.png	2022-01-20 01:27:01 UTC (rev 8830)

Property changes on: branches/blender-3.0-release/blender_docs/manual/images/video-editing_sequencer_sidebar_color-balance-modifier.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Modified: branches/blender-3.0-release/blender_docs/manual/video_editing/sequencer/sidebar/modifiers.rst
===================================================================
--- branches/blender-3.0-release/blender_docs/manual/video_editing/sequencer/sidebar/modifiers.rst	2022-01-20 01:06:37 UTC (rev 8829)
+++ branches/blender-3.0-release/blender_docs/manual/video_editing/sequencer/sidebar/modifiers.rst	2022-01-20 01:27:01 UTC (rev 8830)
@@ -64,11 +64,37 @@
 Color Balance Modifier
 ----------------------
 
-Color balance adjustments, through Lift, Gamma, and Gain.
+Color balance adjustments, either by the Lift, Gamma, and Gain or the Slope, Offset and Power method. 
 
-This modifier works the same as the :doc:`Color Balance Node </compositing/types/color/color_balance>`.
+This modifier works similar to the :doc:`Color Balance Node </compositing/types/color/color_balance>`.
 
+.. figure:: /images/video-editing_sequencer_sidebar_color-balance-modifier.png
+   :align: right
 
+Depending on the selected method, the following operations can be applied to the color values in the 
+sequencer color space:
+
+Lift/Gamma/Gain
+   Lift
+      Increases the value of dark colors.
+   Gamma
+      Adjusts midtones.
+   Gain
+      Adjusts highlights.
+
+Offset/Power/Slope (ASC-CDL)
+   The following formula is applied to each RGB color value separately: :math:`c_{out} =  (c_{in}*s + o)^p`
+
+   Slope
+      The multiplier :math:`s` influences all color values except black. Its effect is stronger 
+      the brighter the source color is. 
+   Offset
+      Shifts color values after applying Slope by adding the Offset :math:`o` to them. Note that 
+      the selected value shown in the UI will be subtracted by 1, so the default value of 1 means 
+      effectively no offset is applied. 
+   Power
+      Over-all exponent :math:`p`, which mainly adjusts the midtones.
+
 .. index:: Video Sequencer Modifiers; Curves Modifier
 .. _bpy.types.CurvesModifier:
 



More information about the Bf-docboard-svn mailing list