GRASS GIS 8 Programmer's Manual  8.4.0dev(2024)-535c39c9fc
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 683 of file gis.h.

Field Documentation

◆ cmax

DCELL Colors::cmax

Definition at line 699 of file gis.h.

◆ cmin

DCELL Colors::cmin

Definition at line 698 of file gis.h.

◆ fixed

struct _Color_Info_ Colors::fixed

Definition at line 695 of file gis.h.

◆ invert

int Colors::invert

Definition at line 686 of file gis.h.

◆ is_float

int Colors::is_float

Definition at line 687 of file gis.h.

◆ modular

struct _Color_Info_ Colors::modular

Definition at line 695 of file gis.h.

◆ null_blu

unsigned char Colors::null_blu

Definition at line 691 of file gis.h.

◆ null_grn

unsigned char Colors::null_grn

Definition at line 690 of file gis.h.

◆ null_red

unsigned char Colors::null_red

Definition at line 689 of file gis.h.

◆ null_set

int Colors::null_set

Definition at line 688 of file gis.h.

◆ organizing

int Colors::organizing

Definition at line 700 of file gis.h.

◆ shift

DCELL Colors::shift

Definition at line 685 of file gis.h.

◆ undef_blu

unsigned char Colors::undef_blu

Definition at line 695 of file gis.h.

◆ undef_grn

unsigned char Colors::undef_grn

Definition at line 694 of file gis.h.

◆ undef_red

unsigned char Colors::undef_red

Definition at line 693 of file gis.h.

◆ undef_set

int Colors::undef_set

Definition at line 692 of file gis.h.

◆ version

int Colors::version

Definition at line 684 of file gis.h.


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