ImageGear Professional v18.2 > API Reference Guide > Processing Component API Reference > Processing Component Objects > IGProcessingCtl Control > IGProcessingCtl Methods > PseudoColorWithLimits Method |
Colors all pixels in an 8-bit gray level image whose values are outside the range PseudoColorLimitsOptions Property.MinIndex Property to PseudoColorLimitsOptions property.MaxIndex Property. Those above the range receive the color pointed to by PseudoColorLimitsOptions Property.FillColorMax Property, and those below the range receive the color pointed to by PseudoColorLimitsOptions Property.FillColorMin Property. This method can be used to see how much of the image is saturated or unsaturated.
PseudoColorWithLimits (ByVal pPage As IGPage)
Name | Description |
---|---|
pPage | Reference to IGPage Object. |
N/A
8-bit gray level
Image Processing and Effects.