@interface DUXHistogramWidget : DUXWidget |
| Header: | DUXHistogramWidget.h |
| Inherits From: | DUXWidget |
Widget to display histogram chart.
@property (strong, nonatomic) UIColor *histogramLineColor |
| Header: | DUXHistogramWidget.h |
Line color of the histogram.
@property (strong, nonatomic) UIColor *histogramFillColor |
| Header: | DUXHistogramWidget.h |
Fill color of the histogram.
@property (strong, nonatomic) UIColor *histogramGridColor |
| Header: | DUXHistogramWidget.h |
Grid color of the histogram.
@property (strong, nonatomic) UIColor *histogramBackgroundColor |
| Header: | DUXHistogramWidget.h |
Background color of the histogram.
@property (assign, nonatomic) BOOL shouldDrawGrid |
| Header: | DUXHistogramWidget.h |
YES if grid needs to be drawn.
@property (assign, nonatomic) BOOL shouldDrawCubic |
| Header: | DUXHistogramWidget.h |
YES if histogram should be drawn in cubic mode.
@property (assign, nonatomic) BOOL shouldShowCloseButton |
| Header: | DUXHistogramWidget.h |
YES if histogram should show the close button.
@property (nonatomic) NSUInteger preferredCameraIndex |
| Header: | DUXHistogramWidget.h |
The index of the camera whose video feed will be the source of the histogram data. Default value is 0.