7.6

Table Of Contents
Syntax
getcyan( color ) integer
Arguments
color
Color array for which you want to determine the Cyan value.
Code Sample Example
set-
fill-
color([getcyan(&c),getmagenta(&c),getyellow(&c),if(getblack(&c)>50,100,getblack(&c)+20)])
GetMagenta (function)
Returns the value of the Magenta component of a color array.
Syntax
getmagenta( color ) integer
Arguments
color
Color array for which you want to determine the Magenta value.
Code Sample Example
set-
fill-
color([getcyan(&c),getmagenta(&c),getyellow(&c),if(getblack(&c)>50,100,getblack(&c)+20)])
Getmeta (function)
Returns the value of a metadata attribute or field.
Syntax
getmeta(name: string; [flags : integer; path : string]) string
Arguments
name
The name of the metadata value to retrieve. Unless the GetAttribute flag argument is specified, the function looks for the
name in the field collection.
flags
©2010 Objectif Lune Inc - 489 -