Hi,

I have an issue with pixel_to_bmap / bmap_fill / bmap_save. It is not creating the correct alpha values.
If I write 50 for the alpha value, it shows in photoshop L: 61 RGB: 147! At 50 Percent alpha RGB value should be 127.5!
All other alpha values create wrong L / RGB values, accept alpha percent is 0 or 100.

I need to have exact values.
Here are more examples: (first number is alpha value in Lite-C, second L in Photoshop and third alpha RGB in Photoshop.

0,0,0
5, 4, 14
20,30,71
40,52,124
50,61,147
70,78,193
90,93,235
100,100,255

Thanks