Standard
Class Standard_Pixel

Object
  extended by common:Generic
      extended by common:Formula
          extended by Standard:Standard_Pixel

class 
Formula:Standard_Pixel

Based on mt-pixel by Mark Townsend. Coincidentally, the base Formula class behaves the same so nothing needs to be overridden.


Ultra Fractal Source

Toggle UF Source Code Display

 class Standard_Pixel(common.ulb:Formula) {
 ; Based on mt-pixel by Mark Townsend. Coincidentally, the base Formula class
 ; behaves the same so nothing needs to be overridden.
 default:
   title = "Pixel"
   helpfile = "Uf*.chm"
   helptopic = "Html/formulas/standard/pixel.html"
   heading
     text = "Tip: the Pixel formula object marks all pixels in this layer as \
       outside, so the layer is exclusively controlled by the coloring \
       algorithm selected on the Outside tab."
   endheading
   complex param p_power ; Hide p_power from Formula
     visible = false
   endparam
 }
 


Constructor Summary
Standard_Pixel()
           
 
Method Summary
 
Methods inherited from class common:Formula
GetLowerBailout, GetPrimaryExponent, GetUpperBailout, Init, IsBailedOut, Iterate
 
Methods inherited from class common:Generic
GetParent
 
Methods inherited from class Object
 

Constructor Detail

Standard_Pixel

public Standard_Pixel()