Color.java | 392 public static int rgb888 (float r, float g, float b) { method in class:Color 412 public static int rgb888 (Color color) { method in class:Color 447 /** Sets the Color components using the specified integer value in the format RGB888. This is inverse to the rgb888(r, g, b) 451 * @param value An integer color value in RGB888 format. */
|