hmCal_GET BACKGROUND COLOR

hmCal_GET 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_GET COLOR!


Description

The command hmCal_GET BACKGROUND COLOR returns all three color components of the background color of the calendar.

Example

The following example returns the background color of the calendar:

C_LONGINT($vl_red;$vl_green;$vl_blue)

$vl_red:=0
$vl_green:=0
$vl_blue:=0

hmCal_GET BACKGROUND COLOR(hmCal;$vl_red;$vl_green;$vl_blue)