opacity Boolean (default: false)

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

Example

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