Method TryGetAverageColorTemperature
TryGetAverageColorTemperature(out float)
Provides the color temperature for the whole image as an average of all pixels' color temperature.
Declaration
public bool TryGetAverageColorTemperature(out float averageColorTemperature)
Parameters
Type | Name | Description |
---|---|---|
float | averageColorTemperature | An estimated color temperature. |
Returns
Type | Description |
---|---|
bool |
|