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