|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Object common:Generic common:Coloring common:DirectColoring mmf:MMF_MultiLayerBase
class
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 }
Constructor Summary | |
---|---|
MMF_MultiLayerBase()
|
Method Summary | |
---|---|
color |
ResultUsingBaseColor(complex pz,
color clr)
|
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 |
---|
public MMF_MultiLayerBase()
Method Detail |
---|
public color ResultUsingBaseColor(complex pz, color clr)
pz
- the z valueclr
- the colour to use as the base layer colour
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |