RICOH Camera USB SDK for C++
1.1.0
RICOH Camera USB SDK for C++
|
The class for setting of white balance. More...
#include <ricoh_camera_sdk/white_balance.hpp>
Public Member Functions | |
WhiteBalance () | |
Constructs an object not having a value. More... | |
~WhiteBalance ()=default | |
Public Member Functions inherited from Ricoh::CameraController::CaptureSetting | |
virtual | ~CaptureSetting ()=default |
virtual bool | operator== (const CaptureSetting &obj) const |
virtual bool | operator!= (const CaptureSetting &obj) const |
virtual const std::string & | getName () const |
Returns the name of the setting. More... | |
virtual const CaptureSettingValue & | getValue () const |
Returns the value of a setting. More... | |
virtual void | setValue (std::unique_ptr< CaptureSettingValue > &&value) |
Sets the value of a setting. More... | |
virtual const std::vector< const CaptureSetting * > & | getAvailableSettings () const |
Returns the valid settings that varies depending on the state and setting of the camera device. More... | |
virtual std::string | toString () const |
Static Public Attributes | |
static const WhiteBalance * | Undefined |
static const WhiteBalance * | Auto |
static const WhiteBalance * | Daylight |
static const WhiteBalance * | Tungsten |
static const WhiteBalance * | Flash |
static const WhiteBalance * | Shade |
static const WhiteBalance * | Cloudy |
static const WhiteBalance * | FluorescentDaylight |
static const WhiteBalance * | FluorescentDaylightWhite |
static const WhiteBalance * | FluorescentCoolWhite |
static const WhiteBalance * | FluorescentWarmWhite |
static const WhiteBalance * | Manual |
static const WhiteBalance * | Manual2 |
static const WhiteBalance * | Manual3 |
static const WhiteBalance * | ColorTemperature |
static const WhiteBalance * | ColorTemperature2 |
static const WhiteBalance * | ColorTemperature3 |
static const WhiteBalance * | CTE |
static const WhiteBalance * | MultiAuto |
The class for setting of white balance.
Ricoh::CameraController::WhiteBalance::WhiteBalance | ( | ) |
Constructs an object not having a value.
|
default |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |