Krita Source Code Documentation
Loading...
Searching...
No Matches
KisAutoLevels::ChannelHistogram Struct Reference

Convenience class that associates a KisHistogram and a channel index. This is useful because setting a channel on the histogram mutates it. This way the functions can change the histogram channel by looking at the "channel" field. More...

#include <KisAutoLevels.h>

Public Attributes

int channel {0}
 
KisHistogramhistogram {nullptr}
 

Detailed Description

Convenience class that associates a KisHistogram and a channel index. This is useful because setting a channel on the histogram mutates it. This way the functions can change the histogram channel by looking at the "channel" field.

Definition at line 52 of file KisAutoLevels.h.

Member Data Documentation

◆ channel

int KisAutoLevels::ChannelHistogram::channel {0}

Definition at line 55 of file KisAutoLevels.h.

55{0};

◆ histogram

KisHistogram* KisAutoLevels::ChannelHistogram::histogram {nullptr}

Definition at line 54 of file KisAutoLevels.h.

54{nullptr};

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