Try OpenEdge Now
skip to main content
ABL Reference
Handle Attributes and Methods Reference : GET-RGB-VALUE( ) method
 

GET-RGB-VALUE( ) method

(Graphical interfaces only)
Returns an INTEGER that represents a combination of the red, green, and blue value of an entry in the color table.
Return type: INTEGER
Applies to: COLOR-TABLE system handle

Syntax

GET-RGB-VALUE ( index )
index
An integer expression that specifies an entry in the color table.
Note: This method is useful primarily when using colors with ActiveX controls.