I set my webcam in pygame to use HSV color space. But pygame.Surface.get_at only returns the RGB-color values. Is there a method for reading the HSV values of pixels in pygame?
If not, what is the recommended way of converting all pixels colors to HSV in pygame?