Previous : Low level functions | Up : Index | Next : Credits / Contact information |
RPLC
OR
XOR
AND
MASK
BLIT
mask
of the Plane structure, or the mask is passed to the low-level functions. A logical AND is performed between the mask and the destination, and then the plane is drawn with a logical OR between the source and the destination. This mode can be useful to create transition effects.TRANW
TRANB
2D char arrays | 2D short arrays | |||
---|---|---|---|---|
8x8 sprites | 16x16 sprites | 8x8 sprites | 16x16 sprites | |
B/W | TM_8B | TM_16B | TM_8W | TM_16W |
Grayscales | TM_G8B | TM_G16B | TM_G8W | TM_G16W |
2D char arrays | 2D short arrays | |||
---|---|---|---|---|
8x8 sprites | 16x16 sprites | 8x8 sprites | 16x16 sprites | |
B/W | TM_A8B | TM_A16B | TM_A8W | TM_A16W |
Grayscales | TM_GA8B | TM_GA16B | TM_GA8W | TM_GA16W |
2D char arrays | 2D short arrays | ||||
---|---|---|---|---|---|
8x8 Sprites | 16x16 Sprites | 8x8 Sprites | 16x16 Sprites | ||
B/W | TI92+ | TM_T8B | TM_T16B | TM_T8W | TM_T16W |
TI89 | TM_T8B89 | TM_T16B89 | TM_T8W89 | TM_T16W89 | |
Grayscales | TI92+ | TM_GT8B | TM_GT16B | TM_GT8W | TM_GT16W |
TI89 | TM_GT8B89 | TM_GT16B89 | TM_GT8W89 | TM_GT16W89 |
RPLC | OR | XOR | AND | MASK | BLIT | TRANW | TRANB | ||
---|---|---|---|---|---|---|---|---|---|
B/W | TI92+ | TM_RPLC | TM_OR | TM_XOR | TM_AND | TM_MASK | TM_BLIT | ||
TI89 | TM_RPLC89 | TM_OR89 | TM_XOR89 | TM_AND89 | TM_MASK89 | TM_BLIT89 | |||
Grayscales | TI92+ | TM_GRPLC | TM_GOR | TM_GXOR | TM_GAND | TM_GMASK | TM_GBLIT | TM_GTRANW | TM_GTRANB |
TI89 | TM_GRPLC89 | TM_GOR89 | TM_GXOR89 | TM_GAND89 | TM_GMASK89 | TM_GBLIT89 | TM_GTRANW89 | TM_GTRANB89 |
Previous : Low level functions | Up : Index | Next : Credits / Contact information |