Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Transparent blits are not correctly supported #6

Open
PluMGMK opened this issue Dec 15, 2024 · 0 comments
Open

Transparent blits are not correctly supported #6

PluMGMK opened this issue Dec 15, 2024 · 0 comments

Comments

@PluMGMK
Copy link
Owner

PluMGMK commented Dec 15, 2024

The transparent blit code taken from the Video 7 driver checks against the background colour byte-by-byte, which is only suitable for 256-colour modes. It needs to be adjusted to check pixel-by-pixel, which is one, two, three or four bytes at a time, depending on the current mode.

Not sure how important this is, because I get the impression that most stuff under Windows 3.1 doesn't use transparent blits at all…

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant