QuadFlask / colorpicker

🍭color picker for android
1.22k stars 219 forks source link

ColorPickerView.setColor does not change its AlphaSlider color #98

Closed amir-hg closed 5 years ago

amir-hg commented 6 years ago

hello anybody cares i think i found a issue or missed something ColorPickerView.setColor does not change its AlphaSlider color :( i set alphaslider with xml and i try to set color in runtime but it does not change alphaSlider color but percent of alphaSlider is set correcty

Thanks in Advance and best wishes

PaulBreugnot commented 5 years ago

Did you try to call explicitly alphaSlider.setColor(color) ?

ZooMMaX commented 5 years ago

add alpha channel in initialColor ()

.initialColor(0xFF123456);