<?php
declare(strict_types=1);
namespace InterventionImageAnalyzers;
use InterventionImageDriversSpecializableAnalyzer;
class PixelColorAnalyzer extends SpecializableAnalyzer
{
public function __construct(
public int $x,
public int $y,
public int $frame = 0,
) {
//
}
}