Home
last modified time | relevance | path

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

/StarryEngine/starry_toolkit/src/widgets/
H A Dlabel.rs42 text_color: Cell<Color>, field
61 text_color: Cell::new(Color::rgb(0, 0, 0)), // 默认黑色字体 in new()
188 renderer.char(local_rect.x, local_rect.y, char, self.text_color.get()); in draw()
249 self.text_color.set(color); in set_text_color()