public final class PhotographicConversions extends Object
| Modifier and Type | Field and Description |
|---|---|
static double |
ROOT_TWO |
| Modifier and Type | Method and Description |
|---|---|
static double |
apertureToFStop(double aperture)
Converts an aperture value to its corresponding F-stop number.
|
static double |
shutterSpeedToExposureTime(double shutterSpeed)
Converts a shutter speed to an exposure time.
|
public static double apertureToFStop(double aperture)
aperture - the aperture value to convertpublic static double shutterSpeedToExposureTime(double shutterSpeed)
shutterSpeed - the shutter speed to convertCopyright © 2002-2016 Drew Noakes. All Rights Reserved.