mirror of
https://github.com/Intervention/image.git
synced 2025-09-02 18:32:56 +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
|
||||
*
|
||||
* @param int $limit
|
||||
* @param mixed $background
|
||||
* @return ImageInterface
|
||||
*/
|
||||
public function reduceColors(int $limit): ImageInterface;
|
||||
public function reduceColors(int $limit, mixed $background = 'transparent'): ImageInterface;
|
||||
|
||||
/**
|
||||
* Sharpen the current image with given strength
|
||||
|
Reference in New Issue
Block a user