Searched defs:White (Results 1 – 2 of 2) sorted by relevance
32 const char *White() const { return ansi_ ? "\033[1m\033[37m" : ""; } in White() function
60 public static final ColorRGBA White = new ColorRGBA(1f, 1f, 1f, 1f); field in ColorRGBA