WhiteBalance

Note: The following functions must reference an Event to force the update of the Value.
Parameter Description

Event

Specifies the event on which to read the specified Value. This parameter must be a reference to one of the following:

  • The Image data structure in cell A0, containing the AcquireImage function. For more information, see AcquireImage.
  • A cell containing an Event function. For more information, see Event.
  • A cell containing a Button function. For more information, see Button.
  • A cell containing a numeric value (any non-zero numeric Value will force the update).

Function

Description

GetBlueWhiteBalance(Event) Returns the current WhiteBalance offset coefficient (0 to 255) for the Blue component.
GetGreenWhiteBalance(Event) Returns the current WhiteBalance offset coefficient (0 to 255) for the Green component.
GetRedWhiteBalance(Event) Returns the current WhiteBalance offset coefficient (0 to 255) for the Red component.
SetBlueWhiteBalance(Value) Specifies the Value (0 to 255) of the WhiteBalance offset coefficient for the Blue component.
SetGreenWhiteBalance(Value) Specifies the Value (0 to 255) of the WhiteBalance offset coefficient for the Green component.
SetRedWhiteBalance(Value)

Specifies the Value (0 to 255) of the WhiteBalance offset coefficient for the Red component.