AIUIThemeColor Struct Reference
Color record used to return a theme color from AIUIThemeSuite::GetUIThemeColor().
More...
#include <AIUITheme.h>
List of all members.
Public Member Functions |
| | AIUIThemeColor (AIReal a=kAIRealOne, AIReal r=kAIRealZero, AIReal g=kAIRealZero, AIReal b=kAIRealZero) |
| | Default constructor.
|
Public Attributes |
| AIReal | alpha |
| | Alpha (transparency) value.
|
| AIReal | red |
| | Red value.
|
| AIReal | green |
| | Green value.
|
| AIReal | blue |
| | Blue value.
|
Detailed Description
Color record used to return a theme color from AIUIThemeSuite::GetUIThemeColor().
Constructor & Destructor Documentation
| AIUIThemeColor::AIUIThemeColor |
( |
AIReal |
a = kAIRealOne, |
|
|
AIReal |
r = kAIRealZero, |
|
|
AIReal |
g = kAIRealZero, |
|
|
AIReal |
b = kAIRealZero | |
|
) |
| | [inline] |
Member Data Documentation
Alpha (transparency) value.
The documentation for this struct was generated from the following file: