Simple colour. More...
 Include dependency graph for simple2.h:
 Include dependency graph for simple2.h: This graph shows which files directly or indirectly include this file:
 This graph shows which files directly or indirectly include this file:Go to the source code of this file.
| Macros | |
| #define | COLOR_COMPOSE(cid) | 
| Functions | |
| void | simple_colors_init (void) | 
| Initialise the simple colour definitions. | |
| void | simple_colors_reset (void) | 
| Reset the simple colour definitions. | |
| void | simple_colors_cleanup (void) | 
| Cleanup the simple colour definitions. | |
| struct AttrColor * | simple_color_get (enum ColorId cid) | 
| Get the colour of an object by its ID. | |
| bool | simple_color_is_set (enum ColorId cid) | 
| Is the object coloured? | |
| void | simple_color_reset (enum ColorId cid) | 
| Clear the colour of a simple object. | |
| struct AttrColor * | simple_color_set (enum ColorId cid, struct AttrColor *ac_val) | 
| Set the colour of a simple object. | |
Simple colour.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.
Definition in file simple2.h.
| #define COLOR_COMPOSE | ( | cid | ) | 
| void simple_colors_init | ( | void | ) | 
Initialise the simple colour definitions.
Definition at line 47 of file simple.c.
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| void simple_colors_reset | ( | void | ) | 
Reset the simple colour definitions.
Definition at line 70 of file simple.c.
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| void simple_colors_cleanup | ( | void | ) | 
Cleanup the simple colour definitions.
Definition at line 83 of file simple.c.
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:Get the colour of an object by its ID.
| cid | Colour ID, e.g. MT_COLOR_SEARCH | 
| ptr | AttrColor of the object | 
Definition at line 95 of file simple.c.
 Here is the caller graph for this function:
 Here is the caller graph for this function:| bool simple_color_is_set | ( | enum ColorId | cid | ) | 
Is the object coloured?
| cid | Colour ID, e.g. MT_COLOR_SEARCH | 
| true | Yes, a 'color' command has been used on this object | 
Definition at line 116 of file simple.c.
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| void simple_color_reset | ( | enum ColorId | cid | ) | 
Clear the colour of a simple object.
| cid | Colour ID, e.g. MT_COLOR_SEARCH | 
Definition at line 150 of file simple.c.
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:Set the colour of a simple object.
| cid | Colour ID, e.g. MT_COLOR_SEARCH | 
| ac_val | Colour value to use | 
| ptr | Colour | 
Definition at line 127 of file simple.c.
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function: