mirror of
https://github.com/AppleWin/AppleWin.git
synced 2026-04-20 15:17:50 +00:00
Set SHR alpha channel to 255 for consistency with other video modes. (PR #1010)
This commit is contained in:
@@ -101,6 +101,7 @@ bgra_t ConvertIIgs2RGB(Color color)
|
||||
rgb.r = color.red * 16;
|
||||
rgb.g = color.green * 16;
|
||||
rgb.b = color.blue * 16;
|
||||
rgb.a = ALPHA;
|
||||
return rgb;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user