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

#include <gis.h>

Collaboration diagram for Colors:

Data Fields

int version
 
DCELL shift
 
int invert
 
int is_float
 
int null_set
 
unsigned char null_red
 
unsigned char null_grn
 
unsigned char null_blu
 
int undef_set
 
unsigned char undef_red
 
unsigned char undef_grn
 
unsigned char undef_blu
 
struct _Color_Info_ fixed
 
struct _Color_Info_ modular
 
DCELL cmin
 
DCELL cmax
 
int organizing
 

Detailed Description

Definition at line 665 of file gis.h.

Field Documentation

◆ cmax

DCELL Colors::cmax

Definition at line 682 of file gis.h.

◆ cmin

DCELL Colors::cmin

Definition at line 681 of file gis.h.

◆ fixed

struct _Color_Info_ Colors::fixed

Definition at line 679 of file gis.h.

◆ invert

int Colors::invert

Definition at line 669 of file gis.h.

◆ is_float

int Colors::is_float

Definition at line 670 of file gis.h.

Referenced by Rast_mark_colors_as_fp().

◆ modular

struct _Color_Info_ Colors::modular

Definition at line 680 of file gis.h.

◆ null_blu

unsigned char Colors::null_blu

Definition at line 674 of file gis.h.

◆ null_grn

unsigned char Colors::null_grn

Definition at line 673 of file gis.h.

◆ null_red

unsigned char Colors::null_red

Definition at line 672 of file gis.h.

◆ null_set

int Colors::null_set

Definition at line 671 of file gis.h.

◆ organizing

int Colors::organizing

Definition at line 683 of file gis.h.

◆ shift

DCELL Colors::shift

Definition at line 668 of file gis.h.

◆ undef_blu

unsigned char Colors::undef_blu

Definition at line 678 of file gis.h.

◆ undef_grn

unsigned char Colors::undef_grn

Definition at line 677 of file gis.h.

◆ undef_red

unsigned char Colors::undef_red

Definition at line 676 of file gis.h.

◆ undef_set

int Colors::undef_set

Definition at line 675 of file gis.h.

◆ version

int Colors::version

Definition at line 667 of file gis.h.


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