mmf
Class DirectLayer
Object
common:Generic
mmf:Layer
mmf:DirectLayer
- Direct Known Subclasses:
- MMF_DirectLayer
class
- Layer:DirectLayer
Note that this class is not intended for use with gradients.
If GradientMerge is called then UF's in-built gradient will be used.
For layer gradients the GradientLayer class should be used instead.
Ultra Fractal Source
Toggle UF Source Code Display
class DirectLayer(Layer) {
; Note that this class is not intended for use with gradients.<br>
; If GradientMerge is called then UF's in-built gradient will be used.<br>
; For layer gradients the GradientLayer class should be used instead.<br>
public:
import "common.ulb"
; <p>
; @param pparent typically 'this' from the parent or zero
func DirectLayer(Generic pparent)
Layer.Layer(pparent)
endfunc
default:
int param v_directlayer
caption = "Version (DirectLayer)"
default = 100
hint = "This version parameter is used to detect when a change \
has been made to the formula that is incompatible with \
the previous version. When that happens, this field will \
reflect the old version number to alert you to the fact \
that an alternate rendering is being used."
visible = @v_directlayer < 100
endparam
}
Methods inherited from class Object |
|
DirectLayer
public DirectLayer(Generic pparent)
- Parameters:
pparent
- typically 'this' from the parent or zero
DirectLayer
public DirectLayer()