FACT++  1.0
function color (   col)

Definition at line 31 of file color.js.

References HLStoRGB(), and var().

Referenced by RawDataViewer::assignPixelMapFile(), RawDataViewer::calcBlurColor(), RawDataViewer::calcMidBlurColor(), QCameraWidget::CalculatePixelsColor(), RawDataViewer::drawBlurryHexagon(), RawDataViewer::drawCamera(), BasicGlCamera::drawCamera(), Q3DCameraWidget::drawCameraBody(), main(), and StateMachineSmartFACT::UpdateAstronomy().

32 {
33  if (col==65533)
34  col = 0;
35 
36  var hue = col/128;
37  return HLStoRGB(hue);
38 }
po::typed_value< T > * var(T *ptr=0)
function HLStoRGB(hue)
Definition: color.js:19

+ Here is the call graph for this function:

+ Here is the caller graph for this function: