unreal.RigVMFunction_MathColorSub

class unreal.RigVMFunction_MathColorSub(a: LinearColor = Ellipsis, b: LinearColor = Ellipsis, result: LinearColor = Ellipsis)

Bases: RigVMFunction_MathColorBinaryAggregateOp

Returns the difference of the two values

C++ Source:

  • Plugin: RigVM

  • Module: RigVM

  • File: RigVMFunction_MathColor.h

Editor Properties: (see get_editor_property/set_editor_property)

  • a (LinearColor): [Read-Write] The first value for the operation

  • b (LinearColor): [Read-Write] The second value for the operation

  • result (LinearColor): [Read-Write] The resulting value