Warning: This site is under construction, most links will be broken.
LightX API -> lxgfx -> pixelsize, pixelshift [fields]
Last modified on Thu, 29th Mar 2007 at 01:17 UTC by zippletlxgfx.pixelsize, pixelshift: longint;
pixelsize returns the number of bytes required to describe the colour of a single pixel in the current display mode that LightX has been initialised with.
pixelshift is so you can quickly determine the number of bytes required to hold the graphics data for any number of pixels. Perform a bitwise shift left on the number of pixels with this field and you'll get the result.
Class: lxgfx