Click or drag to resize

IMcHistogram2ComputeLuminanceLimits Method

Sets the LuminanceLimits property to the absolute range of values in the source image.

Namespace:  MediaCy.IQL.Operations
Assembly:  MediaCy.IQL.Operations (in MediaCy.IQL.Operations.dll) Version: 10.0.6912.0
Syntax
VB
Sub ComputeLuminanceLimits ( 
	<OptionalAttribute> SourceImage As Object
)

Parameters

SourceImage (Optional)
Type: SystemObject
Remarks
When called, the LuminanceLimits property's start and end values are automatically set to the absolute range of luminance values found in the source image. This method will not need to be called if the if the mchmAutoSetLuminanceLimits Mode bit is set. Assignment to the LuminanceLimits will automatically clear the mchmAutoSetLuminanceLimits Mode bit.
See Also