unreal.OpenColorIOColorSpace¶
- class unreal.OpenColorIOColorSpace(color_space_name: str = '', family_name: str = '')¶
Bases:
StructBaseStructure to identify a ColorSpace as described in an OCIO configuration file. Members are populated by data coming from a config file.
C++ Source:
Plugin: OpenColorIO
Module: OpenColorIO
File: OpenColorIOColorSpace.h
Editor Properties: (see get_editor_property/set_editor_property)
color_space_index(int32): [Read-Write] deprecated: ColorSpaceIndex has been deprecated.color_space_name(str): [Read-Write] The ColorSpace name.family_name(str): [Read-Write] The family of this ColorSpace as specified in the configuration file. When you have lots of colorspaces, you can regroup them by family to facilitate browsing them.