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

82 lines
2.4 KiB
TeX
Raw Normal View History

\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 \\
Level RGBA Ino\medskip
\par
\normalsize
2020-01-13 07:15:14 +13:00
Allows to perform an individual correction to the RGBA image levels.\par
For adjusting levels on a global basis, use the \textquotedbl Level Master Ino\textquotedbl \ effect.\\
\\
-{-}- \ Inputs \ -{-}-\\
Source\par
2020-01-13 07:15:14 +13:00
Connect the image to be processed.\\
\\
Reference\par
2020-01-13 07:15:14 +13:00
Connect the reference image to assign the strength of the effect into each pixel.\\
\\
-{-}- \ Settings \ -{-}-\\
Red In\\
Green In\\
Blue In\\
Alpha In\par
2020-01-13 07:15:14 +13:00
Allows to define the minimum and maximum values for the input pixel values\par
of each channel.\par
Values less than Min will be limited to Min, values greater than Max will be\par
limited to Max.\par
Minimum value is 0, maximum value is 1.\par
2020-01-13 07:15:14 +13:00
The default values are Min: 0, Max: 1.\par
Values can take an input of up to 4 decimal places.\\
\\
Red Out\\
Green Out\\
Blue Out\\
Alpha Out\par
2020-01-13 07:15:14 +13:00
Allows to fit the range defined by \textquotedbl In\textquotedbl , to the range of\par
minimum and maximum values specified here for each channel.\par
Minimum value is 0, maximum value is 1.\par
2020-01-13 07:15:14 +13:00
The default values are, Min: 0, Max: 1.\par
Values can take an input of up to 4 decimal places.\\
\newpage
\thispagestyle{empty}
\ \vspace{-0.2em}
2020-01-13 07:15:14 +13:00
\\
Red Gamma\\
Green Gamma\\
Blue Gamma\\
Alpha Gamma\par
Perform gamma correction between \textquotedbl Out Min\textquotedbl \ and \textquotedbl Out Max\textquotedbl \ on each channel.\par
A value between 0.1 and 1.0, will make the image become darker.\par
When the value is 1.0, no correction will be performed.\par
A value between 1.0 and 10.0, will make the image become brighter.\par
The default value is 1.\\
\\
Premultiplied\par
When ON, the image will be processed as if having a Premultiplied Alpha channel\par
(Alpha value already multiplied by RGB channels).\par
If image is not premultiplied, the image may not look correct.\par
The default setting is ON.\\
\\
Reference\par
2020-01-13 07:15:14 +13:00
Specify which channel to use from the image connected to the Reference port to\par
drive the intensity of the effect.\par
Choose from Red/Green/Blue/Alpha/Luminance.\par
Choose Nothing to disable the effect.\par
The default value is \textquotedbl Red\textquotedbl .
\end{document}