Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Imaging.Exif Namespace / ExifProfile Class / Gamma Property

In This Topic
    Gamma Property
    In This Topic
    Gets or sets the value of coefficient gamma.
    Syntax
    'Declaration
     
    Public Property Gamma As System.Nullable(Of Single)
    public System.Nullable<float> Gamma {get; set;}
    See Also