ardittristan / VTTColorSettings

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

[Feature Request] Add a RGBA support #29

Closed p4535992 closed 1 year ago

p4535992 commented 1 year ago

I'm not sure if I'm using the module the right way so I could be wrong...

Is it possible to add an integration to manage color opacity ? Basically I would like to be able to manage colors in RGBA not just RGB.

To understand, I would like to be able to manage the alpha channel.

The request is related to this issue https://github.com/sdenec/tidy5e-sheet/issues/660

Your form is used in this html template settings.html from which I retrieve the HEX value.

p4535992 commented 1 year ago

No nevermind i just see the method hexToRGBA it must be a error on my side