aknsrleffectcontext.h File Reference

API published in: S60 2nd Ed FP 3

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.

const TInt KAknsRlLayerNone = 0x1
 

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

const TInt KAknsRlLayerRGBA = 0x8
 

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

const TInt KAknsRlLayerRGBOnly = 0x2
 

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


Copyright © Nokia Corporation 2001-2008
Back to top