ardittristan / VTTColorSettings

adds color picker as settings option in Foundry VTT
MIT License
8 stars 9 forks source link

New Eyedropper Feature not picking up alpha values #5

Closed Norc closed 4 years ago

Norc commented 4 years ago

The new Eyedropper is great, but it doesn't pick up the alpha value of the target, which can make the color selected look significantly different.

Can be approximated by a knowledgeable user somewhat easily, but would be nice if it matched alpha values too. Thanks!!

ardittristan commented 4 years ago

I'm currently using html2canvas for grabbing the page, but I can't get it to extract the alpha value, (or a lot of the canvas in general) if anyone knows a better library/fix I'd gladly integrate it!

ardittristan commented 4 years ago

fixed with 7e01ba3