from machinevisiontoolbox import Image

img = Image.Random(size=10)
img.showpixels(color="yellow")