I
ImageAnalyst
Have you ever wondered what the colors are of those dozens of colors
you can choose from when using System.Drawing.Color.* ?
I ran across this nice chart that shows color patches of all of them:
http://www.pardesiservices.com/softomatix/colorchart.asp
This is convenient if you want to pick out a color from a predefined
palette rather than designing your own by experimenting with Photoshop
and then using RGB(rValue, gValue, bValue) in VB.
you can choose from when using System.Drawing.Color.* ?
I ran across this nice chart that shows color patches of all of them:
http://www.pardesiservices.com/softomatix/colorchart.asp
This is convenient if you want to pick out a color from a predefined
palette rather than designing your own by experimenting with Photoshop
and then using RGB(rValue, gValue, bValue) in VB.