MasterMaxInput property (ILEADRasterProcess)

Visual Basic example

Visual C++ example

 

Syntax

short MasterMaxInput

Overview

Refer to Correcting Colors

Remarks

(Raster Pro and above toolkits) Gets or sets a 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 MasterMaxOutput property.

This property is updated by the AutoColorLevel method, if the lFlags parameter is AUTO_NOPROCESS.

Set this property before calling the ColorLevel method to have the ColorLevel method use this value.

See Also

Elements:

MasterMinInput property, MasterMinOutput property, MasterMaxOutput property, MasterGamma property, RedMinInput property, RedMaxInput property, RedMinOutput property, RedMaxOutput property, RedGamma property, GreenMinInput property, GreenMaxInput property, GreenMinOutput property, GreenMaxOutput property, GreenGamma property, BlueMinInput property, BlueMaxInput property, BlueMinOutput property, BlueMaxOutput property, BlueGamma property, ColorLevel method, AutoColorLevel method

Topics:

Raster Image Functions: Modifying Intensity Values