GRASS GIS 7 Programmer's Manual  7.9.dev(2021)-e5379bbd7
driver/color.c File Reference
#include <grass/colors.h>
#include "driver.h"
#include "driverlib.h"
Include dependency graph for driver/color.c:

Go to the source code of this file.

Functions

void COM_Color_RGB (unsigned char r, unsigned char g, unsigned char b)
 
void COM_Standard_color (int number)
 

Function Documentation

◆ COM_Color_RGB()

void COM_Color_RGB ( unsigned char  r,
unsigned char  g,
unsigned char  b 
)

Definition at line 5 of file driver/color.c.

References driver::Color.

Referenced by COM_Standard_color(), and D_RGB_color().

◆ COM_Standard_color()

void COM_Standard_color ( int  number)