Adjust the Hue, Saturation and Value of the selected region.
Parameter
Description
Hue
Offset to add to the Hue channel, from -180 to +180
Sat
Offset to add to the Saturation channel, from -100 to +100
Val
Offset to add to the Value channel, from -100 to +100
Note: ◼A UI for this is available to your users in the Image Processing dialog ◼If the image PixelFormat is not ie24RGB or ie32RGB, it will be converted
There are multiple methods that will be adjust the brightness (luminosity) of an image: ◼IntensityRGBAll: ImageEnView1.Proc.IntensityRGBall(20, 20, 20); // Increase luminosity by 20 (the fastest)