Uses of Class
javax.vecmath.Color4f
Packages that use Color4f
Package
Description
-
Uses of Color4f in de.grogra.imp3d.shading
Subclasses of Color4f in de.grogra.imp3d.shadingModifier and TypeClassDescriptionfinal class
ARGBAShader
implements a simple lambertian material with a single color and an alpha-value for the transparency.Methods in de.grogra.imp3d.shading with parameters of type Color4fModifier and TypeMethodDescriptionstatic final int
RGBAShader.getEGAColorIndex
(Color4f c) Returns the index of the color in the palette of the EGA graphics card which is closest to the specified color.Constructors in de.grogra.imp3d.shading with parameters of type Color4f -
Uses of Color4f in de.grogra.ray.antialiasing
Methods in de.grogra.ray.antialiasing with parameters of type Color4fModifier and TypeMethodDescriptionvoid
AdaptiveSupersampling.getColorFromFrustum
(double x, double y, double width, double height, Color4f color) void
Antialiasing.getColorFromFrustum
(double x, double y, double width, double height, Color4f color) This method has to return a color value determined for a given pixel frustum.void
NoAntialiasing.getColorFromFrustum
(double x, double y, double width, double height, Color4f color) void
StochasticSupersampling.getColorFromFrustum
(double x, double y, double width, double height, Color4f color) -
Uses of Color4f in de.grogra.ray.intersection
Methods in de.grogra.ray.intersection with parameters of type Color4fModifier and TypeMethodDescriptionvoid
OctreeIntersectionProcessor.getAdditionColor
(Ray ray, Color4f color) -
Uses of Color4f in de.grogra.ray.memory
Methods in de.grogra.ray.memory that return Color4fMethods in de.grogra.ray.memory with parameters of type Color4f -
Uses of Color4f in de.grogra.ray.tracing
Methods in de.grogra.ray.tracing with parameters of type Color4fModifier and TypeMethodDescriptionvoid
BidirectionalPathTracer.getColorFromRay
(Ray ray, Color4f color) void
BidirectionalPathTracer.PathingStrategies.getColorFromRay
(Ray ray, Color4f color) void
DefaultRayTracer.getColorFromRay
(Ray ray, Color4f color) void
HagensBiDiStrategie1.getColorFromRay
(Ray ray, Color4f color) void
PathTracerHS.getColorFromRay
(Ray ray, Color4f color) void
PathTracerMT.getColorFromRay
(Ray ray, Color4f color) void
PhotonMapping.getColorFromRay
(Ray ray, Color4f color4) void
RayProcessor.getColorFromRay
(Ray ray, Color4f color) The main methode of a ray processor. -
Uses of Color4f in de.grogra.ray2.antialiasing
Methods in de.grogra.ray2.antialiasing with parameters of type Color4fModifier and TypeMethodDescriptionvoid
Antialiasing.getColorOfRectangle
(double x, double y, double width, double height, Color4f color, Random random) This method has to return a color value determined for a given rectangular region on the image plane.void
NoAntialiasing.getColorOfRectangle
(double x, double y, double width, double height, Color4f color, Random random) void
StochasticSupersampling.getColorOfRectangle
(double x, double y, double width, double height, Color4f color, Random random) -
Uses of Color4f in de.grogra.ray2.tracing
Fields in de.grogra.ray2.tracing declared as Color4fModifier and TypeFieldDescriptionprotected Color4f
MetropolisRenderer.firstStageAverageValue
protected Color4f
MetropolisRenderer.firstStageBrightestValue
protected Color4f
MetropolisRenderer.firstStageDarkestValue
Methods in de.grogra.ray2.tracing with parameters of type Color4fModifier and TypeMethodDescriptionvoid
BiDirectionalProcessor.getColorFromRay
(Line ray, Spectrum resp, Color4f color, Random random) void
MetropolisProcessor.getColorFromRay
(Line ray, Spectrum resp, Color4f color, Random random) void
Radiosity.getColorFromRay
(Line ray, Spectrum resp, Color4f color, Random random) void
RayProcessor.getColorFromRay
(Line ray, Spectrum resp, Color4f color, Random random) The main method of a ray processor.void
RayProcessorBase.getColorFromRay
(Line ray, Spectrum resp, Color4f color, Random random) -
Uses of Color4f in de.grogra.ray2.tracing.modular
Fields in de.grogra.ray2.tracing.modular declared as Color4fMethods in de.grogra.ray2.tracing.modular with parameters of type Color4f -
Uses of Color4f in javax.vecmath
Constructors in javax.vecmath with parameters of type Color4f