Peter Hribar wrote:
> "Support for bit depths of 4, 2, and 1 is indicated by ...
> Support for bit depths of 24, 8, 4 and 2 is indicated by ..."
>
> from Palm OS SDK Reference, pg.856
>
> How many colors (greys) can display each of this 5 depth?
>
Bits implies base 2:
2^1 2
2^2 4
2^4 16
2^8 256
2^24 too many (16,777,216)
>
> Peter Hribar
>
> --
> For information on using the Palm Developer Forums, or to unsubscribe, please see
>http://www.palm.com/devzone/mailinglists.html
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palm.com/devzone/mailinglists.html