FACT++  1.0
function hueToHex (   flt)

Definition at line 13 of file color.js.

References hueToRGB(), and var().

Referenced by HLStoRGB().

14 {
15  var s = hueToRGB(flt).toString(16);
16  return s.length==2 ? s : "0"+s;
17 }
po::typed_value< T > * var(T *ptr=0)
function hueToRGB(hue)
Definition: color.js:1

+ Here is the call graph for this function:

+ Here is the caller graph for this function: