"slideBackgroundColor"

Defines the background color for the slides of the PictureFlow EWO.

Synopsis

shape.slideBackgroundColor(string color);

Parameter

Parameter Description
shape Name of the object
color Background color

Description

Defines the background color for the slides of the PictureFlow EWO.

Example

main()
{
  PictureFlow_ewo1.slideBackgroundColor("red");
}

Assignment

PictureFlow EWO