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

/frameworks/base/awt/java/awt/image/
H A DColorModel.java97 private static ColorModel RGBdefault; field in class:ColorModel
874 if (RGBdefault == null) {
875 RGBdefault = new DirectColorModel(32, 0x00ff0000, 0x0000ff00, 0x000000ff, 0xff000000);
877 return RGBdefault;

Completed in 30 milliseconds