class CCamera::CCameraImageProcessing::TColorOperationCapabilities |
Color operation capabilities characterizing both color swap and color accent feature
Public Member Functions | |
---|---|
TColorOperationCapabilities() | |
IMPORT_C TInt | Size() |
IMPORT_C TUint | Version() |
Public Attributes | |
---|---|
TBool | iIsCapabilityUniform |
TUint | iSupportedSourceRepresentation |
TUint | iSupportedSourceRgbGroupingMode |
TUint | iSupportedTargetRepresentation |
TUint | iSupportedTargetRgbGroupingMode |
Private Attributes | |
---|---|
TInt | iReserved |
TUint | iSize |
TUint | iVersion |
IMPORT_C | TColorOperationCapabilities | ( | ) |
Constructor. Sets the size of this class in iSize.
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