Computer Science Fundamentals
System Design
Subjective
Feb 21, 2013
What is Color Look up table?
Detailed Explanation
In color displays, 24 bits per pixel are commonly used, where 8 bits represent 256 level for each color. It is necessary to read 24- bit for each pixel from frame buffer. This is very time consuming. To avoid this video controller uses look up table to store many entries to pixel values in RGB format. This look up table is commonly known as colour table.
Discussion (0)
No comments yet. Be the first to share your thoughts!
Share Your Thoughts