Method Get():colorDisp() Foundation

Changes the Get object's color and redisplays the Get.

Syntax
:colorDisp([<cColor>]) --> self
Parameters
<cColor>
<cColor> is an optional character string containing one or two color values. If passed, these colors become the new Get object colors.
Return

:colorDisp() returns a reference to the Get object.

Description

This method redisplays the edit buffer. If <cColor> contains a character string, its value is assigned to the instance variable :colorSpec. The method :colorDisp() is thus equivalent to assigning <cColor> to oGet:colorSpec and then immediately calling oGet:display().

Feedback

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.