SoDataMeasureAttributeshistogramMinGrayLevel Property |
Minimum gray level for histogram measures.
Namespace: OIV.ImageViz.Nodes.MeasuresAssembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public SoSFFloat histogramMinGrayLevel { get; }
Public ReadOnly Property histogramMinGrayLevel As SoSFFloat
Get
public:
property SoSFFloat^ histogramMinGrayLevel {
SoSFFloat^ get ();
}
member histogramMinGrayLevel : SoSFFloat with get
Property Value
Type:
SoSFFloatRemarks This value has no effect when histogramAutoAdjust is set to true.
See Also