ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX.Direct2D.Effects Namespace / DistantDiffuse Class / Color Property

In This Topic
    Color Property (DistantDiffuse)
    In This Topic
    The color of the incoming light. This property is exposed as a C1.Util.DX.Vector3 – (R, G, B) and used to compute LR, LG, LB.
    Syntax
    'Declaration
     
    Public Property Color As Vector3
    public Vector3 Color {get; set;}
    See Also