public bool ContainsColors(IEnumerable <byte> colors) => TextureData.Distinct().Intersect(colors).Any();