Exposure.Value Property

Definition

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.

[Newtonsoft.Json.JsonProperty(PropertyName="value")]
public double Value { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="value")>]
member this.Value : double with get, set
Public Property Value As Double

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to