disguise developers

Designer Plugins

Plugins for Disguise Designer software.

AcesOutputTransformParameters

Base class: _BlipValue

Properties

genericCurve : int

The curve applied in the transform, if the transform type is Generic

Options: {0: ‘Unused’, 1: ‘Linear’, 2: ‘sRGB’, 3: ‘BT1886’, 4: ‘Gamma18’, 5: ‘Gamma22’, 6: ‘Gamma24’, 7: ‘PQ’, 8: ‘HLG’, 9: ‘Gamma26’}

genericSpace : int

The output colour space of the transform, if the transform type is Generic

Options: {0: ‘Unused’, 1: ‘AP0’, 2: ‘AP1’, 3: ‘sRGB’, 4: ‘BT1886’, 5: ‘P3DCI’, 6: ‘P3D65’}

type : int

The type of the ACES output transform

Options: {0: ‘ACES’, 1: ‘ACEScc’, 2: ‘ACEScct’, 3: ‘ACEScg’, 4: ‘DCDM’, 5: ‘DCDM_P3D65_Limited’, 6: ‘P3DCI_D60sim’, 7: ‘P3DCI_D65sim’, 8: ‘Rec2020’, 9: ‘Rec2020_HLG_1000nits’, 10: ‘Rec2020_ST2084_1000nits’, 11: ‘Rec2020_ST2084_2000nits’, 12: ‘Rec2020_ST2084_4000nits’, 13: ‘Rec709’, 14: ‘Rec709_D60sim’, 15: ‘Rec709_Legal’, 16: ‘sRGB’, 17: ‘sRGBD60sim’, 18: ‘sRGBLinear’, 19: ‘P3D65_ST2084_108nits’, 20: ‘P3D65_ST2084_1000nits’, 21: ‘P3D65_ST2084_2000nits’, 22: ‘P3D65_ST2084_4000nits’, 23: ‘Utility_ODT_P3D65_ST2084’, 24: ‘Generic’, 25: ‘ODT_BMFG5’, 26: ‘RedWideGamutLog3G10’}

Constructors

__init__(self)

__init__(self, rhs: AcesOutputTransformParameters)

__init__(self, type: int, genericSpace: int, genericCurve: int)