MIFui and transparent color?

By AxelStone

Prophet (3189)

AxelStone's picture

06-01-2015, 22:42

Good again, I'm messing with MIFui but I have a problem: how transparent color for COPYs implemented? I explain the steps I follow:

1. Use a PNG with transparent color assigned.
2. I export it to SC5 + PL5. Seems to identify well the transparent color as renders it as black (0,0,0)
3. Charge it with BLOAD, S and the result put it in usable form by the copy with COPY (0,0) - (255,211), 0 TO "picture.pic"
4. The picture.pic file and can be read COPY "picture.pic" TO (0,0), 1.

Problem: The transparent color is lost. If I hit blocks that image on page 0 transparent don't take effect. Why?

Another question: why it can not do directly .SC5 dump the pages of VRAM with COPY, as explained in Section 3?

Thank You.

Login or register to post comments

By AxelStone

Prophet (3189)

AxelStone's picture

07-01-2015, 13:21

Solved, I needed to add TPSET to the copy.y