#include <ecamimageprocessing.h>
class CCamera::CCameraImageProcessing::TColorOperationCapabilities |
Public Attributes | |
---|---|
TBool | iIsCapabilityUniform |
TUint | iSupportedSourceRepresentation |
TUint | iSupportedSourceRgbGroupingMode |
TUint | iSupportedTargetRepresentation |
TUint | iSupportedTargetRgbGroupingMode |
Public Member Functions | |
---|---|
TColorOperationCapabilities() | |
IMPORT_C TInt | Size() |
IMPORT_C TUint | Version() |
Color operation capabilities characterizing both color swap and color accent feature
TBool | iIsCapabilityUniform |
This indicates whether the mapping mode and Rgb grouping mode uniform for every color entry
TUint | iSupportedSourceRepresentation |
The source color representation that the server supports. The supported representations are held as a bitwise logical OR of the relevant individual modes defined in CCamera::CCameraImageProcessing:: TColorOperationRepresentation.
TUint | iSupportedSourceRgbGroupingMode |
The source color Rgb grouping modes that the server supports. The modes are held as a bitwise logical OR of the relevant individual modes defined in CCamera::CCameraImageProcessing:: TColorOperationRgbGroupingMode.
TUint | iSupportedTargetRepresentation |
The target color representation that the server supports. The supported representations are held as a bitwise logical OR of the relevant individual modes defined in CCamera::CCameraImageProcessing:: TColorOperationRepresentation. Not applicable for color accent
TUint | iSupportedTargetRgbGroupingMode |
The target color Rgb grouping modes that the server supports. The modes are held as a bitwise logical OR of the relevant individual modes defined in CCamera::CCameraImageProcessing:: TColorOperationRgbGroupingMode. Not applicable for color accent
IMPORT_C | TColorOperationCapabilities | ( | ) |
Constructor. Sets the size of this class in iSize.
Constructor for the TColorOperationCapabilities class. Sets the size and version of this class.
IMPORT_C TInt | Size | ( | ) | const |
Returns the size of the class. Used for extensibility by deriving from this base class and adding new member variables. Intended to be used for implementation of methods where this class reference is passed as function arguments. Implementation of such methods can find out the whether the actual class passed is base or the derived one. So, if a new application is made to run on an old implementation, an error may occur in such cases after the old implementation detects this by getting the size information of the T class passed. Also, if old application is made to run on a new implementation, this could be properly handled if the derived class variables handling is done in a proper 'if-else' statement.
The size will be modified when the T-class gets updated.
Returns: The size of the class.
IMPORT_C TUint | Version | ( | ) | const |
Returns the version of the class. Used for extensibility specially when the class members are not added but the Reserved members get used at a later stage.
The version will be modified when the T-class gets updated.
Returns: The version of this class.