GRASS GIS 7 Programmer's Manual  7.9.dev(2021)-e5379bbd7
_Color_Info_ Struct Reference

#include <gis.h>

Collaboration diagram for _Color_Info_:

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
 

Detailed Description

Definition at line 638 of file gis.h.

Field Documentation

◆ active

int _Color_Info_::active

Definition at line 650 of file gis.h.

Referenced by Rast__color_free_fp_lookup(), and Rast__color_free_lookup().

◆ blu

unsigned char* _Color_Info_::blu

Definition at line 647 of file gis.h.

Referenced by Rast__color_free_lookup().

◆ fp_lookup

struct { ... } _Color_Info_::fp_lookup

◆ grn

unsigned char* _Color_Info_::grn

Definition at line 646 of file gis.h.

Referenced by Rast__color_free_lookup().

◆ lookup

struct { ... } _Color_Info_::lookup

Referenced by Rast__color_free_lookup().

◆ max

DCELL _Color_Info_::max

Definition at line 662 of file gis.h.

◆ min

DCELL _Color_Info_::min

Definition at line 662 of file gis.h.

◆ n_rules

int _Color_Info_::n_rules

Definition at line 641 of file gis.h.

◆ nalloc

int _Color_Info_::nalloc

Definition at line 649 of file gis.h.

Referenced by Rast__color_free_fp_lookup().

◆ red

unsigned char* _Color_Info_::red

Definition at line 645 of file gis.h.

Referenced by Rast__color_free_lookup().

◆ rules [1/2]

struct _Color_Rule_* _Color_Info_::rules

Definition at line 640 of file gis.h.

Referenced by Rast__color_free_fp_lookup().

◆ rules [2/2]

struct _Color_Rule_** _Color_Info_::rules

Definition at line 657 of file gis.h.

◆ set

unsigned char* _Color_Info_::set

Definition at line 648 of file gis.h.

Referenced by Rast__color_free_lookup().

◆ vals

DCELL* _Color_Info_::vals

Definition at line 655 of file gis.h.

Referenced by Rast__color_free_fp_lookup().


The documentation for this struct was generated from the following file: