"lightColor"

This attribute defines the color for the specular light.

Synopsis

shape.lightColor(string color);

Parameter

Parameter Description
color light color

Description

Color for the specular light. Affects both ambient and specular light.

Example

main()
{
  BarChart3D_ewo1.lightColor("green");
}

Assignment

BarChart3D-EWO