Post Reply 
Color value from GETPIX_P returns unexpected result
02-01-2016, 05:41 AM
Post: #2
RE: Color value from GETPIX_P returns unexpected result
Hello,

Prime uses 16 bit per pixels, not 24.
1 bit it transparency and then 5 bit per color.
Since user facing colors are ARGB8888, a conversion takes place.
In order for white to stay white and black to stay black in both domains, the conversion from ARGB1555 to ARGB8888 on the color channels is done by doing:
result= 5 bit input*8 + 5 bit input/4 to generate an 8 bit result. This is standard procedure in graphics.

At least this is what happens if my memory serves me well.

Cyrille

Although I work for the HP calculator group, the views and opinions I post here are my own. I do not speak for HP.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Color value from GETPIX_P returns unexpected result - cyrille de brébisson - 02-01-2016 05:41 AM



User(s) browsing this thread: 1 Guest(s)