<div dir="ltr">I've found quite a few posting regarding a transparent TPanel and somehow nothing fits. All I need is to place controls on a panel and let it look like there were directly on its parent. I don't want to create a component for this.<div><br></div><div>The panel is colored clDefault and placed on a form colored clDefault, too. Using ParentColor := TRUE, on Ubuntu 12 with GTK2 the form is $F2F5F7 and the panel is much darker.</div><div><br></div><div style="">I guess, I finally found a solution, but I don't really understand it:</div><div style=""><br></div><div style=""><div>    BevelInner := bvNone;</div><div>    BevelOuter := bvNone;</div><div>    Caption := '';</div><div>    BorderStyle := bsNone;</div><div>    ParentColor := False;</div><div>    IF Assigned (Parent) THEN Color := Parent.GetRGBColorResolvingParent;</div><div><br></div><div style="">The final line is funny. I thought, just GetRGBColorResolvingParent should work, but it doesn't. Any idea?</div><div style=""><br></div><div style="">Regards, Martin.</div></div></div>