Searched refs:hlsValue (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/gtk/
H A DGTKColorType.java67 r = hlsValue(m1, m2, h + 120);
68 g = hlsValue(m1, m2, h);
69 b = hlsValue(m1, m2, h - 120);
75 private static float hlsValue(float n1, float n2, float h) { method in class:GTKColorType

Completed in 49 milliseconds