Searched refs:convertToHSV (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-color-helper.cpp83 convertToHSV(const std::tuple<uint8_t, uint8_t, uint8_t> &Color) { function
200 auto HSVColor0 = convertToHSV(RGBColor0);
201 auto HSVColor1 = convertToHSV(RGBColor1);

Completed in 41 milliseconds