On 03/05/13 20:47, Henrik Carlqvist wrote:
> On Fri, 03 May 2013 19:28:31 +0200, Hermann Riemann wrote:
>> I have made some color experiments using C and SDL. the values of single
>> colors (r g b) in range[0:0x0F](dez: 0:16) is hard to see,
>> but in range [0x0F0:0x0FF] (dez: 240:255) a bit may be seen.
>
It is actually in these low ranges that there is a benefit in 10-bit
colour on a screen - but only if the screen is mostly dark, and the room
is mostly dark. Your eyes adjust to the dark and you can discern
smaller shades of near-black. There is therefore some point in 10-bit
colour for dark scenes in films - but little point on a computer screen.
Of course, 10-bit colour can be useful to people working with
professional level photography, DTP, and so on, where accurate colour
matching is important - and worth paying for.
And 10-bit (or more) colour is good in the source, such as digital
photographs, because it allows more accurate manipulation and changes
without losing resolution. But you don't need it in the output device.