Files @ 4ce991cdacdb
Branch filter:

Location: light9/stubs/colormath/color_diff.pyi

Drew Perttula
more stubs
Ignore-this: adf95b608f6791c2d7128c0f8cf661f8
# 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 = ...): ...