#include <framebuffer.h>
Public Attributes | |
| unsigned char | red |
| unsigned char | green |
| unsigned char | blue |
| unsigned char | alpha |
| Something as visibility. 0x00 means transparent, 0xFF means visible. | |
Definition at line 15 of file framebuffer.h.
| unsigned char Pixel::red |
| unsigned char Pixel::green |
| unsigned char Pixel::blue |
| unsigned char Pixel::alpha |
Something as visibility. 0x00 means transparent, 0xFF means visible.
Definition at line 19 of file framebuffer.h.
Referenced by DrawContext::DrawContext().
1.5.2