Python PIL ImageColor.getrgb() method
Python PIL ImageColor.getrgb() Method PIL is the Python Imaging Library, which provides image editing capabilities for the Python interpreter. The ImageColor module contains color tables and a converter from CSS3-style color specifiers to RGB primitives. This module is used by…