--- In flexcoders@yahoogroups.com, "markgoldin_2000" 
<[EMAIL PROTECTED]> wrote:
>
> Yes, I would prefer doing that, but not sure how. I use this to 
change 
> row color:
> color = 0xFF0000;
> super.drawRowBackground(s,rowIndex,y,height,color,dataIndex);
> So, how can I blend the color?

This example shows a more complete override of the functionality 
http://infinitearray.com/blog/2007/11/flex-labs-customizing-the-
flex.html

Once you have a direct reference to the graphics object, you can set 
its blend mode.

HTH;

Amy

Reply via email to