| 
    GRASS 8 Programmer's Manual
    8.5.0dev(2025)-9d806b45d8
    
   | 
 
#include <gis.h>

Data Fields | |
| struct _Color_Rule_ * | rules | 
| int | n_rules | 
| struct { | |
| unsigned char * red | |
| unsigned char * grn | |
| unsigned char * blu | |
| unsigned char * set | |
| int nalloc | |
| int active | |
| } | lookup | 
| struct { | |
| DCELL * vals | |
| struct _Color_Rule_ ** rules | |
| int nalloc | |
| int active | |
| } | fp_lookup | 
| DCELL | min | 
| DCELL | max | 
| int _Color_Info_::active | 
Definition at line 678 of file gis.h.
Referenced by Rast__color_free_fp_lookup(), and Rast__color_free_lookup().
| unsigned char* _Color_Info_::blu | 
Definition at line 675 of file gis.h.
Referenced by Rast__color_free_lookup().
| struct { ... } _Color_Info_::fp_lookup | 
Referenced by Rast__color_free_fp_lookup().
| unsigned char* _Color_Info_::grn | 
Definition at line 674 of file gis.h.
Referenced by Rast__color_free_lookup().
| struct { ... } _Color_Info_::lookup | 
Referenced by Rast__color_free_lookup().
| int _Color_Info_::nalloc | 
Definition at line 677 of file gis.h.
Referenced by Rast__color_free_fp_lookup().
| unsigned char* _Color_Info_::red | 
Definition at line 673 of file gis.h.
Referenced by Rast__color_free_lookup().
| struct _Color_Rule_* _Color_Info_::rules | 
Definition at line 669 of file gis.h.
Referenced by Rast__color_free_fp_lookup().
| struct _Color_Rule_** _Color_Info_::rules | 
| unsigned char* _Color_Info_::set | 
Definition at line 676 of file gis.h.
Referenced by Rast__color_free_lookup().
| DCELL* _Color_Info_::vals | 
Definition at line 682 of file gis.h.
Referenced by Rast__color_free_fp_lookup().