class MMF_MultiLayerBase(common.ulb:DirectColoring) {
public:
; <p>
; @param pz the z value
; @param clr the colour to use as the base layer colour
; @return colour
color func ResultUsingBaseColor(complex pz, color clr)
return clr
endfunc
default:
int param v_mmfmultilayerbase
caption = "Version (MMF_MultiLayerBase)"
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_mmfmultilayerbase < 100
endparam
}