c# - Is this a standard color palette? -


i doing reverse engineering work on program. 1 of things trying pull out of old data color chosen below color pallet

enter image description here

the way old software refrencing color index in pallet (so 0 white, 1 yellow, 2 orange, , on). above pallet standard layout of type?

what best hope find class built in .net pass same index number in , color back, don't have high hopes finding nice.

besides using paint , eyedropper manually map out whole table there option make easier on me?

you can write code reads bitmap , examines pixels build palette of colors in bitmap you've extracted.


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -