Home
last modified time | relevance | path

Searched defs:AdjustBrightness (Results 1 – 14 of 14) sorted by relevance

/dports/devel/app-builder/app-builder-3.4.2/vendor/github.com/disintegration/imaging/
H A Dadjust.go115 func AdjustBrightness(img image.Image, percentage float64) *image.NRGBA { func
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/github.com/disintegration/imaging/
H A Dadjust.go116 func AdjustBrightness(img image.Image, percentage float64) *image.NRGBA { func
/dports/net-im/matterbridge/matterbridge-1.22.3/vendor/github.com/disintegration/imaging/
H A Dadjust.go116 func AdjustBrightness(img image.Image, percentage float64) *image.NRGBA { func
/dports/www/mattermost-server/mattermost-server-6.0.2/vendor/github.com/disintegration/imaging/
H A Dadjust.go116 func AdjustBrightness(img image.Image, percentage float64) *image.NRGBA { func
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/github.com/disintegration/imaging/
H A Dadjust.go116 func AdjustBrightness(img image.Image, percentage float64) *image.NRGBA { func
/dports/games/openttd/openttd-12.1/src/blitter/
H A D32bpp_base.hpp162 static inline Colour AdjustBrightness(Colour colour, uint8 brightness) in AdjustBrightness() function in Blitter_32bppBase
/dports/games/freeorion/freeorion-0.4.10.2/UI/
H A DCUIDrawUtil.cpp156 void AdjustBrightness(GG::Clr& color, int amount, bool jointly_capped) in AdjustBrightness() function
167 void AdjustBrightness(GG::Clr& color, double amount, bool jointly_capped) in AdjustBrightness() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/power/auto_screen_brightness/
H A Dadapter.cc665 void Adapter::AdjustBrightness(BrightnessChangeCause cause, in AdjustBrightness() function in chromeos::power::auto_screen_brightness::Adapter
/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/Core/
H A DHdNesPack.cpp32 uint32_t HdNesPack::AdjustBrightness(uint8_t input[4], uint16_t brightness) in AdjustBrightness() function in HdNesPack
/dports/graphics/freeimage/FreeImage/Wrapper/Delphi/src/
H A DFreeBitmap.pas220 function AdjustBrightness(Percentage: Double): Boolean; in AdjustBrightness() function
348 function TFreeBitmap.AdjustBrightness(Percentage: Double): Boolean; in TFreeBitmap.AdjustBrightness() function
/dports/graphics/freeimage/FreeImage/Wrapper/FreeImage.NET/cs/Library/Classes/
H A DFreeImageBitmap.cs3311 public bool AdjustBrightness(double percentage) in AdjustBrightness() method in FreeImageAPI.FreeImageBitmap
/dports/graphics/freeimage/FreeImage/Wrapper/FreeImage.NET/cs/Library/
H A DFreeImageStaticImports.cs1959 public static extern bool AdjustBrightness(FIBITMAP dib, double percentage); in AdjustBrightness() method in FreeImageAPI.FreeImage
/dports/graphics/py-freeimagepy/FreeImagePy-2.0.1/FreeImagePy/
H A DFreeImagePy.py936 def AdjustBrightness(self, bitmap, percentage): member in freeimage
/dports/graphics/freeimage/FreeImage/Wrapper/FreeImage.NET/cs/UnitTest/
H A DFreeImage.cs6091 public static extern bool AdjustBrightness(FIBITMAP dib, double percentage); in AdjustBrightness() method in FreeImageAPI.FreeImage
12549 public bool AdjustBrightness(double percentage) in AdjustBrightness() method in FreeImageAPI.FreeImageBitmap