Gets or sets a diffuse color of light source. The color is presented as an array of four color components (red, green, blue, alpha). Usually the component belongs to the range 0...1, put can be greater than 1.
public float[] DiffuseColor {get; set;}
public: __property float[]* get_DiffuseColor();
public: __property void set_DiffuseColor(
float[]* value
);
Property Value
An array of four color components - red, green, blue and alpha.