So I took a screenshot and ran it through a histogram:
The largest spike represents the whites (the screenshot has a lot of white in it, hence the length of the spike). As you can see, the spike isn't at the top so ST-white doesn't reach full brightness in the output picture.
Apparently, ST colours are converted to PC colours by simply shifting the primary colour bits 5 positions to the left:
Code: Select all
(ST) #777 = 0111 0111 0111
Which then becomes on STeem:
#E0E0E0 (PC) = 11100000 11100000 11100000
I checked with Hatari as well and it also doesn't reach full brightness. But it gets quite a bit brighter:
Code: Select all
(ST) #777 = 0111 0111 0111
Which then becomes on Hatari:
#EEEEEE (PC) = 11101110 11101110 11101110
So if you ask me, I'd like STeem to have an option that corrects the brightness. Obviously, I should take this to the STeem support forum on SourceForge (https://sourceforge.net/p/steemsse/forum/rest).
But first I wanted to see if any of you had noticed the same and perhaps I'm missing a perspective here... Maybe the ST doesn't output video levels at full brightness (say less than 5V on the RGB pins)?
Here's a quick wrap-up of the story in a picture: