class CCamera::CCameraImageProcessing::TBitsIgnore |
Class used to control the number of bits to ignore for Red, Green, Blue or Alpha. This may be used when deciding for neighbourhood for source color in case of color swap and color accent feature
Public Member Functions | |
---|---|
TBitsIgnore() | |
IMPORT_C TInt | Size() |
IMPORT_C TUint | Version() |
Public Attributes | |
---|---|
TUint | iAlphaBitsIgnore |
TUint | iBlueBitsIgnore |
TUint | iGreenBitsIgnore |
TUint | iRedBitsIgnore |
Private Attributes | |
---|---|
TUint | iReservedBits |
TUint | iSize |
TUint | iVersion |
TUint | iAlphaBitsIgnore |
This gives the no. of bits to ignore for Alpha. Varies from 0 to 8. Any other value should be an error
TUint | iBlueBitsIgnore |
This gives the no. of bits to ignore for Blue color. Varies from 0 to 8. Any other value should be an error
TUint | iGreenBitsIgnore |
This gives the no. of bits to ignore for Green color. Varies from 0 to 8. Any other value should be an error
TUint | iRedBitsIgnore |
This gives the no. of bits to ignore for Red color. Varies from 0 to 8. Any other value should be an error