Exposure Class

Definition

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