Colorpicker - missed alpha channel

Collapse
X
 
  • Time
  • Show
Clear All
new posts

  • dimyy
    replied
    Super

    Leave a comment:


  • yuri
    replied
    On the master branch, it displays the alpha channel. I don't remember I did any changed there recently though.

    Leave a comment:


  • yuri
    replied
    We don't support alpha channel. Not a bug.

    Leave a comment:


  • dimyy
    started a topic Colorpicker - missed alpha channel

    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;
    }
    Attached Files
Working...