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

46 lines
No EOL
1.3 KiB
TeX

\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 \\
Pin Light Ino\medskip
\par
\normalsize
Pin Light the image\par
When Fore is dark it uses Darken, otherwise it uses Lighten\par
Formula = if (Fore < 0.5) then \textquotedbl Darken\textquotedbl \ else \textquotedbl Lighten\textquotedbl\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}