|
||
int paint_entity_rgb ( char *path, RGB rgb, int mode )
char *path; // path name of block, object or symbol RGB rgb; // rgb color to use int mode; // parameters for painting
|
|
|||||||
Synopsis |
#include "silver.h"
The paint_entity_rgb function draws the specified entity in the specified rgb color.
|
|
||||||
Parameters |
path is the full path name of the entity. rgb is the color used to draw the entity.
|
|
||||||
Return Value |
paint_entity returns SS_SUCCESS (0) if the specified entity exists, and SS_NOTFOUND (-1) otherwise.
|
|
||||||
|
The mode parameter may have the following or’ed values:
|
|
||||||
See Also |
|
|||||||
|
|