Method TryGetAverageBrightness
TryGetAverageBrightness(out float)
Provides the brightness for the whole image as an average of all pixels' brightness.
Declaration
public bool TryGetAverageBrightness(out float averageBrightness)
Parameters
Type | Name | Description |
---|---|---|
float | averageBrightness | An estimated average brightness for the environment. |
Returns
Type | Description |
---|---|
bool |
|