Colorpicker - missed alpha channel
Collapse
X
-
On the master branch, it displays the alpha channel. I don't remember I did any changed there recently though.Leave a comment:
-
Colorpicker - missed alpha channel
Version 9.0.6
The problem is that when using the 'hex' mode, the colorpicker does not activate the alpha channel.
To fix this for colorpicker version 2.5, you need to:
specify the 'rgba' mode instead 'hex'
add to the css .colorpicker.colorpicker-with-alpha .colorpicker-alpha {
display: block;
background-size: cover;
}Tags: None

Leave a comment: