KallistiOS
##version##
|
Macros | |
#define | PVR_BLEND_ZERO 0 |
None of this color. More... | |
#define | PVR_BLEND_ONE 1 |
All of this color. More... | |
#define | PVR_BLEND_DESTCOLOR 2 |
Destination color. More... | |
#define | PVR_BLEND_INVDESTCOLOR 3 |
Inverse of destination color. More... | |
#define | PVR_BLEND_SRCALPHA 4 |
Blend with source alpha. More... | |
#define | PVR_BLEND_INVSRCALPHA 5 |
Blend with inverse source alpha. More... | |
#define | PVR_BLEND_DESTALPHA 6 |
Blend with destination alpha. More... | |
#define | PVR_BLEND_INVDESTALPHA 7 |
Blend with inverse destination alpha. More... | |
These are all the blending modes that can be done with regard to alpha blending on the PVR.
#define PVR_BLEND_DESTALPHA 6 |
Blend with destination alpha.
#define PVR_BLEND_DESTCOLOR 2 |
Destination color.
#define PVR_BLEND_INVDESTALPHA 7 |
Blend with inverse destination alpha.
#define PVR_BLEND_INVDESTCOLOR 3 |
Inverse of destination color.
#define PVR_BLEND_INVSRCALPHA 5 |
Blend with inverse source alpha.
#define PVR_BLEND_ONE 1 |
All of this color.
#define PVR_BLEND_SRCALPHA 4 |
Blend with source alpha.
#define PVR_BLEND_ZERO 0 |
None of this color.