paper-elements
paper-elements copied to clipboard
Color Extraction
Android Lollipop+ has a color extraction API that I've longed to use in my web projects. I've seen other similar projects like Color Thief (http://lokeshdhakar.com/projects/color-thief/), but nothing looks as good as the native Android one. Is there any plans on creating such a API-ish thing to Polymer?
Update: we currently have an implementation of the Material Palette for Android written in JavaScript internally. This is pretty close to being what one would use to build an element on but requires another few weeks of work. Once open-sourced we should look at writing an element abstraction on top.