From 9ec499aa7a8f0ccf4ab7d021b95942ea1499eb11 Mon Sep 17 00:00:00 2001 From: Oliver Vogel Date: Fri, 10 May 2024 11:25:07 +0200 Subject: [PATCH] Add deprecation markers --- src/Interfaces/ImageInterface.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Interfaces/ImageInterface.php b/src/Interfaces/ImageInterface.php index 49afbb10..ed5320a2 100644 --- a/src/Interfaces/ImageInterface.php +++ b/src/Interfaces/ImageInterface.php @@ -247,7 +247,7 @@ public function pickColors(int $x, int $y): CollectionInterface; * Return color that is mixed with transparent areas when converting to a format which * does not support transparency. * - * @link https://image.intervention.io/v3/basics/colors#transparency + * @deprecated * @throws RuntimeException * @return ColorInterface */ @@ -257,7 +257,7 @@ public function blendingColor(): ColorInterface; * Set blending color will have no effect unless image is converted into a format * which does not support transparency. * - * @link https://image.intervention.io/v3/basics/colors#transparency + * @deprecated * @param mixed $color * @throws RuntimeException * @return ImageInterface