Method TryGetAverageBrightness
TryGetAverageBrightness(out float)
Get the average brightness of the frame if possible.
Declaration
public bool TryGetAverageBrightness(out float averageBrightness)
Parameters
| Type | Name | Description |
|---|---|---|
| float | averageBrightness | The average pixel intensity of the frame, equal to averageBrightness. |
Returns
| Type | Description |
|---|---|
| bool | true if the frame has an average brightness value. Otherwise, false. Equal to hasAverageBrightness. |