messages.blueString(default: "Blue")

Allows customization of the rgb's blue input's aria-label in the Gradient's input editor.

Example

<div id="colorgradient"></div>
<script>
$("#colorgradient").kendoColorGradient({
    input: true,
    messages: {
        blue: "Blue channel"
    }
});
</script>
In this article
messages.blue
Not finding the help you need?
Contact Support