Ask Question

If a colour depth is stored as 1 byte, does that mean that the colour depth of all the pixels is 8 bits, or can they be less?

+4
Answers (1)
  1. 30 December, 02:48
    0
    Normally each character which is displayed in monitor hold two bytes. All characters are displayed in video buffer. Out of two bytes one byte holds the color code and other bytes hold the character.

    Explanation:

    All color codes are marked from 0 to 255. Moreover all English ASCII characters are marks with 8 bits combination in bios.

    All color codes are combines starts 0 to 255 and color codes given by RGB (red, green, blue) combines and color code generated.

    So when we display a character in monitor first byte hold colours and second byte holds the character. These can be achieved by using peek b or peek function through c programming languages.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “If a colour depth is stored as 1 byte, does that mean that the colour depth of all the pixels is 8 bits, or can they be less? ...” in 📗 Computers & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers