hi, i would like my pop up tracks to be the same as the album name, check out the pic:

my popup track code is like this:
CODE
$set_org(4,$mul(15,%gb_track_index%))
$if(%gb_isplaying%,$gp_set_brush(255-255-0-0),$gp_set_brush(255-255-255-255))
$gp_set_font(Calibri,9,b)
$gp_set_pen(255-255-255-255,3,5,round)
$gp_set_brush(255-255-255-0)
$gp_set_string_format(center,center)
$gp_set_text_rendering_hint(aa)
$gp_draw_string($add(%gb_track_index%,1). %title%,0,42,$eval(%gb_width%-38),15)
$gp_draw_string(%length%,$eval(%gb_width%-38),42,36,15)
how do i get the tracklisting to have a different bordercolour? I read somewhere it could be done with the gp_set_brush, or pen, but i've been trying and i dont get it to work...