|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SolidNoiseGenerator
Simple interface to a solid noise generator. Includes an interface to a routine which interprets the noise value at a point as a color.
NoiseGenerator
Method Summary | |
---|---|
int |
background()
Returns an (alpha, red, green, blue) color value associated with the background value in lieu of valid noise. |
int |
color(double x,
double y,
double z)
Returns an (alpha, red, green, blue) color value associated with the value() at the specified point. |
void |
setScaling(double M,
double W,
double H)
Sets internal variables required for a selected magnification, image width, and image height. |
double |
value(double x,
double y,
double z)
Calculates an intensity value in [0.0,1.0] at the specified point. |
Method Detail |
---|
void setScaling(double M, double W, double H)
double value(double x, double y, double z)
int color(double x, double y, double z)
int background()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |