I am trying to assign a grayscale color to a brush. I guess if i assign the color to the foreground, i can then assign it to the brush. So how do i Assign red=200 green=200 blue=200 to the foreground color?
Righ now, i use:
podncappform.shadowvalue.Canvas.Brush.Color :=200;
podncappform.shadowvalue.Canvas.FillRect(podncappform.shadowvalue.Canvas.ClipRect);
When I do that, it's like R=200 G=0 B=0.
Thanks to any wizard that can help me.
PO
Righ now, i use:
podncappform.shadowvalue.Canvas.Brush.Color :=200;
podncappform.shadowvalue.Canvas.FillRect(podncappform.shadowvalue.Canvas.ClipRect);
When I do that, it's like R=200 G=0 B=0.
Thanks to any wizard that can help me.
PO