Background color

When the component Color is changed from white, any text typed in still has a white background.
Suggest in TAdvRichEditorBase.AddElement(el: TREElement): TREElement;

you insert

el.Color = Color;

This feature was implemented.