Hello,
i get colors rgb with getpixel function. my problem is i analyzed picture file (jpg) with many x,y points.
its gave me alot of colors rgb with very close to each other.
is there function give some tolerance or find nearest color for make color list less than current.
for example ;
248,254,252 ' it is like light gray
248,254,253 ' it is like light gray
248,254,254 ' it is like light gray
replace with this three nearest color 248,254,252
i know that it is possible with .net platform . i use it
any help
i get colors rgb with getpixel function. my problem is i analyzed picture file (jpg) with many x,y points.
its gave me alot of colors rgb with very close to each other.
is there function give some tolerance or find nearest color for make color list less than current.
for example ;
248,254,252 ' it is like light gray
248,254,253 ' it is like light gray
248,254,254 ' it is like light gray
replace with this three nearest color 248,254,252
i know that it is possible with .net platform . i use it
any help