Files @ abf812ca5eba
Branch filter:

Location: light9/stubs/PIL/ImageColor.pyi - annotation

drewp@bigasterisk.com
faders have a settings node before their value now
# Stubs for PIL.ImageColor (Python 3)
#
# NOTE: This dynamically typed stub was automatically generated by stubgen.

from typing import Any

def getrgb(color: Any): ...
def getcolor(color: Any, mode: Any): ...

colormap: Any