hmCal_SET BACKGROUND COLOR

hmCal_SET BACKGROUND COLOR(area;red;green;blue)

Parameter          Type             Description
area               Longint      ->  hmCal area
red                Longint      ->  red color
green              Longint      ->  green color
blue               Longint      ->  blue color

Notice: This command is obsolete in version 2.0. Please use
hmCal_SET COLOR!


Description

The command hmCal_SET BACKGROUND COLOR sets the background color of the calendar to the RGB color defined by the color components red, green and blue.

The command only sets the background color, not the color of working hours.

Example

The following example sets the background color of the calendar to red:

hmCal_SET BACKGROUND COLOR(hmCal;0xFFFF;0;0)