|
WXP C++ Library Version 6.74.9
|
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 |
This struct stores basic color values.
| float WXP::Color::blu |
Its blue value (0-1)
| float WXP::Color::grn |
Its green value (0-1)
| char WXP::Color::name[20] |
The color name
| float WXP::Color::red |
Its red value (0-1)
| int WXP::Color::value |
The device specific color value