![]() |
Blamite Game Engine - blam!
00296.01.12.21.0102.blamite
The core library for the Blamite Game Engine.
|
Structure representing a single pixel. More...
#include <render_utils.h>
Public Attributes | |
BYTE * | r |
The Red value of the pixel. More... | |
BYTE * | g |
The Green value of the pixel. More... | |
BYTE * | b |
The Blue value of the pixel. More... | |
BYTE * | a |
The Alpha value of the pixel. More... | |
Structure representing a single pixel.
BYTE* Pixel::a |
The Alpha value of the pixel.
BYTE* Pixel::b |
The Blue value of the pixel.
BYTE* Pixel::g |
The Green value of the pixel.
BYTE* Pixel::r |
The Red value of the pixel.