Color, Backcolor columns

Top  Previous  Next

Color

Text color

 

Backcolor

Background color.

 


The 32-bit colors can be configured as follows:

 

Constant

Defined as name as in UserColor.
As hex value (HTML color value)  #aarrggbb or only #rrggbb

 

Hex value

Value range

Description

aa

0-FF

Alpha channel defines the opacity of the color, for which 255 or FF corresponds to the maximum opacity and 0 to total transparency

rr

0-FF

Red component

gg

0-FF

Green component

bb

0-FF

Blue component

 

 

Variable

As variable of type DWORD, AARRGGBB (Little Endian)

 

 

Icon-Hinweis

Any colors can be defined via the IDE UserColor function.

 

Icon-Hinweis        Current foreground/background color

If a color is not specified in the Color, Backcolor columns, the current color is used. The current color is the foreground or background color of the last object with a color definition. In the EXCEL worksheet, this is the object in one of the previous rows.