tahoma2d/toonz/sources/translations_docs/english/SoftLightIno.tex

52 lines
No EOL
1.6 KiB
TeX
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

\documentclass[a4paper,12pt]{article}
\usepackage[a4paper, total={180mm, 272mm}]{geometry}
\usepackage{fontspec}
\setmainfont[Path=fonts/, Extension=.ttf]{ipaexm}
\setlength\parindent{3.5em}
\setlength\parskip{0em}
\renewcommand{\baselinestretch}{1.247}
\begin{document}
\thispagestyle{empty}
\Large
\noindent \\
Soft Light Ino\medskip
\par
\normalsize
Soft Light the image\par
Hard Light reduction\par
Formula = if (Fore < 0.5) then\par
\noindent \hskip 7em (Back - (1 - 2 × Fore) × Back × (1 - Back))\par
\noindent \hskip 6em else\par
\noindent \hskip 7em if ((Back < 0.25) then\par
\noindent \hskip 10.5em (Back + (2 × Fore - 1) × (((16 × Back - 12) × Back + 4) × Back - Back))\par
\noindent \hskip 7em else\par
\noindent \hskip 10.5em (Back + (2 × Fore - 1) × (sqrt(Back) - Back)))\par
Formula shows the case of RGB values from 0 to 1.\\
\\
-{-}- \ Inputs \ -{-}-\par
Both the connections are combined in the process.\par
When the operating switch is OFF it displays the Back.\par
It will also display if there is only one connection.\\
Fore\par
Connect the image to overlay on top.\\
Back\par
Connect the image to put below.\\
\\
-{-}- \ Settings \ -{-}-\\
Opacity\par
Specifies the opacity of the image overlaid on top.\par
When 0 the Fore image will be transparent.\par
The default value is \textquotedbl 1.0\textquotedbl \ for the Fore image and will be synthesized as opaque.\par
Specify a value from 0 to 1.0.\\
\\
Clipping Mask\par
When ON,\par
Material will not exist in the location (Back) (Alpha Value Zero), and remains clear.\par
The default setting is ON.
\end{document}