Files @ 7a7877eb7e8b
Branch filter:

Location: light9/stubs/colormath/color_diff.pyi

drewp@bigasterisk.com
fader EffectAttr now saves to graph
# Stubs for colormath.color_diff (Python 3)
#
# NOTE: This dynamically typed stub was automatically generated by stubgen.

from typing import Any

def delta_e_cie1976(color1: Any, color2: Any): ...
def delta_e_cie1994(color1: Any, color2: Any, K_L: int = ..., K_C: int = ..., K_H: int = ..., K_1: float = ..., K_2: float = ...): ...
def delta_e_cie2000(color1: Any, color2: Any, Kl: int = ..., Kc: int = ..., Kh: int = ...): ...
def delta_e_cmc(color1: Any, color2: Any, pl: int = ..., pc: int = ...): ...