This fix is purely for user interface in the editor, they do not change anything in how colors are stored, nor how they are represented in the engine.
Fix ColorMapper color defining algorithm to strictly match the internal engine's algorithm. The engine uses Allegro 4 for this, where actual RGB values are found using lookup tables. This seems to result in better distribution, for example it supports pure 255,255,255, while the common conversion algorithm is restricted by 252,252,252 (iirc).
On Color Finder pane display actual RGB values that will be used by the engine. This is to honestly notify user that AGS clamps RGBs to less precise 16-bit format.
Fixes #2352
This fix is purely for user interface in the editor, they do not change anything in how colors are stored, nor how they are represented in the engine.