...
Code Block |
---|
Object.SetForeColor(tfr, tfg, tfb) |
Code Block | ||
---|---|---|
| ||
Object.SetForeColor(tfr, tfg, tfb, tfa) |
Parameters
tfr, tfg, tfb, tfA
Red, green, blue and alpha components of the foreground color. If not alpha component specified, thend efault value is 255.
...