reb
Class ColorTrapGnarl

Object
  extended by common:Generic
      extended by common:ColorTrap
          extended by reb:ColorTrapGnarl

class 
ColorTrap:ColorTrapGnarl

This is a Perlin coloring texture based upon the code of Mark Townsend.

Provides Martin, Popcorn, Vine and Gnarl coloring using either a binary coloring mix or a gradient.


Ultra Fractal Source

Toggle UF Source Code Display


Constructor Summary
ColorTrapGnarl()
           
ColorTrapGnarl(Generic pparent)
          constructor
 
Method Summary
 color Iterate(complex pz)
          call for each iterated point
 
Methods inherited from class common:ColorTrap
Init, IterateSilent
 
Methods inherited from class common:Generic
GetParent
 
Methods inherited from class Object
 

Constructor Detail

ColorTrapGnarl

public ColorTrapGnarl(Generic pparent)
constructor


ColorTrapGnarl

public ColorTrapGnarl()
Method Detail

Iterate

public color Iterate(complex pz)
call for each iterated point

Overrides:
Iterate in class ColorTrap