Leadtools.CF Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.6.15
MinimumInput Field
See Also 
Leadtools.ImageProcessing Namespace > ColorLevelCommandData Class : MinimumInput Field



Gets or sets a value that specifies the image's shadows to be mapped.

Syntax

Visual Basic (Declaration) 
Public MinimumInput As Integer
Visual Basic (Usage)Copy Code
Dim instance As ColorLevelCommandData
Dim value As Integer
 
value = instance.MinimumInput
 
instance.MinimumInput = value
C# 
public int MinimumInput
C++/CLI 
public:
int MinimumInput

Return Value

Value that specifies the image's shadows to be mapped. Valid values range from 0 to 255 for 8-bit, 0 to 4095 for 12-bit and 0 to 65535 for 16-bit images. Any value greater than or equal to this will be considered a shadow and will be remapped to the value in MinimumOutput.

Requirements

Target Platforms: Microsoft .NET CF Framework 2.0, Windows Mobile 5 PocketPC, Windows Mobile 5 Smartphone, Windows Mobile 6

See Also