AW00136902000 FeaturesBasler dart BCON 9311.6.4 Hue/SaturationThe Hue/Saturation feature lets you adjust the color appearance in your images.HueAdjusting the hue shifts the colors of the image. This can be useful, e.g., for correcting minor colorshifts or creating false-color images.You can adjust the hue by setting the BslHue parameter. The parameter can be set in a range from-180° to 180°. The parameter value refers to a rotation of the RGB color cube. By default, theparameter is set to 0° (no color shift).SaturationAdjusting the saturation changes the colorfulness (intensity) of the colors. A higher saturation, forexample, will make colors easier to distinguish.You can adjust the saturation by setting the BslSaturation parameter. By default, the parameter isset to 1 (normal saturation). Lower parameter values result in more muted colors that are closer togray. Higher parameter values result in more vivid, vibrant colors.Setting Hue and SaturationYou can set hue and saturation within your application software by using the pylon API. Thefollowing code snippet illustrates using the API to set the parameters:// Set the Hue parameter value to 5 degreescamera.BslHue.SetValue(5);// Set the Saturation parameter value to 1.4camera.BslSaturation.SetValue(1.4);The Hue/Saturation feature is only available if the pixel format is set to YCbCr422or RGB 8. For more information about pixel formats, see Chapter 10 on page 80.