contrastTool.backgroundColor String|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>