ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.Direct2D.Effects Namespace / DistantDiffuse Class / DiffuseConstant Property

In This Topic
    DiffuseConstant Property (DistantDiffuse)
    In This Topic
    The ratio of diffuse reflection to amount of incoming light. This property must be between 0 and 10,000 and is unitless.
    Syntax
    'Declaration
     
    Public Property DiffuseConstant As Single
    public float DiffuseConstant {get; set;}
    See Also