mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-02-04 21:50:54 +03:00
remove mode properties from CmsTransform interface
This commit is contained in:
parent
16ce3da0a4
commit
7a9b57ce08
|
@ -108,10 +108,6 @@ class CmsProfile:
|
||||||
def is_intent_supported(self, intent: int, direction: int, /) -> int: ...
|
def is_intent_supported(self, intent: int, direction: int, /) -> int: ...
|
||||||
|
|
||||||
class CmsTransform:
|
class CmsTransform:
|
||||||
@property
|
|
||||||
def inputMode(self) -> str: ...
|
|
||||||
@property
|
|
||||||
def outputMode(self) -> str: ...
|
|
||||||
def apply(self, id_in: int, id_out: int) -> int: ...
|
def apply(self, id_in: int, id_out: int) -> int: ...
|
||||||
|
|
||||||
def profile_open(profile: str, /) -> CmsProfile: ...
|
def profile_open(profile: str, /) -> CmsProfile: ...
|
||||||
|
|
Loading…
Reference in New Issue
Block a user