Sets the foreground drawing colors.
Code Block |
---|
Object.SetColorSetForeColor(tfr, tfg, tfb, tfa) |
Parameters
tfr, tfg, tfb, tfA
Red, green, blue and blue alpha components of the foreground color. If not alpha component specified, thend efault value is 255.
Remarks
Applies To: XFRX#DRAW, XFRX#XML, PDFL#INIT
...