trying to convert rgb from a .net Color to a string such as "red" or "blue"

Posted by dubayou on Stack Overflow See other posts from Stack Overflow or by dubayou
Published on 2008-12-13T23:33:32Z Indexed on 2010/04/10 19:33 UTC
Read the original article Hit count: 314

Filed under:
|
|
|
|

All of my methods are failing me in various ways. different lighting can mess it all up too.

has anyone every trying to return a name given a rgb value? "red" "green" "blue" would be enough to satisfy my needs for today.

i have unsafe byte processing of images from my web cam.

webcam

colors

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET