DicomObjects.NET.V8
DicomObjects Namespace / DicomImage Class / Gamma Property



    Gamma Property
    A number that specifies a power
    Syntax
    'Declaration
     
    Public Property Gamma As Single
     
    'Usage
     
    Dim instance As DicomImage
    Dim value As Single
     
    instance.Gamma = value
     
    value = instance.Gamma
    Remarks
    Default value is 1.0F. If value of this property is not 1 then transformation is applied after rewindowing to calculate the value for output pixel data.
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also