|
|||||||||
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 mmf:MMF_Layered
class
Constructor Summary | |
---|---|
MMF_Layered()
|
|
MMF_Layered(Generic pparent)
|
Method Summary | |
---|---|
void |
Init(complex pz,
complex ppixel)
Initialisation (per pixel) |
void |
Iterate(complex pz)
|
color |
Result(complex pz)
|
color |
ResultUsingBaseColor(complex pz,
color clr)
|
Methods inherited from class common:DirectColoring |
---|
IsSolid |
Methods inherited from class common:Coloring |
---|
GetPixel, IsGradient |
Methods inherited from class common:Generic |
---|
GetParent |
Methods inherited from class Object |
---|
|
Constructor Detail |
---|
public MMF_Layered(Generic pparent)
pparent
- typically 'this' from the parent or zeropublic MMF_Layered()
Method Detail |
---|
public void Init(complex pz, complex ppixel)
Initialisation (per pixel)
Init
in class DirectColoring
pz
- initial z from the formulappixel
- the location (normally #pixel)public void Iterate(complex pz)
Iterate
in class DirectColoring
pz
- the z valuepublic color ResultUsingBaseColor(complex pz, color clr)
ResultUsingBaseColor
in class MMF_MultiLayerBase
pz
- the z valueclr
- the colour to use as the base colour
public color Result(complex pz)
Result
in class DirectColoring
pz
- the z value
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |