TextEditor color

How can i change a TextEditor’s backgraund color.

Use Component::setColour using the id backgroundColourId

i.e.

myTextEditor->setColour(TextEditor::backgroundColourId, newColour);

Tanks very much.İt is working…