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