SoTransferFunctionshift Property |
Used for rescaling the input data values.
Namespace: OIV.LDM.NodesAssembly: OIV.LDM (in OIV.LDM.dll) Version: 9.9.36.0 (9.9.36.0)
Syntaxpublic SoSFInt32 shift { get; }
Public ReadOnly Property shift As SoSFInt32
Get
public:
property SoSFInt32^ shift {
SoSFInt32^ get ();
}
member shift : SoSFInt32 with get
Property Value
Type:
SoSFInt32
RemarksBefore color association, the data value is re-scaled as follows:
newvalue = value << #shift + #offset
By default,
shift =
offset = 0.
See Also