AknsRlEffectContext.h File Reference

Link against: aknskins.lib aknskinsrv.lib aknswallpaperutils.lib

Capability Information

Required Capabilities

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.

Variable Documentation

const TInt KAknsRlLayerAlphaOnly = 0x4
 

Constant value indicating a rendering operation where the layer has only an alpha channel.

Since:
2.8
const TInt KAknsRlLayerNone = 0x1
 

Constant value indicating a rendering operation where the layer is not given at all.

Since:
2.8
const TInt KAknsRlLayerRGBA = 0x8
 

Constant value indicating a rendering operation where the layer has both an RGB channel and an alpha channel.

Since:
2.8
const TInt KAknsRlLayerRGBOnly = 0x2
 

Constant value indicating a rendering operation where the layer has only an RGB channel.

Since:
2.8

Copyright © Nokia Corporation 2001-2007
Back to top