Click or drag to resize

IMcPixelBufferRangeMax Property

Used to change the default minimum value expected within the image.

Namespace:  MediaCy.IQL.Engine
Assembly:  MediaCy.IQL.Engine (in MediaCy.IQL.Engine.dll) Version: 10.0.6912.0
Syntax
VB
Property RangeMax As Double
	Get
	Set

Property Value

Type: Double
Remarks
Used by client code to contain clipping values. Note that 8 bit pixels are always in the range 0 to 255. Note that the properties are not verified in context with each other, also there is no interaction -- setting the IMcImageType object to 8 bits does not set RangeMax to 255; the client must explicitly do it. Note also that setting the RangeMax value also sets the MaxCastingLuminance value, so be sure to set RangeMax prior to setting MaxCastingLuminance.
See Also