mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-01-19 09:39:48 +00:00
9a85de74b5
* Initial work of a color picker that is always visible * Make the new color picker fully functional * Minor UI fixes * Change the UI a bit so the color picker buttons look like they used to To save horizontal space * Add sliders as a separate panel and rename some file names * Move the left/right color buttons next to the hex text edit * Add color picker sliders to the same panel as the rest of the color picker, as an expandable/collapsible area * Change default layout * Some minor UI improvements * Remove guides from ColorPicker.tscn * Reduce the lines of code that calculate the average color * Make Pixelorama remember if the color picker is expanded and its color mode * Update tallscreen.tres * Update tallscreen.tres * Pixelorama now also remembers the last used picker shape * Add some extra comments in the code * Fix typo * Add some translation strings
2 lines
435 B
XML
2 lines
435 B
XML
<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12"><path fill="#ffffff" fill-opacity="0.784" d="m 10,9.0131922 c -0.26378,-0.01 -0.5144,-0.1165 -0.69726,-0.3067 l -3.293,-3.2929 -3.293,3.2929 c -0.18826,0.1936 -0.44679,0.3028 -0.7168,0.3028 -0.89742,-2e-4 -1.3404,-1.0909 -0.69727,-1.7168 l 4,-4 c 0.39053,-0.3904 1.0235,-0.3904 1.4141,0 l 4,4 c 0.65734,0.6321 0.19491,1.7422 -0.7168,1.7207 z" /></svg>
|