BRL-CAD
ColorMap Struct Reference

#include <dm.h>

Data Fields

unsigned short cm_red [256]
 
unsigned short cm_green [256]
 
unsigned short cm_blue [256]
 

Detailed Description

These generic color maps have up to 16 bits of significance, left-justified in a short. Think of this as fixed-point values from 0 to 1.

Definition at line 365 of file dm.h.

Field Documentation

◆ cm_red

unsigned short cm_red[256]

Definition at line 366 of file dm.h.

◆ cm_green

unsigned short cm_green[256]

Definition at line 367 of file dm.h.

◆ cm_blue

unsigned short cm_blue[256]

Definition at line 368 of file dm.h.


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