ExposureCompensation
public final class ExposureCompensation: CaptureSetting
This class for setting of EV compensation.
-
Undocumented
Declaration
Swift
public static let ecNegative5_0 = ExposureCompensation(.ecNegative5_0) -
Undocumented
Declaration
Swift
public static let ecNegative4_7 = ExposureCompensation(.ecNegative4_7) -
Undocumented
Declaration
Swift
public static let ecNegative4_5 = ExposureCompensation(.ecNegative4_5) -
Undocumented
Declaration
Swift
public static let ecNegative4_3 = ExposureCompensation(.ecNegative4_3) -
Undocumented
Declaration
Swift
public static let ecNegative4_0 = ExposureCompensation(.ecNegative4_0) -
Undocumented
Declaration
Swift
public static let ecNegative3_7 = ExposureCompensation(.ecNegative3_7) -
Undocumented
Declaration
Swift
public static let ecNegative3_5 = ExposureCompensation(.ecNegative3_5) -
Undocumented
Declaration
Swift
public static let ecNegative3_3 = ExposureCompensation(.ecNegative3_3) -
Undocumented
Declaration
Swift
public static let ecNegative3_0 = ExposureCompensation(.ecNegative3_0) -
Undocumented
Declaration
Swift
public static let ecNegative2_7 = ExposureCompensation(.ecNegative2_7) -
Undocumented
Declaration
Swift
public static let ecNegative2_5 = ExposureCompensation(.ecNegative2_5) -
Undocumented
Declaration
Swift
public static let ecNegative2_3 = ExposureCompensation(.ecNegative2_3) -
Undocumented
Declaration
Swift
public static let ecNegative2_0 = ExposureCompensation(.ecNegative2_0) -
Undocumented
Declaration
Swift
public static let ecNegative1_7 = ExposureCompensation(.ecNegative1_7) -
Undocumented
Declaration
Swift
public static let ecNegative1_5 = ExposureCompensation(.ecNegative1_5) -
Undocumented
Declaration
Swift
public static let ecNegative1_3 = ExposureCompensation(.ecNegative1_3) -
Undocumented
Declaration
Swift
public static let ecNegative1_0 = ExposureCompensation(.ecNegative1_0) -
Undocumented
Declaration
Swift
public static let ecNegative0_7 = ExposureCompensation(.ecNegative0_7) -
Undocumented
Declaration
Swift
public static let ecNegative0_5 = ExposureCompensation(.ecNegative0_5) -
Undocumented
Declaration
Swift
public static let ecNegative0_3 = ExposureCompensation(.ecNegative0_3) -
Undocumented
Declaration
Swift
public static let ec0_0 = ExposureCompensation(.ec0_0) -
Undocumented
Declaration
Swift
public static let ec0_3 = ExposureCompensation(.ec0_3) -
Undocumented
Declaration
Swift
public static let ec0_5 = ExposureCompensation(.ec0_5) -
Undocumented
Declaration
Swift
public static let ec0_7 = ExposureCompensation(.ec0_7) -
Undocumented
Declaration
Swift
public static let ec1_0 = ExposureCompensation(.ec1_0) -
Undocumented
Declaration
Swift
public static let ec1_3 = ExposureCompensation(.ec1_3) -
Undocumented
Declaration
Swift
public static let ec1_5 = ExposureCompensation(.ec1_5) -
Undocumented
Declaration
Swift
public static let ec1_7 = ExposureCompensation(.ec1_7) -
Undocumented
Declaration
Swift
public static let ec2_0 = ExposureCompensation(.ec2_0) -
Undocumented
Declaration
Swift
public static let ec2_3 = ExposureCompensation(.ec2_3) -
Undocumented
Declaration
Swift
public static let ec2_5 = ExposureCompensation(.ec2_5) -
Undocumented
Declaration
Swift
public static let ec2_7 = ExposureCompensation(.ec2_7) -
Undocumented
Declaration
Swift
public static let ec3_0 = ExposureCompensation(.ec3_0) -
Undocumented
Declaration
Swift
public static let ec3_3 = ExposureCompensation(.ec3_3) -
Undocumented
Declaration
Swift
public static let ec3_5 = ExposureCompensation(.ec3_5) -
Undocumented
Declaration
Swift
public static let ec3_7 = ExposureCompensation(.ec3_7) -
Undocumented
Declaration
Swift
public static let ec4_0 = ExposureCompensation(.ec4_0) -
Undocumented
Declaration
Swift
public static let ec4_3 = ExposureCompensation(.ec4_3) -
Undocumented
Declaration
Swift
public static let ec4_5 = ExposureCompensation(.ec4_5) -
Undocumented
Declaration
Swift
public static let ec4_7 = ExposureCompensation(.ec4_7) -
Undocumented
Declaration
Swift
public static let ec5_0 = ExposureCompensation(.ec5_0) -
Constructs an object not having a value.
Declaration
Swift
override public init() -
This class for setting value of EV compensation.
Declaration
Swift
public final class Value: CaptureSetting.Value
ExposureCompensation Class Reference