Opened 5 years ago

Last modified 3 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 Thomas Bernard, 5 years ago

We could use the "transparent color" set in the "layer" menu as the C64 background.

comment:2 by PulkoMandy, 4 years ago

Milestone: 2.72.8

comment:3 by PulkoMandy, 3 years ago

Milestone: 2.82.9
Note: See TracTickets for help on using tickets.