Home
last modified time | relevance | path

Searched refs:toGray (Results 1 – 25 of 57) sorted by relevance

123

/dports/graphics/kolourpaint/kolourpaint-21.12.3/imagelib/effects/
H A DkpEffectGrayscale.cpp37 static QRgb toGray (QRgb rgb) in toGray() function
62 qimage.setPixel (x, y, toGray (qimage.pixel (x, y))); in applyEffect()
70 qimage.setColor (i, toGray (qimage.color (i))); in applyEffect()
/dports/databases/phpmyadmin5/phpMyAdmin-5.1.2-all-languages/vendor/bacon/bacon-qr-code/src/Renderer/Color/
H A DAlpha.php53 public function toGray() : Gray function in BaconQrCode\\Renderer\\Color\\Alpha
55 return $this->baseColor->toGray();
H A DCmyk.php99 public function toGray() : Gray function in BaconQrCode\\Renderer\\Color\\Cmyk
101 return $this->toRgb()->toGray();
H A DColorInterface.php21 public function toGray() : Gray; function
H A DGray.php42 public function toGray() : Gray function in BaconQrCode\\Renderer\\Color\\Gray
H A DRgb.php84 public function toGray() : Gray function in BaconQrCode\\Renderer\\Color\\Rgb
/dports/www/typo3-11/typo3_src-11.5.7/vendor/bacon/bacon-qr-code/src/Renderer/Color/
H A DAlpha.php53 public function toGray() : Gray function in BaconQrCode\\Renderer\\Color\\Alpha
55 return $this->baseColor->toGray();
H A DCmyk.php99 public function toGray() : Gray function in BaconQrCode\\Renderer\\Color\\Cmyk
101 return $this->toRgb()->toGray();
H A DColorInterface.php21 public function toGray() : Gray; function
H A DGray.php42 public function toGray() : Gray function in BaconQrCode\\Renderer\\Color\\Gray
H A DRgb.php84 public function toGray() : Gray function in BaconQrCode\\Renderer\\Color\\Rgb
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/bacon/bacon-qr-code/src/Renderer/Color/
H A DAlpha.php53 public function toGray() : Gray function in BaconQrCode\\Renderer\\Color\\Alpha
55 return $this->baseColor->toGray();
H A DCmyk.php99 public function toGray() : Gray function in BaconQrCode\\Renderer\\Color\\Cmyk
101 return $this->toRgb()->toGray();
H A DColorInterface.php21 public function toGray() : Gray; function
H A DGray.php42 public function toGray() : Gray function in BaconQrCode\\Renderer\\Color\\Gray
H A DRgb.php84 public function toGray() : Gray function in BaconQrCode\\Renderer\\Color\\Rgb
/dports/graphics/sam2p/sam2p-0.49.4/
H A Dimage.hpp140 virtual /*Image::*/Gray* toGray(unsigned char bpc_) =0;
192 virtual /*Image::*/Gray* toGray(unsigned char bpc_);
245 virtual /*Image::*/Gray * toGray(unsigned char bpc_);
260 virtual /*Image::*/Gray * toGray(unsigned char bpc_);
/dports/databases/phpmyadmin/phpMyAdmin-4.9.7-all-languages/vendor/bacon/bacon-qr-code/src/BaconQrCode/Renderer/Color/
H A DCmyk.php156 public function toGray() function in BaconQrCode\\Renderer\\Color\\Cmyk
158 return $this->toRgb()->toGray();
H A DColorInterface.php36 public function toGray(); function
H A DGray.php80 public function toGray() function in BaconQrCode\\Renderer\\Color\\Gray
/dports/deskutils/egroupware/egroupware/vendor/bacon/bacon-qr-code/src/BaconQrCode/Renderer/Color/
H A DCmyk.php156 public function toGray() function in BaconQrCode\\Renderer\\Color\\Cmyk
158 return $this->toRgb()->toGray();
H A DColorInterface.php36 public function toGray(); function
H A DGray.php80 public function toGray() function in BaconQrCode\\Renderer\\Color\\Gray
/dports/x11-themes/kf5-kiconthemes/kiconthemes-5.89.0/tests/
H A Dkiconeffecttest.cpp28 KIconEffect::toGray(tmp, 0.0); in KIconEffectTestWidget()
101 KIconEffect::toGray(tmp, value * 0.01); in slotGray()
/dports/x11-toolkits/kf5-kwidgetsaddons/kwidgetsaddons-5.89.0/src/
H A Dkratingpainter.cpp35 bool toGray = (state == QIcon::Off); in getPixmap() local
46 toGray = false; in getPixmap()
54 if (toGray) { in getPixmap()

123