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
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
Post a Comment