• Resolved ra2or

    (@ra2or)


    I noticed that your colorpicker lacks opacity. Is it posible to add this (by customization or general update) ? And what is the default output of the field? Is that dependant of the type that you chose? selected Hex means # output, selected RGB means rgb() output etc. Or does the field have the choices converted to one sort of output like Hex?

Viewing 1 replies (of 1 total)
  • Plugin Author codepeople

    (@codepeople)

    Hello @ra2or

    Thank you very much for using our plugin. The color picker control in our plugin uses an input tag with type="color" to load the default color picker on browsers.

    Learn more about the browser’s color picker by reading its documentation on the following page:

    https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/color

    And pay special attention to the blue frame with note in the documentation:

    >>> Note:?Setting the value to anything that isn’t a valid, fully-opaque, RGB color?in hexadecimal notation?will result in the value being set to?#000000. In particular, you can’t use CSS’s standardized color names, or any CSS function syntax, to set the value. This makes sense when you keep in mind that HTML and CSS are separate languages and specifications. In addition, colors with an alpha channel are not supported; specifying a color in 9-character hexadecimal notation (e.g.?#009900aa) will also result in the color being set to?#000000.

    If you need a custom coding service to integrate another color picker, please do not hesitate to contact us via the plugin website. Contact Us.

    Best regards.

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.