Searched defs:WHITE (Results 1 – 5 of 5) sorted by relevance
34 WHITE = 37 enumerator
39 private static final int WHITE = 0xFFFFFFFF; field in Config
35 WHITE(0x9), enumConstant
42 public static final int WHITE = 0xFFFFFFFF; field in Color
32 BLACK, RED, GREEN, YELLOW, BLUE, MAGENTA, CYAN, WHITE = range(8) variable