Apply monochrome (possibly non-binary) mask to image of same size
with alpha value.
The positive parts of the mask are colored in color and added to the image.
Parameters
img (Image) – image
mask (Image) – mask (mode 'L' or '1')
color (str) – color to use for masked regions as argument to Image.new()