WXP C++ Library Version 6.74.6
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
WXP::Color Struct Reference

This struct stores basic color values. More...

#include "../include/Color.h"

Public Member Functions

int init ()
 

Public Attributes

char name [20]
 
float red
 
float grn
 
float blu
 
int value
 

Detailed Description

This struct stores basic color values.

Author
Dan Vietor

Member Data Documentation

◆ blu

float WXP::Color::blu

◆ grn

float WXP::Color::grn

◆ name

char WXP::Color::name[20]

The color name

Referenced by WXP::ColorMap::getName().

◆ red

float WXP::Color::red

◆ value

int WXP::Color::value

The device specific color value

Referenced by WXP::ColorMap::getValue(), and WXP::ColorMap::setValue().


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