|
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 |
PN Clouds Ino\medskip
|
|
manongjohn |
5d1508 |
\par
|
|
manongjohn |
5d1508 |
\normalsize
|
|
manongjohn |
5d1508 |
Generates a cloud pattern image.\\
|
|
manongjohn |
5d1508 |
\par
|
|
manongjohn |
d9b24b |
The pixel values of the noise will be centered at:\par
|
|
manongjohn |
d9b24b |
\noindent \hskip 7em \ \ 8bits Image: 128 (0x80)\par
|
|
manongjohn |
d9b24b |
\noindent \hskip 7em 16bits Image: 32768 (0x8000)\par
|
|
manongjohn |
d9b24b |
Note that larger and smaller values are not necessarily even.\\
|
|
manongjohn |
5d1508 |
\\
|
|
manongjohn |
5d1508 |
-{-}- \ Settings \ -{-}-\\
|
|
manongjohn |
5d1508 |
Size\par
|
|
manongjohn |
d9b24b |
Defines the size of the pattern.\par
|
|
manongjohn |
d9b24b |
Smaller values result in a smaller pattern, bigger ones in a bigger pattern.\par
|
|
manongjohn |
5d1508 |
The unit is mm.\par
|
|
manongjohn |
5d1508 |
The default value is 10.\\
|
|
manongjohn |
5d1508 |
\\
|
|
manongjohn |
5d1508 |
Z\par
|
|
manongjohn |
d9b24b |
Allows for changing the pattern over time.\par
|
|
manongjohn |
d9b24b |
For example, from frame 1 to 24 it can change from 0 to 1.\par
|
|
manongjohn |
5d1508 |
The default value is 0.\\
|
|
manongjohn |
5d1508 |
\\
|
|
manongjohn |
5d1508 |
Octaves\par
|
|
manongjohn |
d9b24b |
Defines the detail level for the cloud pattern.\par
|
|
manongjohn |
5d1508 |
Specify an integer from 1 to 10.\par
|
|
manongjohn |
d9b24b |
With higher values there will be more detail in the noise.\par
|
|
manongjohn |
5d1508 |
The default value is 1.\\
|
|
manongjohn |
5d1508 |
\\
|
|
manongjohn |
5d1508 |
Persistance\par
|
|
manongjohn |
d9b24b |
Specify the strength of the noise in the cloud pattern.\\
|
|
manongjohn |
5d1508 |
\\
|
|
manongjohn |
5d1508 |
Alpha Rendering\par
|
|
manongjohn |
d9b24b |
When inactive it fills in the maximum Alpha value, so the entire image will be opaque.\par
|
|
manongjohn |
d9b24b |
When active, it feeds the same image in the Alpha channel, as in the RGB channels.\par
|
|
manongjohn |
d9b24b |
The default setting is active.
|
|
manongjohn |
5d1508 |
|
|
manongjohn |
5d1508 |
\end{document}
|