contrastTool.backgroundColorString|kendo.Color(default: '#ffffff')
Sets the background color for the contrast tool in the ColorGradient.
Example
<div id="ColorGradient"></div>
<script>
$("#ColorGradient").kendoColorGradient({
  contrastTool: {
    backgroundColor: "#ff0000"
  }
});
</script>
In this article