
Originally Posted by
TheMole
Not sure if that's entirely correct
Let's just consider one channel, e.g. the Green channel:
On the SMS, you have 2 bits, which allows you to turn on the green channel at the following levels:
0% (00)
33%(01)
66%(10)
100%(11)
On the MD, on the other hand, you have three bits, which results in the following percentages:
0% (000)
14%(001)
29%(010)
43%(011)
57%(100)
71%(101)
86%(110)
100%(111)
So, any SMS color that is relies on at least one RGB channel value of 33% or 66% will have to mapped to the closest possible color of the MD palette (so probably 29% and 71% respectively). This means that most colors the SMS can produce cannot be reproduced accurately by the MD.
The above is of course assuming a linear relationship between the bit values and the analog color outputs.