WXP C++ Library Version 6.74.9
Loading...
Searching...
No Matches
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

Its blue value (0-1)

◆ grn

float WXP::Color::grn

Its green value (0-1)

◆ name

char WXP::Color::name[20]

The color name

◆ red

float WXP::Color::red

Its red value (0-1)

◆ value

int WXP::Color::value

The device specific color value


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