alabsi91/reanimated-color-picker

Disable alpha setting at will

Closed this issue · 3 comments

description

There should be a setting to say if the colorpicker should support transparancy or is always to be at full visibility.

Are you suggesting that we exclude the alpha channel from the color that was inputted in the value property? Could you please elaborate on what you have in mind?

I want to be able to disable the alpha setting in the input widget. For example the hex input, rgb instead of rgba. I do not want to support any transparancy in my application and so the user shall not be able to set any.

Implemented in #33