SoDataRangemapOnFullColorRange Property |
Specifies how to map data values that are outside of the data range.
Namespace: OIV.LDM.Nodes
If mapOnFullColorRange is true (default), then any data values less than or equal to the OIV.LDM.Nodes.SoDataRange.m_min data value are mapped to the first color entry and any data values greater than or equal to the OIV.LDM.Nodes.SoDataRange.m_max data value are mapped to the last color entry.
If mapOnFullColorRange is false, then any data value less than OIV.LDM.Nodes.SoDataRange.m_min data value is mapped to the first color entry and the OIV.LDM.Nodes.SoDataRange.m_min data value is mapped to the second color entry; any data value greater than the OIV.LDM.Nodes.SoDataRange.m_max data value is mapped to the last color entry and the OIV.LDM.Nodes.SoDataRange.m_max data value is mapped to the next to the last color entry.