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: 10.12.3.0 (10.12.3.0)
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