Find a specified color in the given image. :param img: The image in which to find the color. :param myColor: The color to find, can be a string or None. :return: A tuple containing a mask image with only the specified color, and the original image masked to only sh
(self, img, myColor=None)
source not stored for this graph (policy: none)
no test coverage detected