mirror of
https://github.com/Intervention/image.git
synced 2025-08-27 15:50:09 +02:00
Add deprecation markers
This commit is contained in:
@@ -247,7 +247,7 @@ interface ImageInterface extends IteratorAggregate, Countable
|
|||||||
* Return color that is mixed with transparent areas when converting to a format which
|
* Return color that is mixed with transparent areas when converting to a format which
|
||||||
* does not support transparency.
|
* does not support transparency.
|
||||||
*
|
*
|
||||||
* @link https://image.intervention.io/v3/basics/colors#transparency
|
* @deprecated
|
||||||
* @throws RuntimeException
|
* @throws RuntimeException
|
||||||
* @return ColorInterface
|
* @return ColorInterface
|
||||||
*/
|
*/
|
||||||
@@ -257,7 +257,7 @@ interface ImageInterface extends IteratorAggregate, Countable
|
|||||||
* Set blending color will have no effect unless image is converted into a format
|
* Set blending color will have no effect unless image is converted into a format
|
||||||
* which does not support transparency.
|
* which does not support transparency.
|
||||||
*
|
*
|
||||||
* @link https://image.intervention.io/v3/basics/colors#transparency
|
* @deprecated
|
||||||
* @param mixed $color
|
* @param mixed $color
|
||||||
* @throws RuntimeException
|
* @throws RuntimeException
|
||||||
* @return ImageInterface
|
* @return ImageInterface
|
||||||
|
Reference in New Issue
Block a user