Method ComputeISO
ComputeISO(float, float, float)
Computes the required ISO to reach targetEV100
.
Declaration
public static float ComputeISO(float aperture, float shutterSpeed, float targetEV100)
Parameters
Type | Name | Description |
---|---|---|
float | aperture | The camera aperture. |
float | shutterSpeed | The camera exposure time. |
float | targetEV100 | The target exposure value (EV100) to reach. |
Returns
Type | Description |
---|---|
float | The required sensor sensitivity (ISO). |