Home
last modified time | relevance | path

Searched defs:saturation (Results 1 – 25 of 1903) sorted by relevance

12345678910>>...77

/dports/devel/color/color-a04952cf27cc315e31811f2e940221bf8cf9f8ca/src/color/generic/place/
H A Dsaturation.hpp18 struct saturation struct
38 saturation() in saturation() function
40 return ::color::place::_internal::saturation<category_name>::position(); in saturation()
/dports/devel/color/color-a04952cf27cc315e31811f2e940221bf8cf9f8ca/src/color/hsl/place/
H A Dsaturation.hpp18 struct saturation< ::color::category::hsl< tag_name > > struct
21 typedef ::color::category::hsl< tag_name > category_type;
22 … typedef typename ::color::trait::index< category_type >::instance_type index_instance_type;
24 enum { position_enum = 1 };
25 enum { has_enum = true };
27 static /*constexpr*/ index_instance_type position() in position()
/dports/devel/color/color-a04952cf27cc315e31811f2e940221bf8cf9f8ca/src/color/hsi/place/
H A Dsaturation.hpp18 struct saturation< ::color::category::hsi< tag_name > > struct
21 typedef ::color::category::hsi< tag_name > category_type;
22 … typedef typename ::color::trait::index< category_type >::instance_type index_instance_type;
24 enum { position_enum = 1 };
25 enum { has_enum = true };
27 static /*constexpr*/ index_instance_type position() in position()
/dports/devel/color/color-a04952cf27cc315e31811f2e940221bf8cf9f8ca/src/color/hsv/place/
H A Dsaturation.hpp18 struct saturation< ::color::category::hsv< tag_name > > struct
21 typedef ::color::category::hsv< tag_name > category_type;
22 … typedef typename ::color::trait::index< category_type >::instance_type index_instance_type;
24 enum { position_enum = 1 };
25 enum { has_enum = true };
27 static /*constexpr*/ index_instance_type position() in position()
/dports/misc/visp/visp-3.4.0/modules/core/test/image/
H A DperfImageAddSub.cpp65 const bool saturation = false; variable
79 const bool saturation = true; variable
105 const bool saturation = false; variable
119 const bool saturation = true; variable
H A DtestImageAddSub.cpp68 const bool saturation = false; variable
79 const bool saturation = true; variable
105 const bool saturation = false; variable
119 const bool saturation = true; variable
/dports/games/el/Eternal-Lands-1.9.5.9-1/map_editor/
H A Deye_candy_window.cpp748 const float saturation = raw_code[42] / 16.0; in deserialize_eye_candy_effect() local
760 const float saturation = raw_code[42] / 16.0; in deserialize_eye_candy_effect() local
772 const float saturation = raw_code[42] / 16.0; in deserialize_eye_candy_effect() local
786 const float saturation = raw_code[42] / 16.0; in deserialize_eye_candy_effect() local
801 const float saturation = raw_code[42] / 16.0; in deserialize_eye_candy_effect() local
813 const float saturation = raw_code[42] / 16.0; in deserialize_eye_candy_effect() local
825 const float saturation = raw_code[42] / 16.0; in deserialize_eye_candy_effect() local
837 const float saturation = raw_code[42] / 16.0; in deserialize_eye_candy_effect() local
849 const float saturation = raw_code[42] / 16.0; in deserialize_eye_candy_effect() local
861 const float saturation = raw_code[42] / 16.0; in deserialize_eye_candy_effect() local
[all …]
/dports/graphics/aseprite/aseprite-1.2.9/src/gfx/
H A Dhsl.h40 double saturation() const { return m_saturation; } in saturation() function
54 void saturation(double saturation) { in saturation() argument
H A Dhsv.h40 double saturation() const { return m_saturation; } in saturation() function
54 void saturation(double saturation) { in saturation() argument
/dports/graphics/kolourpaint/kolourpaint-21.12.3/imagelib/effects/
H A DkpEffectHSV.cpp101 static unsigned int HSVToColor(int alpha, float hue, float saturation, float value) in HSVToColor()
137 static QRgb AdjustHSVInternal (QRgb pix, double hueDiv360, double saturation, double value) in AdjustHSVInternal()
154 static void AdjustHSV (QImage* pImage, double hue, double saturation, double value) in AdjustHSV()
183 double hue, double saturation, double value) in applyEffect()
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/framework/src/mx/utils/
H A DHSBColor.as80 public function get saturation():Number property in HSBColor
84 public function set saturation(value:Number):void property in HSBColor
/dports/math/kfr/kfr-4.2.1/include/kfr/dsp/
H A Dwaveshaper.hpp44 inline auto waveshaper_tanh(E1&& input, double saturation) in waveshaper_tanh()
78 inline auto waveshaper_saturate_I(E1&& input, double saturation) in waveshaper_saturate_I()
84 inline auto waveshaper_saturate_II(E1&& input, double saturation) in waveshaper_saturate_II()
/dports/graphics/gegl/gegl-0.4.34/perf/
H A Dtest-saturation.c41 void saturation(GeglBuffer *buffer) in saturation() function
44 GeglNode *gegl, *source, *saturation, *sink; in saturation() local
/dports/x11/qimageblitz/qimageblitz-0.1.0/blitz/private/
H A Dinlinehsv.h64 inline void setHSV(int hue, int saturation, int value) in setHSV()
67 inline void setSaturation(int saturation){s = saturation;} in setSaturation()
70 inline int saturation(){return(s);} in saturation() function
127 inline void InlineHSV::convertHSV2RGB(int hue, int saturation, int value) in convertHSV2RGB()
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Transcoder/
H A DColor.php22 public $saturation; variable in Google_Service_Transcoder_Color
40 public function setSaturation($saturation)
/dports/games/dustrac/DustRacing2D-ae380b8/src/game/MiniCore/src/Graphics/contrib/glm/ogl-math/glm/gtx/
H A Dcolor_space.inl110 GLM_FUNC_QUALIFIER detail::tmat4x4<T> saturation(const T s) function
132 GLM_FUNC_QUALIFIER detail::tvec3<T> saturation(const T s, const detail::tvec3<T>& color) function
138 GLM_FUNC_QUALIFIER detail::tvec4<T> saturation(const T s, const detail::tvec4<T>& color) function
/dports/multimedia/qt5-multimedia/kde-qtmultimedia-5.15.2p3/src/gsttools/
H A Dqgstreamervideooverlay.cpp175 int saturation() const override in saturation() function in QXVImageSinkProperties
177 int saturation = 0; in saturation() local
184 bool setSaturation(int saturation) override in setSaturation()
304 int saturation() const override in saturation() function in QVaapiSinkProperties
306 gfloat saturation = 1; in saturation() local
313 bool setSaturation(int saturation) override in setSaturation()
628 int QGstreamerVideoOverlay::saturation() const function in QGstreamerVideoOverlay
633 void QGstreamerVideoOverlay::setSaturation(int saturation)
/dports/emulators/mess/mame-mame0226/3rdparty/glm/glm/gtx/
H A Dcolor_space.inl104 GLM_FUNC_QUALIFIER tmat4x4<T, defaultp> saturation(T const s) function
124 GLM_FUNC_QUALIFIER tvec3<T, P> saturation(const T s, const tvec3<T, P>& color) function
130 GLM_FUNC_QUALIFIER tvec4<T, P> saturation(const T s, const tvec4<T, P>& color) function
/dports/audio/faust/faust-2.37.3/architecture/smartKeyboard/android/app/oboe/samples/RhythmGame/third_party/glm/gtx/
H A Dcolor_space.inl104 GLM_FUNC_QUALIFIER tmat4x4<T, defaultp> saturation(T const s) function
124 GLM_FUNC_QUALIFIER tvec3<T, P> saturation(const T s, const tvec3<T, P>& color) function
130 GLM_FUNC_QUALIFIER tvec4<T, P> saturation(const T s, const tvec4<T, P>& color) function
/dports/games/solarus/solarus-f43727b232b3ed13d98440a845e2a29e470e4f0d/libraries/win32/mingw32/include/glm/gtx/
H A Dcolor_space.inl104 GLM_FUNC_QUALIFIER tmat4x4<T, defaultp> saturation(T const s) function
124 GLM_FUNC_QUALIFIER tvec3<T, P> saturation(const T s, const tvec3<T, P>& color) function
130 GLM_FUNC_QUALIFIER tvec4<T, P> saturation(const T s, const tvec4<T, P>& color) function
/dports/emulators/mame/mame-mame0226/3rdparty/glm/glm/gtx/
H A Dcolor_space.inl104 GLM_FUNC_QUALIFIER tmat4x4<T, defaultp> saturation(T const s) function
124 GLM_FUNC_QUALIFIER tvec3<T, P> saturation(const T s, const tvec3<T, P>& color) function
130 GLM_FUNC_QUALIFIER tvec4<T, P> saturation(const T s, const tvec4<T, P>& color) function
/dports/multimedia/py-moviepy/moviepy-1.0.3/moviepy/video/fx/
H A Dpainting.py17 def to_painting(image,saturation = 1.4,black = 0.006): argument
24 def painting(clip, saturation = 1.4,black = 0.006): argument
/dports/audio/vst3sdk/vst3sdk-3.7.1_build_50-1-g8199057/vstgui4/vstgui/lib/
H A Dccolor.cpp41 void CColor::toHSL (double& hue, double& saturation, double& lightness) const in toHSL()
77 void CColor::fromHSL (double hue, double saturation, double lightness) in fromHSL()
130 void CColor::toHSV (double& hue, double& saturation, double& value) const in toHSV()
180 void CColor::fromHSV (double hue, double saturation, double value) in fromHSV()
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/vstgui.surge/vstgui/lib/
H A Dccolor.cpp40 void CColor::toHSL (double& hue, double& saturation, double& lightness) const in toHSL()
76 void CColor::fromHSL (double hue, double saturation, double lightness) in fromHSL()
132 void CColor::toHSV (double& hue, double& saturation, double& value) const in toHSV()
182 void CColor::fromHSV (double hue, double saturation, double value) in fromHSV()
/dports/www/webtrees20/webtrees-2.0.19/webtrees/app/
H A DColorGenerator.php34 private $saturation; variable in Fisharebest\\Webtrees\\ColorGenerator
57 public function __construct(int $hue, int $saturation, int $lightness, float $alpha, int $range)

12345678910>>...77