Skip to content

Conversation

emilk
Copy link
Owner

@emilk emilk commented Sep 25, 2024

Especially when using the verbose {:#?}, which before would result in

Color32([
    255,
    0,
    0,
    255
])

but now becomes #ff_00_00_ff

Copy link

Preview available at https://egui-pr-preview.github.io/pr/5162-emilk/compact-Color32-Debug
Note that it might take a couple seconds for the update to show up after the preview_build workflow has completed.

@emilk emilk merged commit 9ef4d02 into master Sep 25, 2024
43 checks passed
@emilk emilk deleted the emilk/compact-Color32-Debug branch September 25, 2024 09:14
hacknus pushed a commit to hacknus/egui that referenced this pull request Oct 30, 2024
Especially when using the verbose `{:#?}`, which before would result in

```
Color32([
    255,
    0,
    0,
    255
])
```

but now becomes `#ff_00_00_ff`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant