GreenMinInput property (ILEADRasterProcess)
short GreenMinInput | |
Overview |
Refer to Correcting Colors |
Remarks
(Raster Pro and above toolkits) Gets or sets a value that specifies the image’s shadows to be mapped for the green channel. 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 GreenMinOutput.
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