Image32
Image32 copied to clipboard
Supports CSS alike drawing
Hi, Image32 is an amazing library but it is hard to use for writing VCL component. Most of operator when drawing VCL component related to background, border,... only. So, it will be great if there is something like this:
var
CssStyle: TCssStyle;
begin
CssStyle.BorderColor := clRed32;
CssStyle.Background := TBackgroundLinenearGradient.Create(clFrom, clTo);
// ...
CssStyle.Draw(Image32, DrawRect);
end;
Thank you
Thanks for the very interesting suggestion. It's certainly something I will consider, but it would be a huge job to do well.