New to Kendo UI for jQueryStart a free 30-day trial

Opacity

configuration

Only for the HSV selector. If true, the widget will display the opacity slider. Note that currently in HTML5 the <input type="color"> does not support opacity.

opacity

Boolean

Default: false

<input id="colorpicker" type="color" />
<script>
$("#colorpicker").kendoColorPicker({
  opacity: true
});
</script>
Not finding the help you need?
Contact Support