Opened 4 years ago
Last modified 2 years ago
#112 new defect
C64 multicolor : allow background color to be != 0
Reported by: | Thomas Bernard | Owned by: | pulkomandy |
---|---|---|---|
Priority: | minor | Milestone: | 2.9 |
Component: | GrafX2 | Version: | 2.6 |
Keywords: | C64 | Cc: |
Description
current code assumes the C64 background color for Multicolor mode is always 0 (black).
This is very often the case, but not always, this is not even always the most used color in a picture.
I think we should offer a way for the user to select the background color in the GUI. We could also allow him to set the border color.
function Check_block_constraints()
https://gitlab.com/GrafX2/grafX2/blob/master/src/buttons_effects.c#L239
function Pixel_in_screen_c64multi_with_opt_preview()
https://gitlab.com/GrafX2/grafX2/blob/master/src/graph.c#L3456
Change History (3)
comment:1 by , 4 years ago
comment:2 by , 3 years ago
Milestone: | 2.7 → 2.8 |
---|
comment:3 by , 2 years ago
Milestone: | 2.8 → 2.9 |
---|
Note:
See TracTickets
for help on using tickets.
We could use the "transparent color" set in the "layer" menu as the C64 background.