你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

Exposure 类

定义

描述图像曝光级别的属性。

public class Exposure
type Exposure = class
Public Class Exposure
继承
Exposure

构造函数

Exposure()

初始化 Exposure 类的新实例。

Exposure(ExposureLevel, Double)

初始化 Exposure 类的新实例。

属性

ExposureLevel

获取或设置一个枚举值,该值指示曝光级别。 可能的值包括:“UnderExposure”、“GoodExposure”、“OverExposure”

Value

获取或设置一个数字,指示从 0 到 1 的曝光级别。 [0, 0.25) 处于暴露之下。 [0.25, 0.75) 曝光良好。 [0.75, 1] 曝光过度。

适用于