format String (default: "hex")

Sets the default input format in the gradient input editor.

Example

<input id="colorpicker" type="color" />
<script>
$("#colorpicker").kendoColorPicker({
  format: "rgb"
});
</script>
In this article