mmf
Class MMF_MultiLayerNone

Object
  extended by common:Generic
      extended by common:Coloring
          extended by common:DirectColoring
              extended by mmf:MMF_MultiLayerBase
                  extended by mmf:MMF_MultiLayerNone

class 
MMF_MultiLayerBase:MMF_MultiLayerNone



Ultra Fractal Source

Toggle UF Source Code Display

 class MMF_MultiLayerNone(MMF_MultiLayerBase) {
 default:
   title = "MMF No Layers"
   heading
     text = "This is just a dummy, to add extra layers select a multi-layer \
             colouring formula such as 'MMF Layered' from mmf.ulb."
   endheading
   int param MMF_MultiLayerNone
     caption = "Version (MMF Multi Layer None)"
     enum = "1.0"
     default = 0
     hint = "This field is to absolutely ensure backward compatibility, \
             the default will always be set to the latest version, but \
             there may be some cases where an older effect that you like \
             is lost in an update and you could still use it by selecting \
             the older version number."
     visible = false
   endparam
 }
 


Constructor Summary
MMF_MultiLayerNone()
           
 
Method Summary
 
Methods inherited from class mmf:MMF_MultiLayerBase
ResultUsingBaseColor
 
Methods inherited from class common:DirectColoring
Init, IsSolid, Iterate, Result
 
Methods inherited from class common:Coloring
GetPixel, IsGradient
 
Methods inherited from class common:Generic
GetParent
 
Methods inherited from class Object
 

Constructor Detail

MMF_MultiLayerNone

public MMF_MultiLayerNone()