Pixel Struct Reference

#include <framebuffer.h>

List of all members.

Public Attributes

unsigned char red
unsigned char green
unsigned char blue
unsigned char alpha
 Something as visibility. 0x00 means transparent, 0xFF means visible.


Detailed Description

RGB Pixel structure

Definition at line 15 of file framebuffer.h.


Member Data Documentation

unsigned char Pixel::red

Definition at line 16 of file framebuffer.h.

Referenced by DrawContext::DrawContext().

unsigned char Pixel::green

Definition at line 17 of file framebuffer.h.

Referenced by DrawContext::DrawContext().

unsigned char Pixel::blue

Definition at line 18 of file framebuffer.h.

Referenced by DrawContext::DrawContext().

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


The documentation for this struct was generated from the following file:
Generated on Wed Aug 29 00:01:04 2007 for GED 2006 by  doxygen 1.5.2