HueSaturationIntensity Method (ILEADRasterProcess)
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