I am trying to make a row color have 74% transparency.
My code:
TDBGrid(sender).canvas.brush.color := RGB(0,176,240);
But I can't figure out where to add transparency to brush?
I am trying to make a row color have 74% transparency.
My code:
TDBGrid(sender).canvas.brush.color := RGB(0,176,240);
But I can't figure out where to add transparency to brush?
gdi+ can support alpha channel for color, you can use gdi+ functions in any canvas