Searched refs:ILLUMINANT_D50 (Results 1 – 3 of 3) sorted by relevance
159 public static final float[] ILLUMINANT_D50 = { 0.34567f, 0.35850f }; field in ColorSpace1359 float[] desired = ILLUMINANT_D50; in adaptToIlluminantD50()1543 ILLUMINANT_D50,3845 if (!compare(source.mWhitePoint, ILLUMINANT_D50)) { in computeTransform()3852 if (!compare(destination.mWhitePoint, ILLUMINANT_D50)) { in computeTransform()
14039 field public static final float[] ILLUMINANT_D50;