unreal.RigVMFunction_MathColorFromFloat

class unreal.RigVMFunction_MathColorFromFloat(value: float = 0.0, result: LinearColor = Ellipsis)

Bases: RigVMFunction_MathColorBase

Makes a vector 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]

  • value (float): [Read-Write]

property result: LinearColor

[Read-Only]

Type:

(LinearColor)

property value: float

[Read-Write]

Type:

(float)