FACT++  1.0
function color (   col)

Definition at line 358 of file index.js.

References HLStoRGB(), and var().

Referenced by drawPix(), and process_eventdata().

359 {
360  if (col==65533)
361  col = 0;
362 
363  var hue = col/128;
364  return HLStoRGB(hue);
365 }
po::typed_value< T > * var(T *ptr=0)
function HLStoRGB(hue)
Definition: index.js:346

+ Here is the call graph for this function:

+ Here is the caller graph for this function: