Blamite Game Engine - blam!  00296.01.12.21.0102.blamite
The core library for the Blamite Game Engine.
Pixel Struct Reference

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...
 

Detailed Description

Structure representing a single pixel.

Member Data Documentation

◆ a

BYTE* Pixel::a

The Alpha value of the pixel.

◆ b

BYTE* Pixel::b

The Blue value of the pixel.

◆ g

BYTE* Pixel::g

The Green value of the pixel.

◆ r

BYTE* Pixel::r

The Red value of the pixel.


The documentation for this struct was generated from the following file: