class CCamera::CCameraV2Histogram::TDirectHistogramParameters |
Specifes the parameters necessary for a direct histogram.
Public Member Functions | |
---|---|
TDirectHistogramParameters() | |
IMPORT_C TUint | Size() |
IMPORT_C TUint | Version() |
Public Attributes | |
---|---|
TRgb | iBackgroundColor |
TRgb | iHistogramColor |
TSize | iHistogramSize |
THistogramType | iHistogramType |
TPoint | iPosition |
Private Attributes | |
---|---|
TInt | iReserved1 |
TInt | iReserved2 |
TInt | iReserved3 |
TUint | iSize |
TUint | iVersion |
TRgb | iHistogramColor |
The colour and alpha blending with which the histogram will be displayed.
THistogramType | iHistogramType |
The type of histogram to be prepared. This must be one of the supported histogram types returned by SupportedHistograms().
TPoint | iPosition |
The position on the screen (in pixels) where the histogram is to be displayed.