Searched defs:GREEN (Results 1 – 2 of 2) sorted by relevance
/DragonOS/kernel/src/common/ | ||
H A D | printk.h | 24 #define GREEN 0x0000ff00 // 绿 macro |
/DragonOS/kernel/src/libs/lib_ui/ | ||
H A D | textui.rs | 243 pub const GREEN: FontColor = FontColor::new(0, 0xff, 0); constant |