Home
last modified time | relevance | path

Searched refs:scaledDiscount (Results 1 – 1 of 1) sorted by relevance

/external/libmonet/hct/
DHctSolver.java354 double[] scaledDiscount = MathUtils.matrixMultiply(linrgb, SCALED_DISCOUNT_FROM_LINRGB); in hueOf() local
355 double rA = chromaticAdaptation(scaledDiscount[0]); in hueOf()
356 double gA = chromaticAdaptation(scaledDiscount[1]); in hueOf()
357 double bA = chromaticAdaptation(scaledDiscount[2]); in hueOf()