ImageGear for Java
setMin Method
32-bit Integer value.
Sets a 32-bit integer, representing min value of the channel.

This value represents the 32-bit integer minimum value of the image channel. Internal value is stored as a 64-bit integer. If the stored number exceeds the 32-bit integer range, an attempt to get the setMin() value throws com.accusoft.imagegear.core.ImGearErrorCodes.PARAMETER_HAS_INVALID_VALUE exception.

Use getMin64 method if you are working with 32-bit per channel images.

com.accusoft.imagegear.core.ImGearErrorCodes

Syntax
public void setMin( 
   int value
)

Parameters

value
32-bit Integer value.
See Also

Reference

ImGearChannelStatistics Class
ImGearChannelStatistics Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback