Home
last modified time | relevance | path

Searched refs:BLUE (Results 1 – 2 of 2) sorted by relevance

/DragonOS/kernel/src/common/
H A Dprintk.h25 #define BLUE 0x000000ff // 蓝 macro
/DragonOS/kernel/src/libs/lib_ui/
H A Dtextui.rs241 pub const BLUE: FontColor = FontColor::new(0, 0, 0xff); constant