Submit
Path:
~
/
home
/
sbfocnqg
/
public_html
/
myadmin
/
vendor
/
bacon
/
bacon-qr-code
/
src
/
Renderer
/
Color
/
File Content:
ColorInterface.php
<?php declare(strict_types = 1); namespace BaconQrCode\Renderer\Color; interface ColorInterface { /** * Converts the color to RGB. */ public function toRgb() : Rgb; /** * Converts the color to CMYK. */ public function toCmyk() : Cmyk; /** * Converts the color to gray. */ public function toGray() : Gray; }
Edit
Rename
Chmod
Delete
FILE
FOLDER
Name
Size
Permission
Action
Alpha.php
1086 bytes
0644
Cmyk.php
2314 bytes
0644
ColorInterface.php
365 bytes
0644
Gray.php
927 bytes
0644
Rgb.php
1957 bytes
0644
N4ST4R_ID | Naxtarrr