Krita Source Code Documentation
Loading...
Searching...
No Matches
KisVisualColorSelector::Private Struct Reference

Public Attributes

bool acceptTabletEvents {false}
 
KisColorSelectorConfiguration acs_config
 
bool autoAdjustExposure {true}
 
QVector4D channelValues
 
bool circular {false}
 
int colorChannelCount {0}
 
QPointer< const KoColorDisplayRendererInterfacedisplayRenderer
 
KoGamutMaskSP gamutMask
 
bool initialized {false}
 
int minimumSliderWidth {16}
 
bool proofColors {false}
 
KisVisualColorSelector::RenderMode renderMode {RenderMode::DynamicBackground}
 
KisVisualColorModelSP selectorModel
 
Qt::Edge sliderPosition {Qt::LeftEdge}
 
qreal stretchLimit {1.5}
 
KisSignalCompressorupdateTimer {0}
 
bool useACSConfig {true}
 
QList< KisVisualColorSelectorShape * > widgetlist
 

Detailed Description

Definition at line 28 of file KisVisualColorSelector.cpp.

Member Data Documentation

◆ acceptTabletEvents

bool KisVisualColorSelector::Private::acceptTabletEvents {false}

Definition at line 31 of file KisVisualColorSelector.cpp.

31{false};

◆ acs_config

KisColorSelectorConfiguration KisVisualColorSelector::Private::acs_config

Definition at line 43 of file KisVisualColorSelector.cpp.

◆ autoAdjustExposure

bool KisVisualColorSelector::Private::autoAdjustExposure {true}

Definition at line 36 of file KisVisualColorSelector.cpp.

36{true};

◆ channelValues

QVector4D KisVisualColorSelector::Private::channelValues

Definition at line 41 of file KisVisualColorSelector.cpp.

◆ circular

bool KisVisualColorSelector::Private::circular {false}

Definition at line 32 of file KisVisualColorSelector.cpp.

32{false};

◆ colorChannelCount

int KisVisualColorSelector::Private::colorChannelCount {0}

Definition at line 37 of file KisVisualColorSelector.cpp.

37{0};

◆ displayRenderer

QPointer<const KoColorDisplayRendererInterface> KisVisualColorSelector::Private::displayRenderer

Definition at line 46 of file KisVisualColorSelector.cpp.

◆ gamutMask

KoGamutMaskSP KisVisualColorSelector::Private::gamutMask

Definition at line 47 of file KisVisualColorSelector.cpp.

◆ initialized

bool KisVisualColorSelector::Private::initialized {false}

Definition at line 34 of file KisVisualColorSelector.cpp.

34{false};

◆ minimumSliderWidth

int KisVisualColorSelector::Private::minimumSliderWidth {16}

Definition at line 38 of file KisVisualColorSelector.cpp.

38{16};

◆ proofColors

bool KisVisualColorSelector::Private::proofColors {false}

Definition at line 33 of file KisVisualColorSelector.cpp.

33{false};

◆ renderMode

◆ selectorModel

KisVisualColorModelSP KisVisualColorSelector::Private::selectorModel

Definition at line 45 of file KisVisualColorSelector.cpp.

◆ sliderPosition

Qt::Edge KisVisualColorSelector::Private::sliderPosition {Qt::LeftEdge}

Definition at line 39 of file KisVisualColorSelector.cpp.

39{Qt::LeftEdge};

◆ stretchLimit

qreal KisVisualColorSelector::Private::stretchLimit {1.5}

Definition at line 40 of file KisVisualColorSelector.cpp.

40{1.5};

◆ updateTimer

KisSignalCompressor* KisVisualColorSelector::Private::updateTimer {0}

Definition at line 44 of file KisVisualColorSelector.cpp.

44{0};

◆ useACSConfig

bool KisVisualColorSelector::Private::useACSConfig {true}

Definition at line 35 of file KisVisualColorSelector.cpp.

35{true};

◆ widgetlist

QList<KisVisualColorSelectorShape*> KisVisualColorSelector::Private::widgetlist

Definition at line 30 of file KisVisualColorSelector.cpp.


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