opacity Boolean (default: false)

Specifies whether we should display the opacity slider to allow selection of transparency.

Example

<div id="flatpicker"></div>
<script>
$("#flatpicker").kendoFlatColorPicker({
  opacity: true
});
</script>
In this article