You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Color Picker should check the selected text and if it's a color, then pass it to TouchBarColorPicker as selectedColor. Between color-string and color-convert, we should be able to read in the color, whether it be rgb, hsl, hex, etc. and convert it to hex to pass in. Also, it would be nice if we could convert back to the original format.
The text was updated successfully, but these errors were encountered:
Color Picker should check the selected text and if it's a color, then pass it to
TouchBarColorPicker
asselectedColor
. Between color-string and color-convert, we should be able to read in the color, whether it be rgb, hsl, hex, etc. and convert it to hex to pass in. Also, it would be nice if we could convert back to the original format.The text was updated successfully, but these errors were encountered: