Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Returns the RGB color value that can be used for color-related operations.

See Also

BACKCOLOR propertyFORECOLOR propertyGRADIENTSTYLE property

Example

Code Block
* Set the background color of a window to yellow (RGB(255,255,0))
declare subroutine set_property
declare function RGB
prevBackColor = Set_Property(@window,'BACKCOLOR',RGB(255,255,0))