SoDataMeasureAttributeshistogramMaxGrayLevel Property |
Maximum 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 histogramMaxGrayLevel { get; }
Public ReadOnly Property histogramMaxGrayLevel As SoSFFloat
Get
public:
property SoSFFloat^ histogramMaxGrayLevel {
SoSFFloat^ get ();
}
member histogramMaxGrayLevel : SoSFFloat with get
Property Value
Type:
SoSFFloatRemarks This value has no effect when histogramAutoAdjust is set to true.
See Also