Board index » delphi » Pen color doesn't work under Delphi 3
ro...@mad.servicom.es
![]() Delphi Developer |
Fri, 21 Apr 2000 03:00:00 GMT
Pen color doesn't work under Delphi 3Hi, I have a problem with the pen.color property of a bitmap, see this In Formcreate: MyBMP := TBitMap.Create; In Button1CLick: MyBMP.Canvas.Pen.Color:=$0000FFFF; (* pure yellow *) It doesn't work fine because I obtain a line, but it's not yellow. Note 1: my display is set to 64K colors, so the problem isn't that I Does anybody know what happens? |