Home
last modified time | relevance | path

Searched defs:sepia (Results 1 – 18 of 18) sorted by relevance

/dports/multimedia/py-mlt6/mlt-6.26.1/src/modules/feeds/PAL/
H A Dexample.properties4 sepia=sepia key
/dports/multimedia/mlt6-qt5/mlt-6.26.1/src/modules/feeds/PAL/
H A Dexample.properties4 sepia=sepia key
/dports/multimedia/mlt6/mlt-6.26.1/src/modules/feeds/PAL/
H A Dexample.properties4 sepia=sepia key
/dports/x11/wallutils/wallutils-5.10.0/vendor/github.com/anthonynsimon/bild/bild-0.13.0/cmd/
H A Deffect.go29 func sepia() *cobra.Command { func
/dports/x11-wm/compiz-plugins-main/compiz-plugins-main-0.8.8/data/filters/
H A DMakefile.am11 sepia \ data
/dports/games/libretro-beetle_bsnes/beetle-bsnes-libretro-b65ded5bde278c18af538c687db9b72c995b220a/mednafen/snes/src/ui_qt/link/
H A Dfilter.hpp35 bool sepia; member in Filter
/dports/graphics/pear-Horde_Image/Horde_Image-2.6.1/lib/Horde/Image/
H A DGd.php497 public function sepia($threshold = 85) function in Horde_Image_Gd
H A DImagick.php333 public function sepia($threshold = 85) function in Horde_Image_Imagick
H A DIm.php344 public function sepia($threshold = 85) function in Horde_Image_Im
/dports/x11-toolkits/gtk40/gtk-4.4.1/gtk/
H A Dgtkcssfiltervalue.c50 … blur, brightness, contrast, drop_shadow, grayscale, hue_rotate, invert, opacity, saturate, sepia; member
/dports/math/vtk9/VTK-9.1.0/Wrapping/Python/vtkmodules/util/
H A Dcolors.py97 sepia = (0.3700, 0.1500, 0.0700) variable
/dports/math/vtk6/VTK-6.2.0/Wrapping/Python/vtk/util/
H A Dcolors.py97 sepia = (0.3700, 0.1500, 0.0700) variable
/dports/math/vtk8/VTK-8.2.0/Wrapping/Python/vtkmodules/util/
H A Dcolors.py97 sepia = (0.3700, 0.1500, 0.0700) variable
/dports/graphics/librsvg2-rust/librsvg-2.52.8/src/
H A Dfilter_func.rs594 let sepia = ResolvedPrimitive { in to_filter_spec() localVariable
/dports/finance/prestashop/prestashop/admin/filemanager/include/
H A Dphp_image_magician.php1047 public function sepia() function in imageLib
/dports/www/thirtybees/thirtybees-1.1.0/admin/filemanager/include/
H A Dphp_image_magician.php1046 public function sepia() function in imageLib
/dports/graphics/photoflare/photoflare-1.6.8/src/managers/
H A DFilterManager.cpp294 QImage FilterManager::sepia(const QImage &image) in sepia() function in FilterManager
/dports/games/wyrmgus/Wyrmgus-3.5.4/src/video/
H A Dgraphic.cpp1381 …const Uint32 sepia = ((Uint8)(std::min<int>(255, (input_red * .393) + (input_green *.769) + (input… in ApplySepiaScale() local