contrastTool.backgroundColor String|kendo.Color (default: '#ffffff')

Sets the background color for the contrast tool in the ColorGradient.

Example

<div id="colorpicker"></div>
<script>
$("#colorpicker").kendoColorPicker({
  contrastTool: {
    backgroundColor: "#ff0000"
  }
});
</script>
In this article