COLOR Data Type

Describes the RGB values of a color, as returned by the GetBackgroundColor method. 4Test defines this enumerated data type as follows:

[-] type COLOR is record
	[ ] INTEGER red 
	[ ] INTEGER green 
	[ ] INTEGER blue