DicomObjects.NetStandard Documentation
DicomObjects Namespace / DicomImage Class / Gamma Property



In This Topic
    Gamma Property
    In This Topic
    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
    public float Gamma {get; set;}
    public:
    property float Gamma {
       float get();
       void set (    float value);
    }
    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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also