export interface IPixel { x: number; y: number; }