HueSaturationIntensity Method (ILEADRasterProcess)

Visual Basic example

Visual C++ 5.0 example

 

Syntax

short HueSaturationIntensity (ILEADRaster* pRaster, short iHue, short iSaturation, short iIntensity)

Overview

Refer to Correcting Colors

Remarks

Changes the hue, saturation and brightness of all or specified colors in the image.

This method combines the basic functionality found in the Hue Saturation, and Intensity methods. In addition, special options can be specified in the HSIHue, HSISaturation, HSIIntensity, HSIOuterLow, HSIOuterHigh, HSIInnerLow; HSIInnerHigh properties.

Support for 12 and 16-bit grayscale and 48 and 64-bit color images is available only in the Document/Medical toolkits.

This method does not support signed data images. It returns the error code ERROR_SIGNED_DATA_NOT_SUPPORTED if a signed data image is passed to this method.

See Also

Elements:

HSIHue property, HSISaturation property, HSIIntensity property, HSIOuterLow property, HSIOuterHigh property, HSIInnerLow property, HSIInnerHigh property, HSICount property, Intensity method, GammaCorrect method, Contrast method, HistoContrast method, StretchIntensity method, RemapIntensity method, Invert method, Saturation method, HistoEqualize method, Fill method, GetHistogram method, WindowLevel method, EdgeDetector method, MathFunction method, RevEffect method, Segment method, SubtractBackground method

Topics:

Raster Images: Modifying Intensity Values