forked from coddec/Classic-Shell
-
Notifications
You must be signed in to change notification settings - Fork 462
Closed
Description
Bug
In settings, the RGB values in hexiecimal color selectors are incorrectly arranged as "B G R" instead of "R G B".
I.E. Red in hexidecimal is #FF0000, but in OpenShell, red is #0000FF, which is incorrectly reversed.
To Reproduce
Steps to reproduce the behavior:
- Go to Open-Shell settings
- Go to any hexidecimal color selector
- Enter a valid hexidecimal value (i.e. FF0000 for red, or 0000FF for blue)
- The resulting color will seem to be incorrect, as R and B are incorrectly swapped
Expected Behavior
Hexidecimal editors are always arranged as "R G B", and have been since their inception. Apologies if I sound rude, but I have never seen anyone arrange a hexidecimal editor in reverse.
Version:
- Open-Shell: 4.4.160
- OS: Windows 10, Version 19044.2006
Other Notes
I wouldn't have posted this if someone else did, but I am unable to find existing reports on this bug. Apologies if this does turn out to be a duplicate report. I am also aware I have an older version, but once again, the above note still holds true.
Metadata
Metadata
Assignees
Labels
No labels