equal
deleted
inserted
replaced
1469 SPRITE_MODIFIER_OPAQUE = OPAQUE_BIT, |
1469 SPRITE_MODIFIER_OPAQUE = OPAQUE_BIT, |
1470 ///when a sprite is to be displayed transparently, this bit needs to be set. |
1470 ///when a sprite is to be displayed transparently, this bit needs to be set. |
1471 PALETTE_MODIFIER_TRANSPARENT = TRANSPARENT_BIT, |
1471 PALETTE_MODIFIER_TRANSPARENT = TRANSPARENT_BIT, |
1472 ///this bit is set when a recoloring process is in action |
1472 ///this bit is set when a recoloring process is in action |
1473 PALETTE_MODIFIER_COLOR = RECOLOR_BIT, |
1473 PALETTE_MODIFIER_COLOR = RECOLOR_BIT, |
1474 |
|
1475 //This is used for the GfxFillRect function |
|
1476 ///Used to draw a "grey out" rectangle. @see GfxFillRect |
|
1477 PALETTE_MODIFIER_GREYOUT = TRANSPARENT_BIT, |
|
1478 ///Set when a colortable mode is used. @see GfxFillRect |
|
1479 USE_COLORTABLE = RECOLOR_BIT, |
|
1480 }; |
1474 }; |
1481 |
1475 |
1482 /** Masks needed for sprite operations. |
1476 /** Masks needed for sprite operations. |
1483 * @note Do not modify this enum. Alter SpriteSetup instead |
1477 * @note Do not modify this enum. Alter SpriteSetup instead |
1484 * @see SpriteSetup */ |
1478 * @see SpriteSetup */ |