unreal.RigVMFunction_MathColorSub
¶
- class unreal.RigVMFunction_MathColorSub(a: LinearColor = Ellipsis, b: LinearColor = Ellipsis, result: LinearColor = Ellipsis)¶
Bases:
RigVMFunction_MathColorBinaryOp
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]b
(LinearColor): [Read-Write]result
(LinearColor): [Read-Write]