imlab.picture.inv_color
- imlab.picture.inv_color(color: (<class 'int'>, <class 'int'>, <class 'int'>)) -> (<class 'int'>, <class 'int'>, <class 'int'>)[source]
inv_color. Attempt to choose the best color to read according to the another color
- Parameters
color ((int, int, int)) – background color
- Return type
(int, int, int)