1
0
mirror of https://github.com/godotengine/godot.git synced 2026-01-05 19:31:35 +00:00
Files
godot/scene/gui
Hugo Locurcio 80a770a8ed Allow additional hexadecimal color codes in ColorPicker
The following formats are now accepted (leading `#` is optional):

- `#1` -> `#111111`
- `#12` -> `#121212`
- `#12345` -> `#11223344` (`5` at the end is discarded)
- `#1234567` -> `#123456` (`7` at the end is discarded)
2024-01-08 20:51:45 +01:00
..
2023-09-11 13:45:23 +02:00
2023-10-22 13:58:31 -04:00
2023-10-30 10:52:07 -04:00
2023-10-26 18:32:22 -04:00