MCPcopy Create free account
hub / github.com/arrayfire/arrayfire / hsv2rgb

Function hsv2rgb

src/api/cpp/hsv_rgb.cpp:16–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14namespace af {
15
16array hsv2rgb(const array& in) {
17 af_array temp = 0;
18 AF_THROW(af_hsv2rgb(&temp, in.get()));
19 return array(temp);
20}
21
22array rgb2hsv(const array& in) {
23 af_array temp = 0;

Callers 3

TESTFunction · 0.50
TESTFunction · 0.50
TESTFunction · 0.50

Calls 3

af_hsv2rgbFunction · 0.50
arrayClass · 0.50
getMethod · 0.45

Tested by

no test coverage detected