DicomObjects.NET10 Documentation
DicomObjects Namespace / DicomImage3D Class / WhitePoint Property



In This Topic
    WhitePoint Property
    In This Topic
    Controls the white point used during tone mapping.
    Syntax
    'Declaration
     
    
    Public Property WhitePoint As Single
    'Usage
     
    
    Dim instance As DicomImage3D
    Dim value As Single
     
    instance.WhitePoint = value
     
    value = instance.WhitePoint
    public float WhitePoint {get; set;}
    public:
    property float WhitePoint {
       float get();
       void set (    float value);
    }
    Remarks
    The white point defines the luminance value that maps to display white. A value of 255 corresponds to the maximum white level of the final image. Reducing this value compresses highlights and may cause bright areas to clip, resulting in loss of detail.
    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