Method XbpPresSpace():setColor() Foundation
Sets or returns the default colors for all graphic functions.
:setColor( [<nForeground>], [<nBackground>] ) --> aCurrentColor
The :setColor() method returns an array containing the current foreground and background colors as {nForegroundColor, nBackgroundColor}. If new colors are set, this method returns an array containing the previous values.
The :setcolor() method determines the colors for graphic functions that are executed in the presentation space.
The GraSetColor() function is the functional equivalent of the :setColor() method. More information can be found in the discussion of the GraSetColor() function.
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.