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:
|
|
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. |