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

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

Example

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