disguise developers

Designer Plugins

Plugins for Disguise Designer software.

OcioColourSpace

Base class: _BlipValue

Properties

isBuiltin : bool

Whether this is a built-in transform.
If false, this is a transform provided in a .ocio config file.

name : str

The name of the colour space, or the display if this is a display-view transform

type : int

Whether this colour space represents an input or output transform, or a working space

Options: {0: ‘Invalid’, 1: ‘Input’, 2: ‘Output’}

view : str

The name of the view, if this is a display-view transform.
Empty if this is a regular colour space transform.

Variables

Input : Final = 1

Output : Final = 2

Working : Final = 3

Constructors

__init__(self)

__init__(self, other: OcioColourSpace)

Copy constructor for OcioColourSpace

Methods

set(self, name: str, view: str, isBuiltin: bool)