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 5d1508
Linear Light the image\par
manongjohn 5d1508
Fore is darker for Linear Burn, and lighter for Linear Dodge\par
manongjohn 5d1508
Formula = if (Fore < 0.5) then \textquotedbl Linear Burn\textquotedbl \ else \textquotedbl Linear Dodge\textquotedbl\par
manongjohn 5d1508
Formula shows the case of RGB values 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 5d1508
The default value is \textquotedbl 1.0\textquotedbl \ for the Fore image and will be synthesized as opaque.\par
manongjohn 5d1508
Specify a value from 0 to 1.0.\\
manongjohn 5d1508
\\
manongjohn 5d1508
Clipping Mask\par
manongjohn 5d1508
When ON,\par
manongjohn 5d1508
Material will not exist in the location (Back) (Alpha Value Zero), and remains clear.\par
manongjohn 5d1508
The default setting is OFF.
manongjohn 5d1508
manongjohn 5d1508
\end{document}