Searched refs:BLUE (Results 1 – 2 of 2) sorted by relevance
/DragonOS/kernel/src/common/ | ||
H A D | printk.h | 25 #define BLUE 0x000000ff // 蓝 macro |
/DragonOS/kernel/src/libs/lib_ui/ | ||
H A D | textui.rs | 241 pub const BLUE: FontColor = FontColor::new(0, 0, 0xff); constant |