White Balance

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 thespecified Value. This parameter must be a reference to one of the following:

  • TheImage data structurein cell A0, containing the AcquireImagefunction.For more information, see AcquireImage.
  • Acell containing an Event function.For more information, see Event.
  • Acell 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(Event)

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

SetGreenWhiteBalance(Event)

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

SetRedWhiteBalance(Event)

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