Searched defs:labColor (Results 1 – 2 of 2) sorted by relevance
102 final double[] labColor = new double[3]; in testWithLStar() local103 ColorUtils.colorToLAB(c1.getDefaultColor(), labColor); in testWithLStar() local119 final double[] labColor = new double[3]; in testCreateFromXmlWithLStar() local
102 val labColor = doubleArrayOf(0.0, 0.0, 0.0) in <lambda>() constant