hmCal_GET APPOINTMENT TEXTCOLOR

hmCal_GET APPOINTMENT TEXTCOLOR(area;reference;red;green;blue)

Parameter          Type             Description
area               Longint      ->  hmCal area
reference          Longint      ->  appointment-id
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 APPOINTMENT TEXTCOLOR returns all three color components of the description-text color of the appointment.

Example

The following example returns the description-text color of the appointment:

C_LONGINT($vl_red;$vl_green;$vl_blue)

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

hmCal_GET APPOINTMENT TEXTCOLOR(hmCal;1;$vl_red;$vl_green;$vl_blue)