SystemMonitors

class PyOpenColorIO.SystemMonitors

Provides access to the ICC monitor profile provided by the operating system for each active display.

SystemMonitors() None
getMonitors() PyOpenColorIO.PyOpenColorIO.SystemMonitors.MonitorIterator
class PyOpenColorIO.SystemMonitors.MonitorIterator
self[arg0: SupportsInt | SupportsIndex] tuple[str, str]
iter(self) PyOpenColorIO.PyOpenColorIO.SystemMonitors.MonitorIterator
len(self) int
next(self) tuple[str, str]