관리-도구
편집 파일: PixelColorAnalyzer.php
<?php declare(strict_types=1); namespace Intervention\Image\Analyzers; use Intervention\Image\Drivers\SpecializableAnalyzer; class PixelColorAnalyzer extends SpecializableAnalyzer { public function __construct( public int $x, public int $y, public int $frame_key = 0 ) { } }