Searched refs:GREEN (Results 1 – 3 of 3) sorted by relevance
24 #define GREEN 0x0000ff00 // 绿 macro
18 printk_color(GREEN, BLACK, "SUCCESS"); \
243 pub const GREEN: FontColor = FontColor::new(0, 0xff, 0); constant