Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

color Struct Reference

The definition of the color. More...

List of all members.

Public Attributes

float R
float G
float B
float A


Detailed Description

The definition of the color.

Defines the color by Red, Green, Blue and Alpha values

Definition at line 76 of file visualThread.cpp.

00077 {
00078     float R; 
00079     float G; 
00080     float B; 
00081     float A; 
00082     }

Member Data Documentation

float color::A

The alpha-value

Definition at line 81 of file visualThread.cpp.

float color::B

The amount of blue

Definition at line 80 of file visualThread.cpp.

float color::G

The amount of green

Definition at line 79 of file visualThread.cpp.

float color::R

The amount of red

Definition at line 78 of file visualThread.cpp.


The documentation for this struct was generated from the following file:
Generated at Sat May 13 13:50:24 2000 for 3Dsia by doxygen 1.1.2 written by Dimitri van Heesch, © 1997-2000