hmCal_SET SELECTION COLOR

hmCal_SET SELECTION 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 SELECTION COLOR sets the selection color defined by the color components red, green and blue.

Example

The following example sets the selection color to red:

hmCal_SET HIGHLIGHT DAY COLOR(hmCal;0xFFFF;0;0)