GreenMinOutput property (ILEADRasterProcess)

Visual Basic example

Visual C++ example

 

Syntax

short GreenMinOutput

Overview

Refer to Correcting Colors

Remarks

(Raster Pro and above toolkits) Gets or sets a value that specifies the value to which the shadows will 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.

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, MasterMaxInput property, RedMaxInput property, RedMinOutput property, RedMaxOutput property, RedGamma property, GreenMinInput property, GreenMaxInput 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