Public Attributes | |
$color | |
$depth | |
$width | |
$height |
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.