Home
last modified time | relevance | path

Searched refs:GammaBright (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/photivo/photivo/Sources/
H A DptConstants.h392 GammaBright = 12, // keep in sync with overlay mode of same name enumerator
491 GammaBright, enumerator
H A DptGuiOptions.cpp61 {QObject::tr("Gamma bright"), static_cast<int>(TOverlayMode::GammaBright), "GammaBright"},
H A DptImage.cpp2143 case TOverlayMode::GammaBright: in Overlay()
4541 else if (MaskType == TMaskType::GammaBright) in Tone()
4542 Overlay(ToneImage, Amount, Mask, TOverlayMode::GammaBright); in Tone()
/dports/graphics/photivo/photivo/Sources/filters/
H A DptFilter_ColorTone.cpp77 …maskTypes.append({QObject::tr("Midtones: gamma bright"), static_cast<int>(TMaskType::GammaBright),… in doDefineControls()
H A DptFilter_Outline.cpp67 …hOverlayModes.append({tr("Gamma bright"), static_cast<int>(TOverlayMode::GammaBright), "gammabrig… in doDefineControls()