Home
last modified time | relevance | path

Searched refs:RGBtoHSV (Results 26 – 50 of 127) sorted by relevance

123456

/dports/biology/p5-Bio-Graphics/Bio-Graphics-2.40/lib/Bio/Graphics/Glyph/
H A Dheat_map.pm149 return [$self->RGBtoHSV(@rgb)];
350 sub RGBtoHSV { subroutine
/dports/graphics/filmulator/filmulator-gui-0.11.1/filmulator-gui/Halide/
H A DpostFilmulatorPipeline.cpp70 HSVed = RGBtoHSV(curved); in build()
/dports/graphics/libgfx/libgfx-1.1.0/src/
H A Dcolor.cxx24 hsvColor RGBtoHSV(const rgbColor& rgb) in RGBtoHSV() function
/dports/games/ecwolf/ecwolf-1.3.3-src/src/
H A Dv_palette.h127 void RGBtoHSV (float r, float g, float b, float *h, float *s, float *v);
/dports/graphics/wdune/wdune-1.926/vcglib/vcg/space/
H A Dcolorspace.h1456 static Color4<T> RGBtoHSV(const Color4<T> & color) in RGBtoHSV() function
1459 RGBtoHSV(static_cast<double>(color[0]), static_cast<double>(color[1]), in RGBtoHSV()
1465 static void RGBtoHSV(double R, double G, double B, double &H, double &S, double &V) in RGBtoHSV() function
/dports/devel/vcglib/vcglib-2020.09/vcg/space/
H A Dcolorspace.h1456 static Color4<T> RGBtoHSV(const Color4<T> & color) in RGBtoHSV() function
1459 RGBtoHSV(static_cast<double>(color[0]), static_cast<double>(color[1]), in RGBtoHSV()
1465 static void RGBtoHSV(double R, double G, double B, double &H, double &S, double &V) in RGBtoHSV() function
/dports/games/viruskiller/viruskiller-1.03/src/
H A DCGraphics.h69 void RGBtoHSV(float r, float g, float b, float *h, float *s, float *v);
/dports/devel/vcglib/vcglib-2020.09/apps/sample/colorspace/
H A Dcolorspace.cpp90 vcg::Color4<double> hsv = ColorSpace::RGBtoHSV(color); in main()
/dports/net-im/sayaka/sayaka-3.5.1/src/
H A DImageReductor.h198 static ColorHSVuint8 RGBtoHSV(ColorRGBuint8 c);
H A DImageReductor.cpp352 ImageReductor::RGBtoHSV(ColorRGBuint8 c) in RGBtoHSV() function in ImageReductor
377 HSVPalette[i] = RGBtoHSV(Palette[i]); in CreateHSVPalette()
404 ColorHSVuint8 hsv = RGBtoHSV(c); in FindColor_HSV()
/dports/games/blobwars/blobwars-2.00/src/
H A DCGraphics.h86 void RGBtoHSV(float r, float g, float b, float *h, float *s, float *v);
/dports/editors/libreoffice/libreoffice-7.2.6.2/cui/source/dialogs/
H A Dcolorpicker.cxx88 static void RGBtoHSV( double dR, double dG, double dB, double& dH, double& dS, double& dV ) in RGBtoHSV() function
864 RGBtoHSV( mdRed, mdGreen, mdBlue, mdHue, mdSat, mdBri ); in ColorPickerDialog()
1089 RGBtoHSV( mdRed, mdGreen, mdBlue, mdHue, mdSat, mdBri ); in IMPL_LINK_NOARG()
1193 RGBtoHSV( mdRed, mdGreen, mdBlue, mdHue, mdSat, mdBri ); in setColorComponent()
1204 RGBtoHSV( mdRed, mdGreen, mdBlue, mdHue, mdSat, mdBri ); in setColorComponent()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/cui/source/dialogs/
H A Dcolorpicker.cxx81 static void RGBtoHSV( double dR, double dG, double dB, double& dH, double& dS, double& dV ) in RGBtoHSV() function
836 RGBtoHSV( mdRed, mdGreen, mdBlue, mdHue, mdSat, mdBri ); in ColorPickerDialog()
1061 RGBtoHSV( mdRed, mdGreen, mdBlue, mdHue, mdSat, mdBri ); in IMPL_LINK_NOARG()
1165 RGBtoHSV( mdRed, mdGreen, mdBlue, mdHue, mdSat, mdBri ); in setColorComponent()
1176 RGBtoHSV( mdRed, mdGreen, mdBlue, mdHue, mdSat, mdBri ); in setColorComponent()
/dports/graphics/xcftools/xcftools-d72ba82/src/
H A Dflatten.c234 RGBtoHSV(rgba rgb,struct HSV *hsv) in RGBtoHSV() function
310 RGBtoHSV(top->pixels[i],&hsvTop); in merge_exotic()
313 RGBtoHSV(bot->pixels[i],&hsvBot); in merge_exotic()
/dports/games/stuntrally/stuntrally-2.6.1/data/compositor/hdr/
H A Dhdr_tonemapping.glsl91 vec3 result_hsv = RGBtoHSV(result);
/dports/graphics/krita/krita-4.4.8/plugins/impex/xcf/3rdparty/xcftools/
H A Dflatten.c236 RGBtoHSV(rgba rgb,struct HSV *hsv) in RGBtoHSV() function
316 RGBtoHSV(top->pixels[i],&hsvTop); in merge_exotic()
319 RGBtoHSV(bot->pixels[i],&hsvBot); in merge_exotic()
/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Dimgproc.e51 extern void RGBtoHSV ARGS_DECL((int r, int g, int b, int *h, double *s,
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/tests/image/
H A Dimage.cpp1961 wxImage::HSVValue hsvBlack = wxImage::RGBtoHSV(rgbBlack);
1969 wxImage::HSVValue hsvWhite = wxImage::RGBtoHSV(rgbWhite);
1978 wxImage::HSVValue hsvGreen = wxImage::RGBtoHSV(rgbGreen);
2004 wxImage::HSVValue hsvValue = wxImage::RGBtoHSV(rgbValue);
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/samples/image/
H A Dcanvas.cpp134 wxImage::HSVValue greenHSV = wxImage::RGBtoHSV(wxImage::RGBValue(0, 255, 0)); in wxBEGIN_EVENT_TABLE()
135 wxImage::HSVValue redHSV = wxImage::RGBtoHSV(wxImage::RGBValue(255, 0, 0)); in wxBEGIN_EVENT_TABLE()
/dports/games/odamex/odamex-src-0.7.0/server/src/
H A Dv_palette.cpp164 void RGBtoHSV (float r, float g, float b, float *h, float *s, float *v) in RGBtoHSV() function
/dports/games/zdoom/zdoom-2.8.1/src/r_data/
H A Dr_translate.cpp883 RGBtoHSV(fr, fg, fb, &ph, &ps, &pv); in SetPillarRemap()
1105 RGBtoHSV (base->r/255.f, base->g/255.f, base->b/255.f, &dummy, &s, &v); in R_CreatePlayerTranslation()
1150 RGBtoHSV (RPART(color)/255.f, GPART(color)/255.f, BPART(color)/255.f, in R_GetPlayerTranslation()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/samples/image/
H A Dcanvas.cpp137 wxImage::HSVValue greenHSV = wxImage::RGBtoHSV(wxImage::RGBValue(0, 255, 0)); in wxBEGIN_EVENT_TABLE()
138 wxImage::HSVValue redHSV = wxImage::RGBtoHSV(wxImage::RGBValue(255, 0, 0)); in wxBEGIN_EVENT_TABLE()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/samples/image/
H A Dcanvas.cpp137 wxImage::HSVValue greenHSV = wxImage::RGBtoHSV(wxImage::RGBValue(0, 255, 0)); in wxBEGIN_EVENT_TABLE()
138 wxImage::HSVValue redHSV = wxImage::RGBtoHSV(wxImage::RGBValue(255, 0, 0)); in wxBEGIN_EVENT_TABLE()
/dports/graphics/frei0r/frei0r-1.7.0-18-g86475d3/src/filter/curves/
H A Dcurves.c81 void RGBtoHSV(double r, double g, double b, double *h, double *s, double *v) in RGBtoHSV() function
874 RGBtoHSV(rf, gf, bf, &hue, &sat, &val); in f0r_update()
893 RGBtoHSV(rf, gf, bf, &hue, &sat, &val); in f0r_update()
/dports/graphics/frei0r-plugins-gavl/frei0r-1.7.0-18-g86475d3/src/filter/curves/
H A Dcurves.c81 void RGBtoHSV(double r, double g, double b, double *h, double *s, double *v) in RGBtoHSV() function
874 RGBtoHSV(rf, gf, bf, &hue, &sat, &val); in f0r_update()
893 RGBtoHSV(rf, gf, bf, &hue, &sat, &val); in f0r_update()

123456