¡@

Home 

c# Programming Glossary: hsbtorgb.blue

Algorithm to Switch Between RGB and HSB Color Values

http://stackoverflow.com/questions/4123998/algorithm-to-switch-between-rgb-and-hsb-color-values

100 maxRGB b If s 0 Then HSBToRGB.Red 0 HSBToRGB.Green 0 HSBToRGB.Blue 0 Else Delta s maxRGB 255 If h 3 Then HSBToRGB.Blue CByte Round.. 0 HSBToRGB.Blue 0 Else Delta s maxRGB 255 If h 3 Then HSBToRGB.Blue CByte Round maxRGB If h 4 Then HSBToRGB.Green CByte Round.. If h 2 Then HSBToRGB.Red CByte Round maxRGB Delta HSBToRGB.Blue CByte Round h 2 Delta HSBToRGB.Red Else HSBToRGB.Blue CByte..