Sets the background drawing colors.
Object.SetBackColor(tbr, tbg, tbb) |
Object.SetBackColor(tbr, tbg, tbb, tba) |
tbr, tbg, tbb, tbA
Red, green, blue and alpha components of the background color (optional). If not alpha component specified, thend efault value is 255.
Applies To: XFRX#DRAW, XFRX#XML, PDFL#INIT
m.loDRAW=EVALUATE([xfrx("XFRX#DRAW")]) m.loDRAW.SetBackColor(255, 0, 0) |
m.loDRAW=EVALUATE([xfrx("XFRX#DRAW)"]) m.loDRAW.SetBackColor(255, 0, 0, 128) |