unreal.DMXModulator_CMYtoRGB

class unreal.DMXModulator_CMYtoRGB(outer=None, name='None')

Bases: unreal.DMXModulator

Converts Attributes from CMY to RGB.

C++ Source:

  • Plugin: DMXEngine

  • Module: DMXRuntime

  • File: DMXModulator_CMYtoRGB.h

Editor Properties: (see get_editor_property/set_editor_property)

  • attribute_cyan_to_red (DMXAttributeName): [Read-Write] Attribute Cyan to Red: The name of the attribute that is converted from Cyan to Red

  • attribute_magenta_to_green (DMXAttributeName): [Read-Write] Attribute Magenta to Green: The name of the attribute that is converted from Magenta to Green

  • attribute_yellow_to_blue (DMXAttributeName): [Read-Write] Attribute Yellow to Blue: The name of the attribute that is converted from Yellow to Blue

property attribute_cyan_to_red

[Read-Write] Attribute Cyan to Red: The name of the attribute that is converted from Cyan to Red

Type

(DMXAttributeName)

property attribute_magenta_to_green

[Read-Write] Attribute Magenta to Green: The name of the attribute that is converted from Magenta to Green

Type

(DMXAttributeName)

property attribute_yellow_to_blue

[Read-Write] Attribute Yellow to Blue: The name of the attribute that is converted from Yellow to Blue

Type

(DMXAttributeName)