ardittristan / VTTColorSettings

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

Bug fix and update API support and add a new method haxToRGBAString #32

Closed p4535992 closed 10 months ago

p4535992 commented 10 months ago

@ardittristan a reminder for this

ardittristan commented 10 months ago

Thanks for the reminder, will look at it this weekend.

Though I'm not a fan of changing the return type of an existing api method.

I'd probably add an optional bool parameter that makes it return an rgba object instead of array

p4535992 commented 10 months ago

The api was bugged (wrong import). I don't think anyone used it, so I don't think there are backward compatibility issues.