6.0

Table Of Contents
101
Syntax
getblack( color ) integer
Arguments
color — Color array for which you want to determine the Black value.
Code Sample Example
setfillcolor([getcyan(&c),getmagenta(&c),getyellow(&c),if(getblack(&c)>50,100,
getblack(&c)+20)])
GetCyan (function)
Returns the value of the Cyan component of a color array.
Syntax
getcyan( color ) integer
Arguments
color — Color array for which you want to determine the Cyan value.
Code Sample Example
setfillcolor([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
setfillcolor([getcyan(&c),getmagenta(&c),getyellow(&c),if(getblack(&c)>50,100,
getblack(&c)+20)])