Searched refs:greed (Results 1 – 2 of 2) sorted by relevance
30 /*package*/ static void nativeRGBToHSV(int red, int greed, int blue, float hsv[]) { in nativeRGBToHSV() argument31 java.awt.Color.RGBtoHSB(red, greed, blue, hsv); in nativeRGBToHSV()
1476 private static native void nativeRGBToHSV(int red, int greed, int blue, float hsv[]); in nativeRGBToHSV() argument