Science  People  Locations  Timeline
Index: A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Home > Chunky


 

The Chunky method of displaying computer graphics is one where a single byte in memory represents a single pixel on the screen. Usually a sequential area of memory therefore acts as an array of pixel values. In some contexts, this is known as PseudoColor (a specific X Window System term) or indexed color (which can be more generic than just one byte per pixel).

With chunky graphics, the values stored in RAM do not directly correspond to a particular colour; rather they are used as an index into a definable palette of colours.

See also: Planar, Highcolour, Truecolour.



Read more »

Non User