You are here: Core Reference > Coding > Scripting > Mimic.BackColour

Mimic.BackColour

The Mimic.BackColour property can be used to set the background color of the Mimic that contains the script.

Syntax

Mimic.BackColour = Color Value

Description

Sets the background color of the Mimic on which the script is running.

Arguments

Color Value {RGB}.

A Red, Green, Blue color value in the format:

RGB(Red value, Green value, Blue value).

Other color values, such as hexadecimal color values can be used, but we recommend RGB values.

Returns

RGB

Example:

Mimic.BackColour = RGB(255,0,0)

This sets the background color of the Mimic to red (red value is 255, green and blue values are 0).

NOTE: The Mimic.Backcolour property does not apply to embedded Mimics.


ClearSCADA 2015 R2