glictColor Struct Reference

#include <types.h>

List of all members.


Detailed Description

Used to store all color elements supported by OpenGL - red, green, blue and alpha channel. Stored as float. Values 0.f-1.f.
Examples:

examples/memory_sdl/main.cpp.

Definition at line 58 of file types.h.


Public Member Functions

 glictColor (float red, float green, float blue, float alpha)
 glictColor ()

Public Attributes

float a
float b
float g
float r
 Red, green, blue and alpha element.

The documentation for this struct was generated from the following file:
SourceForge.net Logo
generated with doxygen 1.5.3 on Mon Oct 29 18:09:27 2007