mirror of
https://github.com/Intervention/image.git
synced 2025-08-08 14:56:32 +02:00
Add ColorInterface implementation to AbstractColor
This commit is contained in:
@@ -2,7 +2,9 @@
|
|||||||
|
|
||||||
namespace Intervention\Image\Drivers\Abstract;
|
namespace Intervention\Image\Drivers\Abstract;
|
||||||
|
|
||||||
abstract class AbstractColor
|
use Intervention\Image\Interfaces\ColorInterface;
|
||||||
|
|
||||||
|
abstract class AbstractColor implements ColorInterface
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* Format color to hexadecimal color code
|
* Format color to hexadecimal color code
|
||||||
|
Reference in New Issue
Block a user