Andrea recreated images + some fixups
[goodguy/cin-manual-latex.git] / parts / Overlays.tex
index 6c5b1d0b13dd29da7a46fb8c54f5a7104ef6c549..7b8a4ad253b8d6fc7728285912c7e95bd8abdaba 100644 (file)
@@ -14,7 +14,7 @@ Figure~\ref{fig:overlay-01} shows the pulldown in the patchbay and the tool tip
 
 \begin{figure}[htpb]
     \centering
-    \includegraphics[width=0.99\linewidth]{images/overlay-01.png}
+    \includegraphics[width=0.99\linewidth]{overlay-01.png}
     \caption{Patchbay pulldown with Porter Duff and Graphic Art overlays expanded}
     \label{fig:overlay-01}
 \end{figure}
@@ -29,26 +29,26 @@ Below, in figure~\ref{fig:normal}, are the results of utilizing the 30 available
 
 \begin{figure}[htpb]
     \centering
-    \includegraphics[width=0.84\linewidth]{images/normal.png}
+    \includegraphics[width=0.84\linewidth]{normal.png}
     \caption{Normal and Arithmetic overlays}
     \label{fig:normal}
 \end{figure}
 
 \begin{figure}[htpb]
     \centering
-    \includegraphics[width=0.84\linewidth]{images/porter-duff.png}
+    \includegraphics[width=0.84\linewidth]{porter-duff.png}
     \caption{Porter Duff overlays}
 \end{figure}
 
 \begin{figure}[htpb]
     \centering
-    \includegraphics[width=0.84\linewidth]{images/logical.png}
+    \includegraphics[width=0.84\linewidth]{logical.png}
     \caption{Logical overlays}
 \end{figure}
 
 \begin{figure}[htpb]
     \centering
-    \includegraphics[width=0.84\linewidth]{images/graphic-art.png}
+    \includegraphics[width=0.84\linewidth]{graphic-art.png}
     \caption{Graphic Art overlays}
 \end{figure}
 
@@ -58,13 +58,13 @@ Below, in figure~\ref{fig:normal}, are the results of utilizing the 30 available
 The implementation math forms are subsequently listed, where:
 
 \vspace{2ex}
-\begin{lstlisting}[language=bash, numbers=none]
+\begin{lstlisting}[style=sh]
 Legend:
 D = Destination
 S = Source
 a = alpha
 c = chroma (color)
-|| = OR (logical operator); 
+|| = OR (logical operator);
 ? : = if (true/false) ... then (conditional ternary operator)
 \end{lstlisting}
 
@@ -203,3 +203,8 @@ Typical operations from popular \textit{paint} packages.
     \item[Softlight:] Darkens or lightens the colors, dependent on the source color value.  If the source color is lighter than 0.5, the destination is lightened. If the source color is darker than $0.5$, the destination is darkened, as if it were burned in.  The degree of darkening or lightening is proportional to the difference between the source color and $0.5$.  If it is equal to $0.5$, the destination is unchanged.  Using pure black or white produces a distinctly darker or lighter area, but does not result in pure black or white.  The effect is similar to shining a diffused spotlight on the destination.  A layer with pure black or white becomes markedly darker or lighter, but does not become pure black or white.  Soft light is not related to “Hard light” in anything but the name, but it does tend to make the edges softer and the colors not so bright.   Math formula is the same as used by Gimp; SVG formula differs.
 \end{description}
 
+
+%%% Local Variables:
+%%% mode: latex
+%%% TeX-master: "../CinelerraGG_Manual"
+%%% End: