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 5d1508
pixel value,\par
manongjohn 5d1508
\noindent \hskip 7em \ \ 8bits Image 128(0x80)\par
manongjohn 5d1508
\noindent \hskip 7em 16bits Image 32768(0x8000)\par
manongjohn 5d1508
Will be the center noise value.\par
manongjohn 5d1508
It should be noted that this value is greater than the noise value\par
manongjohn 5d1508
and a small value will not be necessarily be even.\\
manongjohn 5d1508
\\
manongjohn 5d1508
-{-}- \ Settings \ -{-}-\\
manongjohn 5d1508
Size\par
manongjohn 5d1508
Specify the size of the noise for the pattern.\par
manongjohn 5d1508
Using a reduced value makes a small pattern, a bigger value makes a large pattern.\par
manongjohn 5d1508
The unit is mm.\par
manongjohn 5d1508
The default value is 10.\\
manongjohn 5d1508
\\
manongjohn 5d1508
Z\par
manongjohn 5d1508
Continuously changes the image.\par
manongjohn 5d1508
For example, from 1 to 24 frames it changes from 0 to 1.\par
manongjohn 5d1508
The default value is 0.\\
manongjohn 5d1508
\\
manongjohn 5d1508
Octaves\par
manongjohn 5d1508
Determine the detail of the cloud pattern.\par
manongjohn 5d1508
Specify an integer from 1 to 10.\par
manongjohn 5d1508
More detail in the noise will appear as the number increases.\par
manongjohn 5d1508
The default value is 1.\\
manongjohn 5d1508
\\
manongjohn 5d1508
Persistance\par
manongjohn 5d1508
Specify the strength of the details in the noise of the cloud pattern.\\
manongjohn 5d1508
\\
manongjohn 5d1508
Alpha Rendering\par
manongjohn 5d1508
When OFF fill in the maximum Alpha value, over the entire surface will be opaque.\par
manongjohn 5d1508
When ON it produces the same image as the RGB over the Alpha channel.\par
manongjohn 5d1508
The default setting is ON.
manongjohn 5d1508
manongjohn 5d1508
\end{document}