digiKam
Loading...
Searching...
No Matches
Digikam::ExposureSettingsContainer Class Reference

#include <exposurecontainer.h>

Public Member Functions

 ExposureSettingsContainer ()=default
 
virtual ~ExposureSettingsContainer ()=default
 

Public Attributes

bool exposureIndicatorMode = true
 
QColor overExposureColor = Qt::black
 
bool overExposureIndicator = false
 
float overExposurePercent = 1.0
 
QColor underExposureColor = Qt::white
 
bool underExposureIndicator = false
 
float underExposurePercent = 1.0
 

Constructor & Destructor Documentation

◆ ExposureSettingsContainer()

Digikam::ExposureSettingsContainer::ExposureSettingsContainer ( )
default

◆ ~ExposureSettingsContainer()

virtual Digikam::ExposureSettingsContainer::~ExposureSettingsContainer ( )
virtualdefault

Member Data Documentation

◆ exposureIndicatorMode

bool Digikam::ExposureSettingsContainer::exposureIndicatorMode = true

If this option is true, over and under exposure indicators will be displayed only when pure white and pure black color matches, as all color components match the condition in the same time. Else indicators are turn on when one of color components match the condition.

Referenced by Digikam::EditorWindow::applyStandardSettings(), and Digikam::DImg::pureColorMask().

◆ overExposureColor

QColor Digikam::ExposureSettingsContainer::overExposureColor = Qt::black

◆ overExposureIndicator

◆ overExposurePercent

float Digikam::ExposureSettingsContainer::overExposurePercent = 1.0

◆ underExposureColor

QColor Digikam::ExposureSettingsContainer::underExposureColor = Qt::white

◆ underExposureIndicator

◆ underExposurePercent

float Digikam::ExposureSettingsContainer::underExposurePercent = 1.0

The documentation for this class was generated from the following file: