remove mode properties from CmsTransform interface

This commit is contained in:
Yay295 2024-04-01 10:16:23 -05:00
parent 16ce3da0a4
commit 7a9b57ce08

View File

@ -108,10 +108,6 @@ class CmsProfile:
def is_intent_supported(self, intent: int, direction: int, /) -> int: ...
class CmsTransform:
@property
def inputMode(self) -> str: ...
@property
def outputMode(self) -> str: ...
def apply(self, id_in: int, id_out: int) -> int: ...
def profile_open(profile: str, /) -> CmsProfile: ...