I have been looking at the new "fluent" designs for Windows 11.
See Windows 11 Design Principles
The first thing I would like to do is simulate the panels with shadows on all four sides. Even better would be to have panels with rounded corners and shadows on all four sides.
The first thing that came to mind was to use a bitmap image for the shadows, but that means we would have to create an image for every panel. That would quickly become overwhelming.
Another thing I notice on their samples is that the background color of the panels is not uniform, but rather cloud-like. I have no idea how to do that--well, again, except for a bitmap. I don't even know how to create a bitmap with the cloud-like coloring.
So I suppose we need to think about a subclass of TPanel that could handle these things.
Any thoughts and/or ideas?