SoApplyGrayscaleLutProcessingintensityRangeOutput Property |
The low and high outside range level (minimum and maximum output intensity).
Namespace: OIV.ImageViz.Engines.ImageFiltering.GrayscaleTransformsAssembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public SoSFVec2i32 intensityRangeOutput { get; }
Public ReadOnly Property intensityRangeOutput As SoSFVec2i32
Get
public:
property SoSFVec2i32^ intensityRangeOutput {
SoSFVec2i32^ get ();
}
member intensityRangeOutput : SoSFVec2i32 with get
Property Value
Type:
SoSFVec2i32Remarks Default value is SbVec2i32(0,255).
See Also