DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomImage3D Class / LightIntensity Property

In This Topic
    LightIntensity Property
    In This Topic
    The intensity of the directional (as opposed to ambient) lighting.
    Syntax
    'Declaration
     
    
    Public Property LightIntensity As System.Single
    public System.float LightIntensity {get; set;}
    Remarks

    The direction of the light is defined by the LightDirection property, and the default value is 0.6.

    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also