FACT++  1.0
function hueToHex (   flt)

Definition at line 340 of file index.js.

References hueToRGB(), and var().

Referenced by HLStoRGB().

341 {
342  var s = hueToRGB(flt).toString(16);
343  return s.length==2 ? s : "0"+s;
344 }
po::typed_value< T > * var(T *ptr=0)
function hueToRGB(hue)
Definition: index.js:318

+ Here is the call graph for this function:

+ Here is the caller graph for this function: