Home
last modified time | relevance | path

Searched defs:HSV2RGB (Results 1 – 11 of 11) sorted by relevance

/dports/games/colobot/colobot-colobot-gold-0.2.0-alpha/src/graphics/core/
H A Dcolor.cpp71 Color HSV2RGB(ColorHSV color) in HSV2RGB() function
/dports/lang/fpc-source/fpc-3.2.2/packages/univint/src/
H A DColorPicker.pas577 procedure HSV2RGB( const (*var*) hColor: HSVColor; var rColor: RGBColor ); external name '_HSV2RGB'; procedure
/dports/graphics/opencv/opencv-4.5.3/modules/core/include/opencv2/core/cuda/detail/
H A Dcolor_detail.hpp1220 template <typename T, int scn, int dcn, int bidx, int hr> struct HSV2RGB struct
1223 … typename TypeVec<T, dcn>::vec_type operator()(const typename TypeVec<T, scn>::vec_type& src) const in operator ()()
1232 __host__ __device__ __forceinline__ HSV2RGB() {} in HSV2RGB() function
1233 __host__ __device__ __forceinline__ HSV2RGB(const HSV2RGB&) {} in HSV2RGB() function
1236 … template <int bidx, int hr> struct HSV2RGB<uchar, 4, 4, bidx, hr> : unary_function<uint, uint> struct
1242 __host__ __device__ __forceinline__ HSV2RGB() {} in HSV2RGB() function
1243 __host__ __device__ __forceinline__ HSV2RGB(const HSV2RGB&) {} in HSV2RGB() function
1250 typedef ::cv::cuda::device::color_detail::HSV2RGB<T, scn, dcn, bidx, 180> functor_type; \
/dports/science/gnudatalanguage/gdl-1.0.1/src/
H A Dcolor.cpp68 void HSV2RGB( DFloat h, const DFloat s, const DFloat v, in HSV2RGB() function
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/cudev/include/opencv2/cudev/functional/detail/
H A Dcolor_cvt.hpp702 template <int scn, int dcn, int bidx, int hr> struct HSV2RGB<float, scn, dcn, bidx, hr> struct
705 …typename MakeVec<float, dcn>::type operator ()(const typename MakeVec<float, scn>::type& src) const in operator ()()
752 template <int scn, int dcn, int bidx, int hr> struct HSV2RGB<uchar, scn, dcn, bidx, hr> struct
755 …typename MakeVec<uchar, dcn>::type operator ()(const typename MakeVec<uchar, scn>::type& src) const in operator ()()
/dports/graphics/libvisual04-plugins/libvisual-plugins-0.4.0/plugins/actor/G-Force/Common/UI/
H A DEgOSUtils.cpp728 void EgOSUtils::HSV2RGB( float H, float S, float V, RGBColor& outRGB ) { in HSV2RGB() function in EgOSUtils
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/common/tcolor/
H A Dtpixelutils.cpp80 void HSV2RGB(double hue, double sat, double value, double *red, double *green, in HSV2RGB() function
/dports/games/openclonk/openclonk-release-8.1-src/src/gui/
H A DC4StartupPlrSelDlg.cpp1073 static uint32_t HSV2RGB(uint32_t hsv) in HSV2RGB() function in C4StartupPlrColorPickerDlg
/dports/graphics/opencv/opencv-4.5.3/modules/imgproc/test/ocl/
H A Dtest_color.cpp223 OCL_TEST_P(CvtColor8u32f, HSV2RGB) { performTest(3, 3, CVTCODE(HSV2RGB), depth == CV_8U ? 1 : 4e-1)… in OCL_TEST_P() argument
/dports/misc/visp/visp-3.4.0/modules/core/src/image/
H A DvpImageConvert.cpp4123 void vpImageConvert::HSV2RGB(const double *hue_, const double *saturation_, const double *value_, u… in HSV2RGB() function in vpImageConvert
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/cudaimgproc/test/
H A Dtest_color.cpp1022 CUDA_TEST_P(CvtColor, HSV2RGB) in CUDA_TEST_P() argument