Gets or sets a value that specifies the image's highlights to be mapped.
Syntax
Visual Basic (Declaration) | |
---|
Public MaximumInput As Integer |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As ColorLevelCommandData
Dim value As Integer
value = instance.MaximumInput
instance.MaximumInput = value
|
C# | |
---|
public int MaximumInput |
C++/CLI | |
---|
public:
int MaximumInput |
Return Value
Value that specifies the image's highlights 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 highlight and will be remapped to the value in MaximumOutput.
Requirements
Target Platforms: Microsoft .NET CF Framework 2.0, Windows Mobile 5 PocketPC, Windows Mobile 5 Smartphone, Windows Mobile 6
See Also