contrastToolBoolean|Object(default: false)
Enables the contrast tool in the ColorGradient.
Example
<div id="colorpicker"></div>
<script>
$("#colorpicker").kendoColorPicker({
  contrastTool: true
});
</script>In this article