Searched defs:Yellow (Results 1 – 6 of 6) sorted by relevance
5 Yellow, enumerator
4 Yellow, enumerator
8 Yellow, enumerator
4 typedef enum { Cyan, Magenta, Yellow, Key } PrintColor; enum
36 const char *Yellow() const { return ansi_ ? "\033[1m\033[33m" : ""; } in Yellow() function
88 public static final ColorRGBA Yellow = new ColorRGBA(1f, 1f, 0f, 1f); field in ColorRGBA