1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-01 14:20:04 -04:00

Rename Srgba to Color32

This commit is contained in:
Emil Ernerfeldt
2021-01-02 17:02:18 +01:00
parent 4fc12bf324
commit 73f3d8cf46
31 changed files with 198 additions and 193 deletions

View File

@@ -21,7 +21,7 @@ pub struct Widgets {
radio: Enum,
sliders: super::Sliders,
angle: f32,
color: Srgba,
color: Color32,
single_line_text_input: String,
multiline_text_input: String,
toggle_switch: bool,