| |
Main Page Namespace List Class Hierarchy Alphabetical List Compound List Namespace Members Compound Members
PLMRGBA Struct ReferenceSimple 32bits RGBA color struct.
More...
#include <PLMColor.hpp>
List of all members.
Detailed Description
Simple 32bits RGBA color struct.
Alpha: 0 means transparent, 1 means opaque.
Constructor & Destructor Documentation
| PLMRGBA::PLMRGBA |
( |
|
) |
[inline] |
|
|
|
Create a default color (uninitialised !).
|
| PLMRGBA::PLMRGBA |
( |
u8 |
rr, |
|
|
u8 |
gg, |
|
|
u8 |
bb, |
|
|
u8 |
aa = 255 |
|
) |
[inline] |
|
|
|
Create a color with the given components (red, green, blue and maybe alpha).
|
The documentation for this struct was generated from the following file:
Generated by
Doxygen 1.2.18 on Tue Oct 26 12:07:44 2004.
|