Home
last modified time | relevance | path

Searched refs:HSV2RGB (Results 1 – 25 of 34) sorted by relevance

12

/dports/graphics/opencv/opencv-4.5.3/contrib/modules/cudev/include/opencv2/cudev/functional/
H A Dcolor_cvt.hpp237 …template <typename SrcDepth> struct name ## _func : cv::cudev::color_cvt_detail::HSV2RGB<SrcDepth,…
240 …e SrcDepth> struct name ## _FULL ## _func : cv::cudev::color_cvt_detail::HSV2RGB<SrcDepth, scn, dc…
243 …template <> struct name ## _func<float> : cv::cudev::color_cvt_detail::HSV2RGB<float, scn, dcn, bi…
246 …template <> struct name ## _FULL ## _func<float> : cv::cudev::color_cvt_detail::HSV2RGB<float, scn…
/dports/graphics/gmt/gmt-6.3.0/doc/scripts/
H A DGMT_color_hsv.sh77 cat << EOF | gmt math STDIN HSV2RGB = | awk '{print $3, $1}' | gmt psxy -R -JX -O -K -W1p -Sc0.1i -…
81 paste saturation.txt value.txt | awk '{print 60, $2, $4}' | gmt math STDIN HSV2RGB = | awk '{print …
/dports/science/gnudatalanguage/gdl-1.0.1/src/
H A Dcolor.hpp27 void HSV2RGB( DFloat h, const DFloat s, const DFloat v,
H A Dcolor.cpp68 void HSV2RGB( DFloat h, const DFloat s, const DFloat v, in HSV2RGB() function
H A Dgraphicsdevice.cpp102 HSV2RGB( h, s, v, r_, g_, b_); in SetHSV()
/dports/graphics/geomview/geomview-1.9.5/src/bin/geomutil/maple2oogl/
H A Dgvplot.mapleV3131 # Convert HUES to an RGB value using HSV2RGB and
161 lprint(HSV2RGB(op(ccnt,colorlist), 1,1), 1);
164 lprint(HSV2RGB(op(2,colorlist), 1,1), 1);
202 lprint(HSV2RGB(op((i-1)*ny+j +1,colorlist), 1,1), 1);
204 lprint(HSV2RGB(op(2,colorlist), 1,1), 1);
246 lprint(HSV2RGB(op(ccnt,colorlist), 1,1), 1);
250 lprint(HSV2RGB(op(2,colorlist), 1,1), 1);
300 pcolor := HSV2RGB(op(2,colorlist),1,1); # use ppoint for RGB
624 ## HSV2RGB converts Maple Hues to RGB colors.
634 HSV2RGB := proc( h,s,v )
[all …]
H A Dgvplot.mapleV4133 # Convert HUES to an RGB value using HSV2RGB and
163 lprint(HSV2RGB(op(ccnt,colorlist), 1,1), 1);
166 lprint(HSV2RGB(op(2,colorlist), 1,1), 1);
204 lprint(HSV2RGB(op((i-1)*ny+j +1,colorlist), 1,1), 1);
206 lprint(HSV2RGB(op(2,colorlist), 1,1), 1);
248 lprint(HSV2RGB(op(ccnt,colorlist), 1,1), 1);
252 lprint(HSV2RGB(op(2,colorlist), 1,1), 1);
302 pcolor := HSV2RGB(op(2,colorlist),1,1); # use ppoint for RGB
627 ## HSV2RGB converts Maple Hues to RGB colors.
637 HSV2RGB := proc( h,s,v )
[all …]
H A Dgvplot.mapleV842 HSV2RGB, find_colorlist, find_appearance,
521 ## HSV2RGB converts Maple Hues to RGB colors.
531 HSV2RGB := proc( h,s,v )
617 color := [HSV2RGB(op(2,part), 0.9, 1)]
621 color := [HSV2RGB(op(2,colorlist), op(3,colorlist), op(4,colorlist))];
688 fprintf(outfd, "%s %d\n", HSV2RGB(op(2,colorlist), 0.9, 1.0), 1);
691 HSV2RGB(op(2,colorlist), op(3,colorlist), op(4,colorlist)),
/dports/graphics/libvisual04-plugins/libvisual-plugins-0.4.0/plugins/actor/G-Force/Common/UI/Headers/
H A DEgOSUtils.h103 static void HSV2RGB( float H, float S, float V, RGBColor& outRGB );
/dports/graphics/libvisual04-plugins/libvisual-plugins-0.4.0/plugins/actor/G-Force/GForceCommon/
H A DGF_Palette.cpp62 EgOSUtils::HSV2RGB( H, S, V, rgb ); in Evaluate()
/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
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; \ argument
1258 typedef ::cv::cuda::device::color_detail::HSV2RGB<T, scn, dcn, bidx, 255> functor_type; \
1266 … typedef ::cv::cuda::device::color_detail::HSV2RGB<float, scn, dcn, bidx, 360> functor_type; \
1274 … typedef ::cv::cuda::device::color_detail::HSV2RGB<float, scn, dcn, bidx, 360> functor_type; \
/dports/games/colobot/colobot-colobot-gold-0.2.0-alpha/src/graphics/core/
H A Dcolor.h157 Color HSV2RGB(ColorHSV color);
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/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
225 OCL_TEST_P(CvtColor8u32f, HSV2RGBA) { performTest(3, 4, CVTCODE(HSV2RGB), depth == CV_8U ? 1 : 4e-1… in OCL_TEST_P()
/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
1185 hsFacet.Surface->SetPixDw(x, y, HSV2RGB(C4RGB(x, 255-y, 255))); in Picker()
1198 vFacet.Surface->SetPixDw(x, y, HSV2RGB(C4RGB(h, s, 255-y))); in UpdateVFacet()
1204 flagPreview->SetDrawColor(HSV2RGB(hsv)); in UpdatePreview()
1205 crewPreview->SetDrawColor(HSV2RGB(hsv)); in UpdatePreview()
1217 return HSV2RGB(hsv); in GetColor()
/dports/games/colobot/colobot-colobot-gold-0.2.0-alpha/src/graphics/opengl/
H A Dgl21device.cpp88 v[0].color = HSV2RGB(color); in DebugLights()
90 v[1].color = HSV2RGB(color); in DebugLights()
108 v[i].color = HSV2RGB(color); in DebugLights()
138 v[i].color = HSV2RGB(color); in DebugLights()
H A Dgl14device.cpp84 v[0].color = HSV2RGB(color); in DebugLights()
86 v[1].color = HSV2RGB(color); in DebugLights()
104 v[i].color = HSV2RGB(color); in DebugLights()
134 v[i].color = HSV2RGB(color); in DebugLights()
H A Dgl33device.cpp88 v[0].color = HSV2RGB(color); in DebugLights()
90 v[1].color = HSV2RGB(color); in DebugLights()
108 v[i].color = HSV2RGB(color); in DebugLights()
138 v[i].color = HSV2RGB(color); in DebugLights()
/dports/misc/visp/visp-3.4.0/modules/core/include/visp3/core/
H A DvpImageConvert.h279 …static void HSV2RGB(const double *hue, const double *saturation, const double *value, unsigned cha…
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/cudev/include/opencv2/cudev/functional/detail/
H A Dcolor_cvt.hpp700 template <typename T, int scn, int dcn, int bidx, int hr> struct HSV2RGB;
702 template <int scn, int dcn, int bidx, int hr> struct HSV2RGB<float, scn, dcn, bidx, hr> struct
752 template <int scn, int dcn, int bidx, int hr> struct HSV2RGB<uchar, scn, dcn, bidx, hr> struct
763 HSV2RGB<float, 3, 3, bidx, hr> cvtf; in operator ()()
/dports/graphics/opencv/opencv-4.5.3/modules/imgproc/src/opencl/
H A Dcolor_hsv.cl165 __kernel void HSV2RGB(__global const uchar* src, int src_step, int src_offset,
290 __kernel void HSV2RGB(__global const uchar* srcptr, int src_step, int src_offset,
/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/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/include/
H A Dtpixelutils.h407 DVAPI void HSV2RGB(double hue, double sat, double value, double *red,

12