Searched refs:ILLUMINANT_D50 (Results 1 – 2 of 2) sorted by relevance
155 public static final float[] ILLUMINANT_D50 = { 0.34567f, 0.35850f }; field in ColorSpace1360 float[] desired = ILLUMINANT_D50; in adaptToIlluminantD50()1534 ILLUMINANT_D50,3806 if (!compare(source.mWhitePoint, ILLUMINANT_D50)) { in computeTransform()3813 if (!compare(destination.mWhitePoint, ILLUMINANT_D50)) { in computeTransform()
15123 field public static final float[] ILLUMINANT_D50;