BlueMinInput property (ILEADRasterProcess)

Visual Basic example

Visual C++ example

 

Syntax

short BlueMinInput

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 blue 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 BlueMinOutput.

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:

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

Topics:

Raster Image Functions: Modifying Intensity Values