filter .colorbalance .apply  (  BitmapObjectID ,  RedOffset ,  GreenOffset ,  BlueOffset ,  bLuminance  )  
                                               
Description :

This instruction adjusts the color balance of a bitmap.

Parameters :

  • ObjectID of the bitmap.
  • Offset for the red component, valid in the range [-1.0,1.0].
  • Offset for the green component, valid in the range [-1.0,1.0].
  • Offset for the blue component, valid in the range [-1.0,1.0].
  • Boolean indicating whether to keep the luminance of the original bitmap.

Examples :