Click or drag to resize
SoTransferFunctionshift Property

Used for rescaling the input data values.

Namespace: OIV.LDM.Nodes
Assembly: OIV.LDM (in OIV.LDM.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public SoSFInt32 shift { get; }

Property Value

Type: SoSFInt32
Remarks

Before color association, the data value is re-scaled as follows:

     newvalue = value << #shift + #offset
By default, OIV.LDM.Nodes.SoTransferFunction.shift = OIV.LDM.Nodes.SoTransferFunction.offset = 0.

See Also