Exposure Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Properties describing exposure level of the image.
public class Exposure
type Exposure = class
Public Class Exposure
- Inheritance
-
Exposure
Constructors
Exposure() |
Initializes a new instance of the Exposure class. |
Exposure(ExposureLevel, Double) |
Initializes a new instance of the Exposure class. |
Properties
ExposureLevel |
Gets or sets an enum value indicating level of exposure. Possible values include: 'UnderExposure', 'GoodExposure', 'OverExposure' |
Value |
Gets or sets a number indicating level of exposure level ranging from 0 to 1. [0, 0.25) is under exposure. [0.25, 0.75) is good exposure. [0.75, 1] is over exposure. |
Applies to
Azure SDK for .NET