C++
Acad::ErrorStatus setMinMaxIntensity( int min, int max );
Description
Sets the range (min/max values) of the current intensity colorization range.
Parameters
Parameters | Description |
---|---|
min | The minimal value of intensity. |
max | The maximal value of intensity. |
Returns
Returns Acad::eOk if successful or Acad::eInvalidInput if minimal value is larger than or equal to maximal value.