"shadowColor"

This function sets the color for a shadow of a shape.

Synopsis

setValue(string shape, "shadowColor", string color);

getValue(string shape, "shadowColor", string &color);

shape.shadowColor(string color);

Parameters

Parameter Description
shape Name of the object
color Color string that defines the color of the shadow

Description

This attribute specifies the color of an object's shadow.

EXAMPLE

The shadow of the object "ELLIPSE1" is displayed with the color blue.

main()
{
  ELLIPSE1.shadowColor("blue");
}
Abbildung 1. A Circle with a blue Shadow

Assignment

All graphics objects