public abstract class ChromaticAdaptation extends Object
Modifier and Type | Field and Description |
---|---|
protected float[] |
white1 |
protected float[] |
white2 |
Modifier | Constructor and Description |
---|---|
protected |
ChromaticAdaptation() |
protected |
ChromaticAdaptation(float[] white1,
float[] white2) |
protected |
ChromaticAdaptation(Illuminant illum1,
Illuminant illum2) |
Modifier and Type | Method and Description |
---|---|
abstract float[] |
apply(float[] XYZ1) |
float[] |
getSourceWhite() |
float[] |
getTargetWhite() |
protected ChromaticAdaptation()
protected ChromaticAdaptation(float[] white1, float[] white2)
protected ChromaticAdaptation(Illuminant illum1, Illuminant illum2)
public abstract float[] apply(float[] XYZ1)
public float[] getSourceWhite()
public float[] getTargetWhite()
Copyright © 2006–2017, Wilhelm Burger, Mark J. Burge (BSD 2-Clause Simplified License)