How can I get the color from a pixel from a picture in the picturebox. I wan't the color to be transformed to html color palettes.
Printable View
How can I get the color from a pixel from a picture in the picturebox. I wan't the color to be transformed to html color palettes.
VB Code:
MyColor = PictureBox.Point(10,20)
:D