Searched defs:newHsl (Results 1 – 1 of 1) sorted by relevance
437 final float[] newHsl = new float[3]; in copyHslValues() local438 System.arraycopy(color.getHsl(), 0, newHsl, 0, 3); in copyHslValues() local