PolymerElements / paper-elements

Material design UI elements implemented using Polymer
https://ebidel.github.io/material-playground/
87 stars 28 forks source link

Color Extraction #12

Open tjsavage opened 9 years ago

tjsavage commented 9 years ago

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?

addyosmani commented 9 years ago

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.