|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Colour | |
---|---|
apps.lightrays.raytracer.scene | |
apps.lightrays.raytracer.scene.geometry | |
apps.lightrays.raytracer.shaders |
Uses of Colour in apps.lightrays.raytracer.scene |
---|
Fields in apps.lightrays.raytracer.scene declared as Colour | |
---|---|
Colour |
OpticalProperties.colour
The colour. |
Methods in apps.lightrays.raytracer.scene that return Colour | |
---|---|
Colour |
Scene.getAmbientColour()
Gets the ambient colour. |
static Colour |
Colour.getAverageColour(Colour[] array)
Gets the average colour. |
Colour |
Light.getColour()
Gets the colour. |
Methods in apps.lightrays.raytracer.scene with parameters of type Colour | |
---|---|
void |
Colour.attenuate(Colour c)
Attenuate. |
void |
Colour.combineWith(Colour c)
Combine with. |
void |
Ray.fire(Colour c)
Fire. |
static Colour |
Colour.getAverageColour(Colour[] array)
Gets the average colour. |
void |
Colour.set(Colour c)
Sets the. |
void |
OpticalProperties.set(Colour c,
double refra,
double transp,
double refle,
double diffu,
boolean lumin)
Sets the. |
void |
Scene.setAmbientColour(Colour ambient_colour)
Sets the ambient colour. |
void |
OpticalProperties.setColour(Colour c)
Sets the colour. |
void |
ShadowRay.shade(Colour c)
|
Constructors in apps.lightrays.raytracer.scene with parameters of type Colour | |
---|---|
Colour(Colour c)
Instantiates a new colour. |
|
OpticalProperties(Colour c,
double refra,
double transp,
double refle,
double diffu,
boolean lumin)
Instantiates a new optical properties. |
Uses of Colour in apps.lightrays.raytracer.scene.geometry |
---|
Methods in apps.lightrays.raytracer.scene.geometry that return Colour | |
---|---|
Colour |
TexturedPlane.getPixel(Point p)
|
Colour |
Plane.getPixel(Point p)
Gets the pixel. |
Uses of Colour in apps.lightrays.raytracer.shaders |
---|
Methods in apps.lightrays.raytracer.shaders with parameters of type Colour | |
---|---|
abstract void |
Shader.getColour(Colour c)
Gets the colour. |
void |
PlaneShader.getColour(Colour c)
|
void |
PhongShader.getColour(Colour c)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |