FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
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
}
var
po::typed_value< T > * var(T *ptr=0)
Definition:
Configuration.h:254
hueToRGB
function hueToRGB(hue)
Definition:
color.js:1
Here is the call graph for this function:
Here is the caller graph for this function:
www~
color.js
Generated on Sun Sep 18 2016 20:50:42 for FACT++ by
1.8.11