12-18-2016, 12:00 AM
Guys,
How can i get the pixel Hexadecimal color of several points and save the colors in a .csv file?
Its somehing like that :
int w=win("window")
act w
int colors=
pixel(484 491)
pixel(470 403)
pixel(467 438)
pixel(605 290)
pixel(473 481)
pixel(426 587)
pixel(260 337)
pixel(388 479)
pixel(388 366)
pixel(502 362)
pixel(410 521)
Set colors to "C:\DATA\ColorData.csv"
Could you please help me ?
How can i get the pixel Hexadecimal color of several points and save the colors in a .csv file?
Its somehing like that :
int w=win("window")
act w
int colors=
pixel(484 491)
pixel(470 403)
pixel(467 438)
pixel(605 290)
pixel(473 481)
pixel(426 587)
pixel(260 337)
pixel(388 479)
pixel(388 366)
pixel(502 362)
pixel(410 521)
Set colors to "C:\DATA\ColorData.csv"
Could you please help me ?