unreal.DMXModulator_RGBtoCMY

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

Bases: unreal.DMXModulator

Converts Attributes from RGB to CMY

C++ Source:

  • Plugin: DMXEngine

  • Module: DMXRuntime

  • File: DMXModulator_RGBtoCMY.h

Editor Properties: (see get_editor_property/set_editor_property)

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

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

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

property attribute_blue_to_yellow

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

Type

(DMXAttributeName)

property attribute_green_to_magenta

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

Type

(DMXAttributeName)

property attribute_red_to_cyan

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

Type

(DMXAttributeName)