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

100 lines
2.9 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 \\
HLS Adjust Ino\medskip
\par
\normalsize
2020-01-13 07:15:14 +13:00
Allows to modify the Hue (H), Lightness (L), and Saturation (S) values of the image,\par
multiplying them by the Scale parameter, and then Shifted by the specified amount.\\
\\
-{-}- \ Inputs \ -{-}-\\
2020-01-13 07:15:14 +13:00
\\
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 \ -{-}-\\
2020-01-13 07:15:14 +13:00
\\
Pivot\par
2020-01-13 07:15:14 +13:00
Specify the central value from where to apply the Scale.\\
\noindent \ \ \, Hue\par
2020-01-13 07:15:14 +13:00
Specify the central value for scaling the Hue.\par
Minimum is 0.0, maximum is 360.0.\par
\noindent \ \ \, Lightness\par
2020-01-13 07:15:14 +13:00
Specify the central value for scaling the Lightness.\par
Minimum is 0.0, maximum is 1.0.\par
The default value is 0.0.\par
\noindent \ \ \, Saturation\par
2020-01-13 07:15:14 +13:00
Specify the central value for scaling the Saturation.\par
Minimum is 0.0, maximum is 1.0.\par
The default value is 0.0.\\
\\
Scale\par
2020-01-13 07:15:14 +13:00
\noindent \ \ \, Enlarge or reduce the HLS range by multipliying the Scale around the Pivot value.\par
\noindent \ \ \, Hue value will be applied recursively around the color circle,\par
\noindent \ \ \, Lightness and Saturation values will be in the range from 0 to 1.\\
\noindent \ \ \, Hue\par
2020-01-13 07:15:14 +13:00
Multiplication factor for the Hue.\par
Minimum value is 0.0.\par
The default value is 1.0.\par
\noindent \ \ \, Lightness\par
2020-01-13 07:15:14 +13:00
Multiplication factor for the Lightness.\par
Minimum value is 0.0.\par
The default value is 1.0.\par
\newpage
\thispagestyle{empty}
\ \vspace{-0.2em}
\par
2020-01-13 07:15:14 +13:00
\noindent \ \ \, Saturation\par
Multiplication factor for the Saturation.\par
Minimum value is 0.0.\par
The default value is 1.0.\\
\\
Shift\par
2020-01-13 07:15:14 +13:00
\noindent \ \ \, This will Shift the values in HLS color space.\par
\noindent \ \ \, Hue value will be shifted recursively around the color circle.\par
\noindent \ \ \, Lightness and Saturation values will range from 0 to 1.\\
\par
\noindent \ \ \, Hue\par
2020-01-13 07:15:14 +13:00
Shift for the Hue.\par
The default value is 0.0.\par
\noindent \ \ \, Lightness\par
2020-01-13 07:15:14 +13:00
Shift for the Lightness.\par
The default value is 0.0.\par
\noindent \ \ \, Saturation\par
2020-01-13 07:15:14 +13:00
Shift for the Saturation.\par
The default value is 0.0.\\
\\
Premultiplied\par
2020-01-13 07:15:14 +13:00
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}