#include <mw/AknsRlEffect.h>
| struct TAknsRlRenderOpParam |
| Public Attributes | |
|---|---|
| TInt | iInputLayerAIndex |
| TInt | iInputLayerAStatus |
| TInt | iInputLayerBIndex |
| TInt | iInputLayerBStatus |
| TInt | iOutputLayerIndex |
| TInt | iOutputLayerStatus |
Rendering operation parameter structure.
| TInt | iInputLayerAIndex |
Index of input layer A. If iInputLayerAStatus is KAknsRlLayerNone, this value is undefined.
| TInt | iInputLayerAStatus |
Status (including channel configuration) of input layer A. This value must be one of KAknsRlLayer constants.
| TInt | iInputLayerBIndex |
Index of input layer B. If iInputLayerBStatus is KAknsRlLayerNone, this value is undefined.
| TInt | iInputLayerBStatus |
Status (including channel configuration) of input layer B. This value must be one of KAknsRlLayer constants.
| TInt | iOutputLayerStatus |
Status (including channel configuration) of output layer. This value must be one of KAknsRlLayer constants. The value of this field is never KAknsRlLayerNone.