OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hsv2rgb_d
(Results
1 - 2
of
2
) sorted by null
/external/opencv3/3rdparty/openexr/Imath/
ImathColorAlgo.h
53
Vec3<double>
hsv2rgb_d
(const Vec3<double> &hsv);
55
Color4<double>
hsv2rgb_d
(const Color4<double> &hsv);
79
Vec3<double> c =
hsv2rgb_d
(v);
87
Vec3<double> c =
hsv2rgb_d
(v);
103
Color4<double> c =
hsv2rgb_d
(v);
112
Color4<double> c =
hsv2rgb_d
(v);
ImathColorAlgo.cpp
48
hsv2rgb_d
(const Vec3<double> &hsv)
function in namespace:Imath
80
hsv2rgb_d
(const Color4<double> &hsv)
function in namespace:Imath
Completed in 553 milliseconds