messages.greenString(default: "Green")
Allows customization of the rgb's green input's aria-label in the Gradient's input editor.
Example
<div id="colorgradient"></div>
<script>
$("#colorgradient").kendoColorGradient({
input: true,
messages: {
green: "Green channel"
}
});
</script>
In this article