using System; namespace RGB.NET.Core { public interface ISampler { void SampleColor(in SamplerInfo info, Span pixelData); } }