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