RGB-VALUE function
Returns an INTEGER value that represents a combination of a red, green, and blue color value. This function allows you to define an arbitrary color, expanding beyond those colors defined in the color table.
Note: Does not apply to SpeedScript programming.Syntax
redval
,greenval
,blueval
ExampleThe following code fragment shows how to set the background color of an ActiveX control:
For detailed information on programming ActiveX Controls, see OpenEdge Development: Programming Interfaces manual.
NoteThe RGB-VALUE function is generally most useful when it is used with ActiveX Controls.
See also
OpenEdge Release 10.2B
|