Can we add color picker to editor

i wanna add color picker to editor. i did not find any predefined methods for that. can any one help me?

Try to use editor.base.toolbar. It gives you the Toolbar-object.
Than you can add a button with addButton() and apply to this button colorpicker