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
Linear Light Ino\medskip
manongjohn 5d1508
\par
manongjohn 5d1508
\normalsize
manongjohn d9b24b
Linear light the image.\par
manongjohn d9b24b
If Fore is dark it applies a Linear Burn, if Fore is light it applies a Linear Dodge.\par
manongjohn d9b24b
Formula = if (Fore < 0.5) then \textquotedbl Linear Burn\textquotedbl \ else \textquotedbl Linear Dodge\textquotedbl.\par
manongjohn d9b24b
The formula results in each RGB value ranging from 0 to 1.\\
manongjohn 5d1508
\\
manongjohn 5d1508
-{-}- \ Settings \ -{-}-\\
manongjohn 5d1508
Opacity\par
manongjohn 5d1508
Specifies the opacity of the image overlaid on top.\par
manongjohn 5d1508
When 0 the Fore image will be transparent.\par
manongjohn d9b24b
With the default value \textquotedbl 1.0\textquotedbl \ , the Fore image will be composed as opaque.\par
manongjohn 5d1508
Specify a value from 0 to 1.0.\\
manongjohn 5d1508
\\
manongjohn 5d1508
Clipping Mask\par
manongjohn d9b24b
When ON, it will take the Back port alpha information to define the alpha of the\par
manongjohn d9b24b
resulting image, leaving areas where the Alpha value is zero as transparent.\par
manongjohn d9b24b
The default value is ON.
manongjohn 5d1508
manongjohn 5d1508
\end{document}