isCOBOL Evolve : User Interface : Controls Reference : LABEL : Styles : { Background-High | Background-Low | Background-Standard }
{ Background-High | Background-Low | Background-Standard }
Background-High
The background color is forced to be bright.
Background-Low
The background color is forced not to be bright.
Background-Standard
The background color is left unchanged, the default.
Setting this style with RGB colors has no effect. See "Color management" for further details.
 
Example - Define a label with high background
screen section.
...
  03 screen-1-la-1 Label
     background-high
     line 3.5
     column 16.9
     size 26.5 cells 
     lines 3.2 cells 
     id 25
     title "This is the main Title"
     .