sf2dlib
Simple and Fast 2D library for the Nintendo 3DS
|
Represents a four dimensional unsigned char vector. More...
#include <sf2d.h>
Data Fields | |
unsigned char | r |
unsigned char | g |
unsigned char | b |
unsigned char | a |
Represents a four dimensional unsigned char vector.
unsigned char sf2d_vector_4uc::a |
Alpha component of the vector/color
unsigned char sf2d_vector_4uc::b |
Blue component of the vector/color
unsigned char sf2d_vector_4uc::g |
Green component of the vector/color
unsigned char sf2d_vector_4uc::r |
Red component of the vector/color