Set conditions under which VDP2 color calculation is performed on sprites based on their priority.
Sets up the condition that allows only select sprites to receive Half Transparent color calculation with VDP2 layers. To make a sprite fully opaque, selectively turn color calculation off for it by assigning it to use a Priority Bank containing a priority layer that does not satisfy the Color Condition. The default VDP2 initialization uses ColorCondition::PriorityEquals Priority::Layer4, with SpriteBank0 set to Layer3 and SpriteBank1 set to Layer4. With this config RGB sprites receive no VDP2 color calculation, while Palette sprites only receive color calculation when they select priority from SpriteBank1
- Parameters
-
Condition | The type of condition that VDP2 Color Calculation will follow. |
TestValue | The Layer that a sprite's priority will be tested against in the condition. |