Skip to content

Commit

Permalink
Add missing method to ColorInterface
Browse files Browse the repository at this point in the history
  • Loading branch information
olivervogel committed Oct 7, 2023
1 parent ba01e87 commit 4ff9abd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Interfaces/ColorInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ public function alpha(): float;
public function toArray(): array;
public function toHex(string $prefix = ''): string;
public function toInt(): int;
public function isGreyscale(): bool;
}

0 comments on commit 4ff9abd

Please sign in to comment.