Krita Source Code Documentation
Loading...
Searching...
No Matches
kis_arcs_constants.h File Reference
#include <QColor>

Go to the source code of this file.

Variables

static const QColor COLOR_DARK = QColor(50,50,50,255)
 
static const QColor COLOR_LIGHT = QColor(200,200,200,255)
 
static const QColor COLOR_MASK_CLEAR = COLOR_LIGHT
 
static const QColor COLOR_MASK_FILL = COLOR_MIDDLE_GRAY
 
static const QColor COLOR_MASK_OUTLINE = COLOR_LIGHT
 
static const QColor COLOR_MIDDLE_GRAY = QColor(128,128,128,255)
 
static const QColor COLOR_NORMAL_OUTLINE = COLOR_MIDDLE_GRAY
 
static const QColor COLOR_SELECTED_DARK = QColor(30,30,30,255)
 
static const QColor COLOR_SELECTED_LIGHT = QColor(220,220,220,255)
 
static const int DEFAULT_HUE_STEPS = 12
 
static const qreal DEFAULT_LUMA_B = 0.0722
 
static const qreal DEFAULT_LUMA_G = 0.7152
 
static const qreal DEFAULT_LUMA_GAMMA = 2.2
 
static const qreal DEFAULT_LUMA_R = 0.2126
 
static const int DEFAULT_SATURATION_STEPS = 7
 
static const int DEFAULT_VALUE_SCALE_STEPS = 11
 
static const int MAX_NUM_HUE_PIECES = 48
 
static const int MAX_NUM_LIGHT_PIECES = 30
 
static const int MAX_NUM_SATURATION_RINGS = 20
 
static const int MIN_NUM_HUE_PIECES = 1
 
static const int MIN_NUM_LIGHT_PIECES = 1
 
static const int MIN_NUM_SATURATION_RINGS = 1
 
static const int MIN_NUM_UI_HUE_PIECES = 2
 
static const int MIN_NUM_UI_LIGHT_PIECES = 2
 

Variable Documentation

◆ COLOR_DARK

const QColor COLOR_DARK = QColor(50,50,50,255)
static

Definition at line 32 of file kis_arcs_constants.h.

◆ COLOR_LIGHT

const QColor COLOR_LIGHT = QColor(200,200,200,255)
static

Definition at line 33 of file kis_arcs_constants.h.

◆ COLOR_MASK_CLEAR

const QColor COLOR_MASK_CLEAR = COLOR_LIGHT
static

Definition at line 39 of file kis_arcs_constants.h.

◆ COLOR_MASK_FILL

const QColor COLOR_MASK_FILL = COLOR_MIDDLE_GRAY
static

Definition at line 37 of file kis_arcs_constants.h.

◆ COLOR_MASK_OUTLINE

const QColor COLOR_MASK_OUTLINE = COLOR_LIGHT
static

Definition at line 38 of file kis_arcs_constants.h.

◆ COLOR_MIDDLE_GRAY

const QColor COLOR_MIDDLE_GRAY = QColor(128,128,128,255)
static

Definition at line 31 of file kis_arcs_constants.h.

◆ COLOR_NORMAL_OUTLINE

const QColor COLOR_NORMAL_OUTLINE = COLOR_MIDDLE_GRAY
static

Definition at line 40 of file kis_arcs_constants.h.

◆ COLOR_SELECTED_DARK

const QColor COLOR_SELECTED_DARK = QColor(30,30,30,255)
static

Definition at line 34 of file kis_arcs_constants.h.

◆ COLOR_SELECTED_LIGHT

const QColor COLOR_SELECTED_LIGHT = QColor(220,220,220,255)
static

Definition at line 35 of file kis_arcs_constants.h.

◆ DEFAULT_HUE_STEPS

const int DEFAULT_HUE_STEPS = 12
static

Definition at line 21 of file kis_arcs_constants.h.

◆ DEFAULT_LUMA_B

const qreal DEFAULT_LUMA_B = 0.0722
static

Definition at line 27 of file kis_arcs_constants.h.

◆ DEFAULT_LUMA_G

const qreal DEFAULT_LUMA_G = 0.7152
static

Definition at line 26 of file kis_arcs_constants.h.

◆ DEFAULT_LUMA_GAMMA

const qreal DEFAULT_LUMA_GAMMA = 2.2
static

Definition at line 28 of file kis_arcs_constants.h.

◆ DEFAULT_LUMA_R

const qreal DEFAULT_LUMA_R = 0.2126
static

Definition at line 25 of file kis_arcs_constants.h.

◆ DEFAULT_SATURATION_STEPS

const int DEFAULT_SATURATION_STEPS = 7
static

Definition at line 22 of file kis_arcs_constants.h.

◆ DEFAULT_VALUE_SCALE_STEPS

const int DEFAULT_VALUE_SCALE_STEPS = 11
static

Definition at line 23 of file kis_arcs_constants.h.

◆ MAX_NUM_HUE_PIECES

const int MAX_NUM_HUE_PIECES = 48
static

Definition at line 14 of file kis_arcs_constants.h.

◆ MAX_NUM_LIGHT_PIECES

const int MAX_NUM_LIGHT_PIECES = 30
static

Definition at line 17 of file kis_arcs_constants.h.

◆ MAX_NUM_SATURATION_RINGS

const int MAX_NUM_SATURATION_RINGS = 20
static

Definition at line 19 of file kis_arcs_constants.h.

◆ MIN_NUM_HUE_PIECES

const int MIN_NUM_HUE_PIECES = 1
static

Definition at line 12 of file kis_arcs_constants.h.

◆ MIN_NUM_LIGHT_PIECES

const int MIN_NUM_LIGHT_PIECES = 1
static

Definition at line 15 of file kis_arcs_constants.h.

◆ MIN_NUM_SATURATION_RINGS

const int MIN_NUM_SATURATION_RINGS = 1
static

Definition at line 18 of file kis_arcs_constants.h.

◆ MIN_NUM_UI_HUE_PIECES

const int MIN_NUM_UI_HUE_PIECES = 2
static

Definition at line 13 of file kis_arcs_constants.h.

◆ MIN_NUM_UI_LIGHT_PIECES

const int MIN_NUM_UI_LIGHT_PIECES = 2
static

Definition at line 16 of file kis_arcs_constants.h.