GRASS 8 Programmer's Manual 8.6.0dev(2026)-ddeab64dbf
Loading...
Searching...
No Matches
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 692 of file gis.h.

Field Documentation

◆ cmax

◆ cmin

◆ fixed

◆ invert

int Colors::invert

Definition at line 695 of file gis.h.

Referenced by Rast__lookup_colors(), and Rast_invert_colors().

◆ is_float

int Colors::is_float

Definition at line 696 of file gis.h.

Referenced by Rast_get_c_color_range(), and Rast_mark_colors_as_fp().

◆ modular

◆ null_blu

unsigned char Colors::null_blu

Definition at line 700 of file gis.h.

Referenced by Rast_get_null_value_color(), and Rast_set_null_value_color().

◆ null_grn

unsigned char Colors::null_grn

Definition at line 699 of file gis.h.

Referenced by Rast_get_null_value_color(), and Rast_set_null_value_color().

◆ null_red

unsigned char Colors::null_red

Definition at line 698 of file gis.h.

Referenced by Rast_get_null_value_color(), and Rast_set_null_value_color().

◆ null_set

int Colors::null_set

Definition at line 697 of file gis.h.

Referenced by Rast_get_null_value_color(), and Rast_set_null_value_color().

◆ organizing

int Colors::organizing

Definition at line 709 of file gis.h.

Referenced by Rast__organize_colors().

◆ shift

DCELL Colors::shift

Definition at line 694 of file gis.h.

Referenced by Rast__lookup_colors(), Rast_shift_c_colors(), and Rast_shift_d_colors().

◆ undef_blu

unsigned char Colors::undef_blu

◆ undef_grn

unsigned char Colors::undef_grn

◆ undef_red

unsigned char Colors::undef_red

◆ undef_set

int Colors::undef_set

◆ version


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