Can I change skin colors without using bitmaps?

Viewed 116

In Bitmap Style manager when I need to change form client area or borders I have to select it from the Bitmap property left click + right click then apply. But I want to ask is there a way to change colors from the Color property instead ? or everything must be bitmaps

enter image description here

1 Answers

i am using RAD 10.3.3 you can find on TForm properties. on VCL Color = $your color

on FMX set Fill > Kind = Solid after that you can set color on Fill > color

Related