Function ColorSelect() Foundation
Activate a color value from the current color settings.
ColorSelect( <nColorIndex> ) --> NIL
The return value of ColorSelect() is always NIL.
The function ColorSelect() activates the indicated color pair from the list of colors set with SetColor(). In the file COLOR.CH symbolic constants for<nColorIndex> are defined:
Constant | Description |
---|---|
CLR_STANDARD | All screen output commands and functions |
CLR_ENHANCED | Get fields and highlighted items" |
CLR_BORDER | Screen border (only with EGA and VGA monitors) |
CLR_BACKGROUND | Not supported |
CLR_UNSELECTED | Unselected Get fields |
ColorSelect() does not change the color settings defined with SetColor().
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.