Share

AcGiMrExposureType Enumeration

C++

typedef enum {
  krAutomatic = 0,
  krLogarithmic
} AcGiMrExposureType;

File

AcGiEnvironment.h

Members

Members Description
krAutomatic The exposure type is determined with an automatic exposure.
krLogarithmic The exposure type is determined on a logarithmic scale.

Was this information helpful?