In /rgb 3 mode: If skin colors are compatible with /rgb 3, they are the ideal colors for matching, and those you add when loading low-color images or typing 'Backspace' in Palette. Otherwise the ideal color set is hard-coded black/dark_blue/grey/white

git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@1603 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Yves Rizoud
2010-09-02 00:39:43 +00:00
parent a61bb9893c
commit cf8af1902c
2 changed files with 18 additions and 4 deletions

View File

@@ -2762,8 +2762,8 @@ void Compute_optimal_menu_colors(T_Components * palette)
const int tolerence=16;
const T_Components cpc_colors[4] = {
{ 0, 0, 0},
{ 0, 0,128}, // Dark blue
{128,128,128}, // Grey
{ 0,255,128}, // Soft light green
{255,255,255}
};