Searge-DP / grafx2

Automatically exported from code.google.com/p/grafx2
0 stars 0 forks source link

Exclude colors not saved in pictures #434

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
When drawing for a restricted platform (like Amstrad CPC with only 27 colors), 
GrafX2 keeps adding safety colors for the menu when loading the picture.
These then get used by effects like smooth, which is annoying. As there are 
free entries in the palette its ok to have the safe colors, but they should be 
excluded from use and 'locked' in some way. This should be save in the picture 
so one don't have to reset the setting each time. Simplest way is to not write 
these colors to the file, I think, and noticing when loading a 251-color file.

Original issue reported on code.google.com by pulkoma...@gmail.com on 18 Apr 2011 at 7:39

GoogleCodeExporter commented 8 years ago
You can exclude colors from being selected by blur, translucency etc. by 
tagging them in the secondary palette menu (Right-click "Pal", "Exclude colors")
This list is part of global config (.cfg).

Original comment by yrizoud on 18 Apr 2011 at 8:30

GoogleCodeExporter commented 8 years ago
Ah, I couldn't remember where this setting was :)

However, saving/loading it in the picture(removing these colors from the 
palette completely on save / tagging them off on load) would be nice.

Original comment by pulkoma...@gmail.com on 18 Apr 2011 at 8:35

GoogleCodeExporter commented 8 years ago
When switching to SDL2, we can remove this "safety color" trick completely so 
the menu colors are not picked from the palette anymore. So there is no need 
for this, now.

Original comment by pulkoma...@gmail.com on 3 Mar 2015 at 4:15