Searched defs:RED (Results 1 – 7 of 7) sorted by relevance
23 RED = "\033[31m" variable
36 private final Path RED = new File("red").toPath(); field in PlaylistTest
27 RED = "\033[31;1m" variable in TerminalColor
33 RED(0x66FE0000, R.string.screen_flash_color_red), enumConstant
40 #define RED i macro
36 public static final int RED = 1; field in Spline
33 #define RED(color) (((color) >> 16) & 0xff) macro