Gen2 and Gen3 are xy stretchers
respectively.
As for colouring, we provide a
little complex palette system. I'm afraid, but
I need to go a bit into math to illustrate how
the applet utilises colour.
Each RGB channel consists of three
parameters. Consider Rn, Gn, Bn
(n=1, 2, 3) represent the available 9 parameters
for the palette system. The final palette is determined
by the following formula:
Red
= (sin(r*PI*2/(256/R3 ))*R1
)+R2
Green= (sin(r*PI*2/(256/G3))*G1)+G2
Blue = (sin(r*PI*2/(256/B3 ))*B1
)+B2 |
Here, r steps from 0 to 255. R1,
R2, G2, G2, B1, and B2 range from 0 to 255, while
R3, G3, and B3 rage from 1 to 8.
There isn't easy way of explaining
this, but I recommend you to experiment various
values starting with the default setting until
you get the palette you want.
|