Link against: aknskins.lib aknskinsrv.lib aknswallpaperutils.lib
None
#include <fbs.h>
#include <bitdev.h>
Go to the source code of this file.
Data Structures |
|
| struct | TAknsRlLayerData |
| Structure that encapsulates information of a layer. More... |
|
| class | MAknsRlEffectContext |
| Interface to skin effect context. More... |
|
Variables |
|
| const TInt | KAknsRlLayerNone = 0x1 |
| Constant value indicating a rendering operation where the layer is not given at all. |
|
| const TInt | KAknsRlLayerRGBOnly = 0x2 |
| Constant value indicating a rendering operation where the layer has only an RGB channel. |
|
| const TInt | KAknsRlLayerAlphaOnly = 0x4 |
| Constant value indicating a rendering operation where the layer has only an alpha channel. |
|
| const TInt | KAknsRlLayerRGBA = 0x8 |
| Constant value indicating a rendering operation where the layer has both an RGB channel and an alpha channel. |
|
|
|
Constant value indicating a rendering operation where the layer has only an alpha channel.
|
|
|
Constant value indicating a rendering operation where the layer is not given at all.
|
|
|
Constant value indicating a rendering operation where the layer has both an RGB channel and an alpha channel.
|
|
|
Constant value indicating a rendering operation where the layer has only an RGB channel.
|