PitPik / tinyColorPicker

Tiny jQuery color picker for mobile and desktop with alpha channel
http://www.dematte.at/tinyColorPicker/
MIT License
276 stars 78 forks source link

Support rrggbbaa? #82

Open Daijobou opened 5 years ago

Daijobou commented 5 years ago

Any plan for supporting rrggbbaa? :)

Hexadecimal notation: #RRGGBB[AA] R (red), G (green), B (blue), and A (alpha) are hexadecimal characters (0-9, A-F). A is optional. For example, #ff0000 is equivalent to #ff0000ff.

Source https://developer.mozilla.org/en-US/docs/Web/CSS/color_value

browser support https://caniuse.com/#feat=css-rrggbbaa

oriadam commented 5 years ago

I guess this will be relevant only when Edge supports it.

Daijobou commented 5 years ago

Microsoft Edge change engine to Chromium, so its supported next time. https://blogs.windows.com/windowsexperience/2018/12/06/microsoft-edge-making-the-web-better-through-more-open-source-collaboration/ Mar 5, 2019: https://www.neowin.net/news/exclusive-this-is-what-the-new-chromium-based-edge-looks-like

jpyrat commented 3 years ago

https://jscolor.com/ supports rrggbbaa ;-)