When using drawtext -r, the color of the text isn't only the one specified, I'm not sure why but it seems to be a bug:
alias drawbug {
window -pdCBf @a -1 -1 200 200
drawrect -fr @a 16777215 0 0 0 200 200
drawrect -er @a 0 1 0 0 200 200
drawtext -r @a 0 verdana 15 80 80 mIRC
.timer 1 1 drawfill -r @a 1234567 0 60 60
}
You can see when drawfilling with a black border that some pixels of the letters are not black since they are 'consumed'.
I'm using 7.27 on windows 7.