Bitmap Class Reference

List of all members.

Public Attributes

 $color
 $depth
 $width
 $height


Member Data Documentation

Bitmap::$color

Linear array of pixels in row-major order storing the color data. The size of this is {$width * $height}. The color components are stored as one integer 0xRRGGBBAA. Alpha is not used currently.

Bitmap::$depth

Linear array of pixels in row-major order storing the depth data. The size of this is {$width * $height}. The depth is stored as one float.

Bitmap::$width

Width of the image in pixels.

Bitmap::$height

Height of the image in pixels.


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

Generated on Wed Jan 7 20:35:30 2009 for be_w3dr by  doxygen 1.5.6