Searched refs:scaledDiscount (Results 1 – 1 of 1) sorted by relevance
354 double[] scaledDiscount = MathUtils.matrixMultiply(linrgb, SCALED_DISCOUNT_FROM_LINRGB); in hueOf() local355 double rA = chromaticAdaptation(scaledDiscount[0]); in hueOf()356 double gA = chromaticAdaptation(scaledDiscount[1]); in hueOf()357 double bA = chromaticAdaptation(scaledDiscount[2]); in hueOf()