This structure defines 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 |
This structure defines basic color values.
| float WXP::Color::blu |
Its blue value (0-1)
Referenced by WXP::ColorMap::add(), WXP::ColorMap::get(), and WXP::ColorMap::getRGB().
| float WXP::Color::grn |
Its green value (0-1)
Referenced by WXP::ColorMap::add(), WXP::ColorMap::get(), and WXP::ColorMap::getRGB().
| char WXP::Color::name[20] |
The color name
Referenced by WXP::ColorMap::getName().
| float WXP::Color::red |
Its red value (0-1)
Referenced by WXP::ColorMap::add(), WXP::ColorMap::get(), and WXP::ColorMap::getRGB().
The device specific color value
Referenced by WXP::ColorMap::getValue(), and WXP::ColorMap::setValue().
1.6.1