Introduction | Language Structure | IB Statements | File System | Comet 32 Runtime | Index |
| Mnemonic: | (TransparentColor = QCRTColor) |
| Discussion: |
Determines the QCRT field color that will be transparent to the underlying wallpaper.
Where QCRTColor is: A QCRT field color ranging in value from 0 to 15 (upper 4 bits of a configured color). or TP.ALL = 255 ! All colors are transparent TP.FGND = 254 ! The foreground field color is transparent TP.BKGND = 253 ! The background field color is transparent TP.ENTRY = 252 ! The entry field color is transparent TP.CUR = 251 ! The current field color is transparent |
| Example: |
Print (0) (ChangeColor = "@F0@");(CS) ! Clear screen to desired transparent color Print (0) (TransparentColor = TP.CUR) ! Enable the transparent color |