c# Programming Glossary: imax
Converting RGB to HSB Colors http://stackoverflow.com/questions/4106363/converting-rgb-to-hsb-colors brightness 255 float fMax fMid fMin int iSextant iMax iMid iMin if 0.5 brightness fMax brightness brightness saturation.. 2 fMid hue fMax fMin fMin else fMid fMin hue fMax fMin iMax Convert.ToInt32 fMax 255 iMid Convert.ToInt32 fMid 255 iMin.. switch iSextant case 1 return Color.FromArgb alpha iMid iMax iMin case 2 return Color.FromArgb alpha iMin iMax iMid case..
|