| 
         
 Description: This applet can generate
        and animate a realtime "plasma" effect, well
        known in contest scenes. About the plasma generators:
        (gen1,gen2,gen3)- I can say that gen1 is a rather smooth
        value: the min is 8 (very smooth, like fog), and the max
        is 2000, where all is psychedelic (too much, I think).
        Gen2 and Gen3 are x and y stretchers... they can go from
        3 (many small curves) to 256 (one great curve). About the
        palette: there are 3 parameters for each Red Green Blue
        (RGB) component. This is more complex, but can give you
        much flexibility (and also the power to do many bugged
        palettes). The red1,green1,blue1 values (0-255) are the
        multipliers of totality. The red2,green2,blue2 values
        (0-255) are fixed added values of totality. The
        red3,green3,blue3 values (1-8) are "smoothing"
        values of totality. This means that if red1=0, then the
        green3 value is totally disabled and all the 256 colors
        will have the "red2" red component. The speed
        from 1 to 8 is useful, only when you make really large
        plasmas. In this case you can increase this value a bit,
        but the plasma will not really be faster: it will simply
        skip some frames. View plasma3.txt
        for description of parameters. 
 HTML code of the applet:  <applet archive="Plasma3.jar"
        code="Plasma3.class" width="192"
        height="192"><param name="credits" value="Applet by
        Fabio Ciucci (www.anfyjava.com)">
 <param name="res" value="2">
 <param name="gen1" value="43">
 <param name="gen2" value="31">
 <param name="gen3" value="36">
 <param name="red1" value="0">
 <param name="red2" value="127">
 <param name="red3" value="1">
 <param name="green1"
        value="127">
 <param name="green2"
        value="127">
 <param name="green3" value="2">
 <param name="blue1"
        value="127">
 <param name="blue2"
        value="127">
 <param name="blue3" value="1">
 <param name="speed" value="1">
 <param name="overimg"
        value="NO">
 <param name="overimgX"
        value="35">
 <param name="overimgY"
        value="60">
 <param name="textscroll"
        value="NO">
 <param name="regcode"
        value="NO">
 <param name="reglink"
        value="NO">
 <param name="regnewframe"
        value="NO">
 <param name="regframename"
        value="_blank">
 <param name="statusmsg" value="Plasma
        applet">
 <param name="memdelay"
        value="1000">
 <param name="priority"
        value="3">
 <param name="MinSYNC"
        value="10">
 <param name="fixnetscape"
        value="NO">
 Sorry, your browser doesn't support Java.
 </applet>
 
            
                | Author: | Fabio Ciucci |  
                | Homepage: | http://www.anfyteam.com/ |  
                | Java Source: | Not available |  
                | Download: | plasma3.zip (31k),
                but we recommend the complete AnfyJava package
 (40 applets - 3,2 MB) - available on www.anfyteam.com
 |  
                | Usage: | The freeware version contains a link to the
                author's homepage. The registered version has no restrictions.
 |  |