Closed abe33 closed 8 years ago
Bump. This would be really useful
Just something like this would cover my use case
interface ColorPicker {
openColorPicker({textEditor, bufferPosition})
}
@abe33 This should be available in color-picker
2.1.0
!
It would be great if the package could provide a service to allow packages to open a color picker with a specific color, a screen position and a function to callback when the user is done with the picker (by passing either the new color or undefined if cancelled, or something along this line).
Related to abe33/atom-pigments#16