Search found 2 matches

by Juliean123
Fri Nov 10, 2023 11:11 am
Forum: Snes9x Tech Support and Bug Tracking
Topic: Change background-color when BG-layer is disabled
Replies: 1
Views: 4243

Re: Change background-color when BG-layer is disabled

Solved it myself. It was in

Code: Select all

struct DrawBackdrop16
Had to simply change

Code: Select all

GFX.ScreenColors = GFX.ClipColors ? BlackColourMap : GFX.RealScreenColors;
To always select BlackColourMap.
by Juliean123
Tue Nov 07, 2023 6:15 pm
Forum: Snes9x Tech Support and Bug Tracking
Topic: Change background-color when BG-layer is disabled
Replies: 1
Views: 4243

Change background-color when BG-layer is disabled

Hello, I want to be able to reproduce certain effects, that are being achieved with additive blending, using snes9x. I've attached a screenshot of one of those effects. I can try to calculate what the original sprite looked like, by subtracting it from the background, however with bright effects lik...