\Kendo\UI\FlatColorPickerContrastTool
A PHP class representing the contrastTool setting of FlatColorPicker.
Methods
backgroundColor
Sets the background color for the contrast tool in the ColorGradient.
Returns
\Kendo\UI\FlatColorPickerContrastTool
Parameters
$value string|
Example - using string
<?php
$contrastTool = new \Kendo\UI\FlatColorPickerContrastTool();
$contrastTool->backgroundColor('value');
?>