Vue-material: Generate color theme from image

Created on 25 Oct 2017  路  4Comments  路  Source: vuematerial/vue-material

An API built-in to Vue Material that extracts a color palette and theme from a given image (Palette, Android) would be super useful. Right now the only JS library that does this is Vibrant.js, but it's frankly not very good compared to Android's native implementation of this. I think this framework would greatly benefit from an API like this.

I'm not sure if this technique is mentioned in the Material guidelines, but Google has shown off lots of example designs using it.

example

request

Most helpful comment

Soon will be available!
obrazok

All 4 comments

This is a great idea. I started to explore something in this area. Right now, what we have is the ability to pick the correct ratio of bightness/constrast of an image and decide if we need to show a gradient background or not. This is implemented inside cards logic. I will definitely take a look at some implementations about that. I do not plan to use another framework inside Vue Material, to bloat inside the final bundle. But I will take a look at this! :)

I think this feature could be really impressive. 馃構

Soon will be available!
obrazok

It seems like this feature was pretty much finished but never got to master. Commenting three years later haha, wonder if we could merge?

Was this page helpful?
0 / 5 - 0 ratings

Related issues

capttrousers picture capttrousers  路  3Comments

korylprince picture korylprince  路  3Comments

xinzhanguo picture xinzhanguo  路  3Comments

bryanspearman picture bryanspearman  路  3Comments

lee-frank picture lee-frank  路  3Comments