contrastTool Boolean|Object
(default: false)
Enables the contrast tool in the ColorGradient.
Example
<div id="flatcolorpicker"></div>
<script>
$("#flatcolorpicker").kendoFlatColorPicker({
contrastTool: true
});
</script>