unreal.RigVMFunction_MathColorFromDouble¶
- class unreal.RigVMFunction_MathColorFromDouble(value: float = 0.0, result: LinearColor = Ellipsis)¶
Bases:
RigVMFunction_MathColorBaseMakes a color from a single double
C++ Source:
Plugin: RigVM
Module: RigVM
File: RigVMFunction_MathColor.h
Editor Properties: (see get_editor_property/set_editor_property)
result(LinearColor): [Read-Write] The resulting colorvalue(double): [Read-Write] The double value to convert to a color
- property result: LinearColor¶
[Read-Only] The resulting color
- Type: