I’m using VT.Background to display a background image in VT with a few columns.
But I can’t find a way to use different colors for cells because they hide the background image.
I have tried to use OnBeforeItemErase but if I useEraseAction := eaColor the background bitmap area on the cell is also being painted, if I use eaDefault the color is not being applied.
Any idea how this can be done?
Just an attempt to guess if that’s what you are looking for:
Update:
Added a color blending function for non MMX CPU machines.
Preview of the code above: