From 3c2a9c7fd04d48e5b360e5f3c3e1b5d41e50530c Mon Sep 17 00:00:00 2001 From: Good Guy Date: Wed, 5 May 2021 16:16:22 -0600 Subject: [PATCH] Andrea fix for Histogram Bezier --- parts/Plugins.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parts/Plugins.tex b/parts/Plugins.tex index 6878965..cf4be09 100644 --- a/parts/Plugins.tex +++ b/parts/Plugins.tex @@ -1930,7 +1930,7 @@ Curves are generally adjusted by introducing several control points, some to be The most used type of modification is to create a \textit{S curve}. There can be a lot of shapes that use the S curve; the simplest is to create a control point in the shadows, one in the midtones (anchors) and one in the highlights. Moving the highlight point upwards and the shadow point downwards increases the contrast, making the image sharper and improving the color rendering. With the type of \textit{linear} curve you can make hard adjustments, similar to the result of the use of \textit{Color 3 Way}, even if this acts on the color wheel (Hue) while the curves act on individual RGB channels. -The \textit{Polynomial} and \textit{Bézier} types introduce \textit{control handles} that allow for more sophisticated and smoother adjustments. The quality of the result is much better, but they require more experience for their optimal use. Extending the handles away from the control point increases the \textit{radius} of the curve at that point. By varying the angle of the handles we change the \textit{tangent} and thus the curvature of the curve below. The difference between Polynomial and Bézier lies in the underlying mathematics, but for practical purposes the use is similar. +The \textit{Polynomial} and \textit{Bézier} types introduce \textit{control handles} that allow for more sophisticated and smoother adjustments. The quality of the result is much better, but they require more experience for their optimal use. By varying the angle of the handles we change the \textit{tangent} and thus the slope of the curve below. Unlike true Bezier curves, there is no effect in extending the handles: there is no change in the radius of the curve. The difference between Polynomial and Bézier lies in the underlying mathematics, but for practical purposes the use is similar. By default Bézier starts with a slight S-curve, as opposed to Polynomial. Some examples of the use of curves to demonstrate the variety of possible interventions (figure~\ref{fig:ex-bezier}): -- 2.26.2