|
Krita Source Code Documentation
|
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} |
| KisHistogram * | histogram {nullptr} |
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.
| int KisAutoLevels::ChannelHistogram::channel {0} |
Definition at line 55 of file KisAutoLevels.h.
| KisHistogram* KisAutoLevels::ChannelHistogram::histogram {nullptr} |
Definition at line 54 of file KisAutoLevels.h.