manongjohn 5d1508
\documentclass[a4paper,12pt]{article}
manongjohn 5d1508
\usepackage[a4paper, total={180mm, 272mm}]{geometry}
manongjohn 5d1508
manongjohn 5d1508
\usepackage{fontspec}
manongjohn 5d1508
\setmainfont[Path=fonts/, Extension=.ttf]{ipaexm}
manongjohn 5d1508
manongjohn 5d1508
\setlength\parindent{3.5em}
manongjohn 5d1508
\setlength\parskip{0em}
manongjohn 5d1508
\renewcommand{\baselinestretch}{1.247}
manongjohn 5d1508
manongjohn 5d1508
\begin{document}
manongjohn 5d1508
manongjohn 5d1508
\thispagestyle{empty}
manongjohn 5d1508
manongjohn 5d1508
\Large
manongjohn 5d1508
\noindent \\
manongjohn 5d1508
HSV Adjust Ino\medskip
manongjohn 5d1508
\par
manongjohn 5d1508
\normalsize
manongjohn d9b24b
Allows to modify the Hue (H), Saturation (S), and Value (V) values of the image,\par 
manongjohn d9b24b
multiplying them by the Scale parameter, and then Shifted by the specified amount.\\
manongjohn 5d1508
\\
manongjohn 5d1508
-{-}- \ Inputs \ -{-}-\\
manongjohn d9b24b
\\
manongjohn 5d1508
Source\par
manongjohn d9b24b
Connect the image to be processed.\\
manongjohn 5d1508
Reference\par
manongjohn d9b24b
Connect the reference image to assign the strength of the effect into each pixel.\\
manongjohn 5d1508
\\
manongjohn 5d1508
-{-}- \ Settings \ -{-}-\\
manongjohn d9b24b
\\
manongjohn 5d1508
Pivot\par
manongjohn d9b24b
Specify the central value from where to apply the Scale.\\
manongjohn d9b24b
manongjohn 5d1508
\noindent \ \ \, Hue\par
manongjohn d9b24b
Specify the central value for scaling the Hue.\par
manongjohn d9b24b
Minimum is 0.0, maximum is 360.0.\par
manongjohn 5d1508
\noindent \ \ \, Saturation\par
manongjohn d9b24b
Specify the central value for scaling the Saturation.\par
manongjohn d9b24b
Minimum is 0.0, maximum is 1.0.\par
manongjohn 5d1508
The default value is 0.0.\par
manongjohn 5d1508
\noindent \ \ \, Value\par
manongjohn d9b24b
Specify the central value for scaling the Value.\par
manongjohn d9b24b
Minimum is 0.0, maximum is 1.0.\par
manongjohn 5d1508
The default value is 0.0.\\
manongjohn 5d1508
\\
manongjohn 5d1508
Scale\par
manongjohn d9b24b
\noindent \ \ \, Enlarge or reduce the HSV range by multipliying the Scale around the Pivot value.\par
manongjohn d9b24b
\noindent \ \ \, Hue value will be applied recursively around the color circle,\par
manongjohn d9b24b
\noindent \ \ \, Saturation and Value values will be in the range from 0 to 1.\\
manongjohn d9b24b
manongjohn 5d1508
\noindent \ \ \, Hue\par
manongjohn d9b24b
Multiplication factor for the Hue.\par
manongjohn d9b24b
Minimum value is 0.0.\par
manongjohn 5d1508
The default value is 1.0.\par
manongjohn 5d1508
\noindent \ \ \, Saturation\par
manongjohn d9b24b
Multiplication factor for the Saturation.\par
manongjohn d9b24b
Minimum value is 0.0.\par
manongjohn d9b24b
The default value is 1.0.\par
manongjohn 5d1508
manongjohn 5d1508
\newpage
manongjohn 5d1508
manongjohn 5d1508
\thispagestyle{empty}
manongjohn 5d1508
manongjohn 5d1508
\ \vspace{-0.2em}
manongjohn 5d1508
\par
manongjohn d9b24b
\noindent \ \ \, Value\par
manongjohn d9b24b
Multiplication factor for the Value.\par
manongjohn d9b24b
Minimum value is 0.0.\par
manongjohn 5d1508
The default value is 1.0.\\
manongjohn 5d1508
\\
manongjohn 5d1508
Shift\par
manongjohn d9b24b
\noindent \ \ \, This will Shift the values in HSV color space.\par
manongjohn d9b24b
\noindent \ \ \, Hue value will be shifted recursively around the color circle.\par
manongjohn d9b24b
\noindent \ \ \, Saturation and Value values will range from 0 to 1.\\
manongjohn 5d1508
\par
manongjohn 5d1508
\noindent \ \ \, Hue\par
manongjohn d9b24b
Shift for the Hue.\par
manongjohn 5d1508
The default value is 0.0.\par
manongjohn 5d1508
\noindent \ \ \, Saturation\par
manongjohn d9b24b
Shift for the Saturation.\par
manongjohn d9b24b
The default value is 0.0.\\
manongjohn 5d1508
\noindent \ \ \, Value\par
manongjohn d9b24b
Shift for the Value.\par
manongjohn 5d1508
The default value is 0.0.\\
manongjohn 5d1508
\\
manongjohn 5d1508
Premultiplied\par
manongjohn d9b24b
When ON, the image will be processed as if having a Premultiplied Alpha channel\par 
manongjohn d9b24b
(Alpha value already multiplied by RGB channels).\par
manongjohn d9b24b
If image is not premultiplied, the image may not look correct.\par
manongjohn 5d1508
The default setting is ON.\\
manongjohn 5d1508
\\
manongjohn 5d1508
Reference\par
manongjohn d9b24b
Specify which channel to use from the image connected to the Reference port to\par 
manongjohn d9b24b
drive the intensity of the effect.\par
manongjohn d9b24b
Choose from Red/Green/Blue/Alpha/Luminance.\par
manongjohn d9b24b
Choose Nothing to disable the effect.\par
manongjohn d9b24b
The default value is \textquotedbl Red\textquotedbl .
manongjohn 5d1508
manongjohn 5d1508
\end{document}