Skip to content

Commit

Permalink
Add deprecation markers
Browse files Browse the repository at this point in the history
  • Loading branch information
olivervogel committed May 10, 2024
1 parent 946cf79 commit 9ec499a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Interfaces/ImageInterface.php
Expand Up @@ -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
*/
Expand All @@ -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
Expand Down

0 comments on commit 9ec499a

Please sign in to comment.