RGB Adjustment

This filter is for simple manual color adjustment by RGB channel, either through adding constants, or changing the channel gammas or gains.

The effect has keyframes.

kdenlive2304_effects-rgb_adjustment

RGB Adjustment effect

  • Action: - Set the action to be performed[1] - Add constant adds a fixed value between -150 and +150 (this is sometimes called “black level” or “setup”). - Change gamma changes channel gamma between 0.3333 and 3.0. - Multiply multiplies channel with a value between 0.3333 and 3.0 (sometimes called “gain” or “contrast”).

  • Keep luma - Set to keep the luma value and the R/G/B sliders only affect the respective color channel

  • Alpha controlled - Check this if only areas with non-zero alpha are to be affected

  • Luma formula - Set the color space to operate in. Options are Rec. 709 (default) and Rec. 601.

  • R / G / B - Determines the change in each of the three color channels

Add constant simply shifts the RGB “cube” colorspace. This means, that on one end we are left with empty space, which is filled with zeros, and on the other end, values can “fall outside”, and in this case they will be truncated to max (255).

Change gain changes the size of the cube, keeping the “black” corner fixed, affecting predominately highlights, but the other end can still “fall out” and get 255 truncated.

Change gamma keeps the whole cube in the same place, just stretches and squeezes its interior, so no zero filling or truncation is necessary.

Hint

To visualize this effect’s actions, apply it to a gray gradient and watch the result with Histogram.

Notes