Home
last modified time | relevance | path

Searched defs:PURPLE (Results 1 – 2 of 2) sorted by relevance

/DragonOS/kernel/src/common/
H A Dprintk.h27 #define PURPLE 0x008000ff // 紫 macro
/DragonOS/kernel/src/libs/lib_ui/
H A Dtextui.rs249 pub const PURPLE: FontColor = FontColor::new(0x80, 0x00, 0xff); constant