Customizing Lighting Setups > <lightscenes> Element > <light> Element > <color> Element
  
<color> Element
The <color> element is a child element of <light> that specifies the intensity of the ambient, diffuse, and specular settings for the RGB hexadecimal color codes. (The <color> element is self-closing. It has no content or child elements.)
<color> Syntax
<color ambient="#hexColor" diffuse="#hexColor" specular="#hexColor" />
<color> Attributes
ambient
Specifies the ambient light setting as a RGB hexadecimal color code. Valid values are #000000 to #FFFFFF. This attribute value corresponds to the Ambient setting in the Custom lighting setup dialog box.
diffuse
Specifies the diffuse light setting as a RGB hexadecimal color code. Valid values are #000000 to #FFFFFF. This attribute value corresponds to the Diffuse setting in the Custom lighting setup dialog box.
specular
Specifies the specular light setting as a RGB hexadecimal color code. Valid values are #000000 to #FFFFFF. This attribute value corresponds to the Specular setting in the Custom lighting setup dialog box.
<color> Example
<color ambient="#333333" diffuse="#CCCCCC" specular="#CCCCCC"/>