mirror of
https://github.com/Intervention/image.git
synced 2025-09-03 02:42:45 +02:00
Add missing paramter in ImageInterface
This commit is contained in:
@@ -202,9 +202,10 @@ interface ImageInterface extends IteratorAggregate, Countable
|
|||||||
* Apply color quantization to the current image
|
* Apply color quantization to the current image
|
||||||
*
|
*
|
||||||
* @param int $limit
|
* @param int $limit
|
||||||
|
* @param mixed $background
|
||||||
* @return ImageInterface
|
* @return ImageInterface
|
||||||
*/
|
*/
|
||||||
public function reduceColors(int $limit): ImageInterface;
|
public function reduceColors(int $limit, mixed $background = 'transparent'): ImageInterface;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Sharpen the current image with given strength
|
* Sharpen the current image with given strength
|
||||||
|
Reference in New Issue
Block a user