pl.webnet.JaTrac
Class Pixel

java.lang.Object
  |
  +--pl.webnet.JaTrac.Pixel

class Pixel
extends java.lang.Object


Field Summary
(package private)  double a
           
(package private)  int AARays
           
(package private)  double b
           
(package private)  double g
           
(package private)  double r
           
static int RANGE_8BIT
           
(package private)  pl.webnet.JaTrac.Ray ray
           
(package private)  int rayCount
           
(package private)  int rayDepth
           
 
Constructor Summary
Pixel()
           
Pixel(double r, double g, double b)
           
Pixel(pl.webnet.JaTrac.Spectrum s)
           
 
Method Summary
 int getPreditheredRGB()
           
 int getRGB()
           
 void set(pl.webnet.JaTrac.Spectrum s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RANGE_8BIT

public static final int RANGE_8BIT
See Also:
Constant Field Values

r

double r

g

double g

b

double b

a

double a

ray

pl.webnet.JaTrac.Ray ray

rayCount

int rayCount

rayDepth

int rayDepth

AARays

int AARays
Constructor Detail

Pixel

public Pixel(double r,
             double g,
             double b)

Pixel

public Pixel()

Pixel

public Pixel(pl.webnet.JaTrac.Spectrum s)
Method Detail

set

public void set(pl.webnet.JaTrac.Spectrum s)

getRGB

public int getRGB()

getPreditheredRGB

public int getPreditheredRGB()