Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
14
namespace af {
15
16
array hsv2rgb(const array& in) {
17
af_array temp = 0;
18
AF_THROW(af_hsv2rgb(&temp, in.get()));
19
return array(temp);
20
}
21
22
array rgb2hsv(const array& in) {
23
af_array temp = 0;
Callers
3
TEST
Function · 0.50
TEST
Function · 0.50
TEST
Function · 0.50
Calls
3
af_hsv2rgb
Function · 0.50
array
Class · 0.50
get
Method · 0.45
Tested by
no test coverage detected