Setting Colors & Clearing Screen:-
Simply we can set the colors of our application
The standard colors used for all screen output, while the enhanced colors used for Getting input and highlights while the unselected colors used for the unselected input lines
Available Colors:-
|
Black |
Blue |
Green |
Cyan |
|
Red |
Magenta |
Brown |
White |
|
Gray |
Bright Blue |
Bright Green |
Bright Cyan |
|
Bright Red |
Bright Magenta |
Yellow |
Bright White |
Component Address:-
Screen Shots:-

Set color – Component address

Set color – interaction page

Set color – Interaction Result
Now we are going to clear the screen using the selected color
Component Address: Domain (Console Application) Component (Basic Input/output)

Clearing screen

The result of interaction process
Now after selecting colors and clearing screen we can do as in the first example, printing text then waiting for number of seconds.

Our steps tree include setting colors, clearing screen, printing text & waiting

The final application