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