ExifMeteringMode
Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum
public final class ExifMeteringMode extends System.Enum
exif 测光模式枚举。
字段
| 字段 | 描述 |
|---|---|
| Unknown | 未定义模式 |
| Average | 平均测光 |
| Centerweightedaverage | 中心加权平均。 |
| Spot | 点测光 |
| MultiSpot | 多点测光 |
| MultiSegment | 多段测光。 |
| Partial | 局部测光。 |
| Other | 适用于其他模式。 |
Unknown
public static final int Unknown
未定义模式
Average
public static final int Average
平均测光
Centerweightedaverage
public static final int Centerweightedaverage
中心加权平均。
Spot
public static final int Spot
点测光
MultiSpot
public static final int MultiSpot
多点测光
MultiSegment
public static final int MultiSegment
多段测光。
Partial
public static final int Partial
局部测光。
Other
public static final int Other
适用于其他模式。