Question 770299: A pixel in a digital image is represented by three primary colours red, green and blue in triples (R, G, B); each of which can take values from 0 to 255 (inclusive). For example,(255,0,0) represents the colour red and (100,145,75) represents a greenish colour.
How many different colours can a pixel represent?
Answer by Alan3354(69443) (Show Source):
You can put this solution on YOUR website! A pixel in a digital image is represented by three primary colours red, green and blue in triples (R, G, B); each of which can take values from 0 to 255 (inclusive). For example,(255,0,0) represents the colour red and (100,145,75) represents a greenish colour.
How many different colours can a pixel represent?
--------------
256*256*256
|
|
|