CCamera::CCameraImageProcessing::TColorOperationEntry Class Reference

class CCamera::CCameraImageProcessing::TColorOperationEntry

Color operation parameters characterizing both color swap and color accent feature; and for a particular entry.

Constructor & Destructor Documentation

TColorOperationEntry()

IMPORT_CTColorOperationEntry()

Constructor. Sets the size of this class in iSize.

Member Functions Documentation

Size()

IMPORT_C TIntSize()const

Version()

IMPORT_C TUintVersion()const

Member Data Documentation

TColorOperationRgbGroupingMode iColorOperationSourceRgbGroupingMode

TColorOperationRgbGroupingMode iColorOperationSourceRgbGroupingMode

This defines the type of grouping for multiple representation of source color

TColorOperationRgbGroupingMode iColorOperationTargetRgbGroupingMode

TColorOperationRgbGroupingMode iColorOperationTargetRgbGroupingMode

This defines the type of grouping for multiple representation of target color in case of Color Swap operation. Redundant for Color Accent operation

TValueInfo iEntryStatus

TValueInfo iEntryStatus

This gives the entry status of every color operation entry. If entry is not set or removed, this is ENotActive. And if entry is set, then this is EDiscreteSteps

TBitsIgnore iNumBitsIgnored

TBitsIgnore iNumBitsIgnored

This gives the number of bits to ignore in case ERgbGroupingSignificantBits is used for multiple representation of source color. For any other case, no. of bits ignored for red, green, blue or alpha should be 0

TInt iReserved

TInt iReserved[private]

TUint iSize

TUint iSize[private]

TRgb iSourceColor

TRgb iSourceColor

The source color (rgb triplet) which is changed to target color in case of Color Swap operation and remains unaffected in case of Color Accent operation

TColorOperationRepresentation iSourceColorRepresentation

TColorOperationRepresentation iSourceColorRepresentation

This defines whether the given source color represents itself or a group of colors

TRgb iTargetColor

TRgb iTargetColor

The target color (rgb triplet) which replaces the source color in case of Color Swap operation. Redundant for Color Accent operation

TColorOperationRepresentation iTargetColorRepresentation

TColorOperationRepresentation iTargetColorRepresentation

This defines whether the given target color represents itself or a group of colors in case of Color Swap operation. Redundant for Color Accent operation

TUint iVersion

TUint iVersion[private]