Searched defs:BLACK (Results 1 – 2 of 2) sorted by relevance
/DragonOS/kernel/src/common/ | ||
H A D | printk.h | 20 #define BLACK 0x00000000 // 黑 macro |
/DragonOS/kernel/src/libs/lib_ui/ | ||
H A D | textui.rs | 245 pub const BLACK: FontColor = FontColor::new(0, 0, 0); constant |