Method ComputeEV100
ComputeEV100(float, float, float)
Computes an exposure value (EV100) from physical camera settings.
Declaration
public static float ComputeEV100(float aperture, float shutterSpeed, float ISO)
Parameters
| Type | Name | Description |
|---|---|---|
| float | aperture | The camera aperture. |
| float | shutterSpeed | The camera exposure time. |
| float | ISO | The camera sensor sensitivity. |
Returns
| Type | Description |
|---|---|
| float | An exposure value, in EV100. |