"highlightLightStrength"

This attribute defines the specular light strength for highlighted objects.

Synopsis

shape.highlightLightStrength(float lightstrength);

Parameter

Parameter Description
lightstrength Specular light strength for highlighted objects. The value must be between 0.0 and 10.0

Description

This attribute defines the specular light strength for highlighted objects.

Example

main()
{
  BarChart3D_ewo1.highlightLightStrength(8.0);
}

Assignment

BarChart3D-EWO