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

Function af_rgb2hsv

src/api/c/hsv_rgb.cpp:62–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60}
61
62af_err af_rgb2hsv(af_array* out, const af_array in) {
63 return convert<false>(out, in);
64}

Callers 1

rgb2hsvFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected