unreal.RigVMFunction_MathColorFromFloat¶
- class unreal.RigVMFunction_MathColorFromFloat(value: float = 0.0, result: LinearColor = Ellipsis)¶
Bases:
RigVMFunction_MathColorBaseMakes a color from a single float
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(float): [Read-Write] The float value to convert to a color
- property result: LinearColor¶
[Read-Only] The resulting color
- Type: