SetStateColor

Description:              This statement sets the color of a state on a state diagram.

Returns:                    Nothing

Usage:                   Script or Steady State

Format:                      SetStateColor(State, Stick, LineClr, BoxClr, HighlightClr, ShadowClr, TextClr, SelLineClr, SelBoxClr, SelHighlightClr, SelShadowClr, SelTextClr)

Parameters:             State    { Code value }  { required }  { no default: }

                                                Any expression for the code value of the state.

                                    Stick    { Boolean }  { required }  { no default: }

                                                Any logical expression. If true, the new colors will be saved to the *.RUN file.

                                    LineClr    { numeric }  { required }  { no default: }

                                                Any numeric expression giving the color for animated action lines.

                                    BoxClr     { numeric }  { required }  { no default: }

                                                Any numeric expression giving the color for animated states.

                                    HighlightClr     { numeric }  { required }  { no default: }

                                                Any numeric expression giving the color for animated state highlighted edges.

                                    ShadowClr     { numeric }  { required }  { no default: }

                                                Any numeric expression giving the color for animated state shadowed edges.

                                    TextClr     { numeric }  { required }  { no default: }

                                                Any numeric expression giving the color for animated state text labels.

                                    SelLineClr     { numeric }  { required }  { no default: }

                                                Any numeric expression giving the color for selected animated action lines.

                                    SelBoxClr     { numeric }  { required }  { no default: }

                                                Any numeric expression giving the color for selected animated states.

                                    SelHighlightClr     { numeric }  { required }  { no default: }

                                                Any numeric expression giving the color for selected animated state highlighted edges.

                                    SelShadowClr     { numeric }  { required }  { no default: }

                                                Any numeric expression giving the color for selected animated state shadowed edges.

                                    SelTextClr     { numeric }  { required }  { no default: }

                                                Any numeric expression giving the color for selected animated state text labels.