Skip to content

Commit 2ed2e06

Browse files
committed
Update python stubs
Signed-off-by: Larry Gritz <[email protected]>
1 parent 822b06f commit 2ed2e06

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/python/stubs/OpenImageIO/__init__.pyi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,8 @@ class ColorConfig:
207207
def getRoles(self) -> list[str]: ...
208208
def getViewNameByIndex(self, display: str = ..., *, index: typing.SupportsInt) -> str: ...
209209
def getViewNames(self, display: str = ...) -> list[str]: ...
210+
def get_cicp(self, *args, **kwargs): ...
211+
def get_color_interop_id(self, arg0, /) -> str: ...
210212
def geterror(self) -> str: ...
211213
def parseColorSpaceFromString(self, arg0: str, /) -> str: ...
212214
def resolve(self, name: str) -> str: ...

0 commit comments

Comments
 (0)