Files @ d678c2757cd4
Branch filter:

Location: light9/stubs/colormath/chromatic_adaptation.pyi

drewp@bigasterisk.com
config log() better. note that in chrome, you have to turn on 'verbose' in the console log to see anything :(
# Stubs for colormath.chromatic_adaptation (Python 3)
#
# NOTE: This dynamically typed stub was automatically generated by stubgen.

from typing import Any

logger: Any

def apply_chromatic_adaptation(val_x: Any, val_y: Any, val_z: Any, orig_illum: Any, targ_illum: Any, observer: str = ..., adaptation: str = ...): ...
def apply_chromatic_adaptation_on_color(color: Any, targ_illum: Any, adaptation: str = ...): ...