DicomObjects.NET.V8
DicomObjects Namespace / DicomImage3D Class / SpecularExponent Property



    SpecularExponent Property
    Controls broadness of specular reflection component (VR only)
    Syntax
    'Declaration
     
    Public Property SpecularExponent As Single
     
    'Usage
     
    Dim instance As DicomImage3D
    Dim value As Single
     
    instance.SpecularExponent = value
     
    value = instance.SpecularExponent
    Remarks

    If value is large specular reflection approaches perfect mirror

    If value is small will be very diffuse

    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also