Engauge Digitizer 2
Loading...
Searching...
No Matches
Variables
ColorConstants.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Variables

const int INTENSITY_MIN = 0
 Constants for use by CurveFilter and other curve-related classes.
 
const int INTENSITY_MAX = 100
 
const int INTENSITY_LOW_DEFAULT = 0
 
const int INTENSITY_HIGH_DEFAULT = 50
 
const int FOREGROUND_MIN = 0
 
const int FOREGROUND_MAX = 100
 
const int FOREGROUND_LOW_DEFAULT = 0
 
const int FOREGROUND_HIGH_DEFAULT = 10
 
const int HUE_MIN = 0
 
const int HUE_MAX = 360
 
const int HUE_LOW_DEFAULT = 180
 
const int HUE_HIGH_DEFAULT = 360
 
const int SATURATION_MIN = 0
 
const int SATURATION_MAX = 100
 
const int SATURATION_LOW_DEFAULT = 50
 
const int SATURATION_HIGH_DEFAULT = 100
 
const int VALUE_MIN = 0
 
const int VALUE_MAX = 100
 
const int VALUE_LOW_DEFAULT = 0
 
const int VALUE_HIGH_DEFAULT = 50
 

Variable Documentation

◆ FOREGROUND_HIGH_DEFAULT

const int FOREGROUND_HIGH_DEFAULT = 10

Definition at line 18 of file ColorConstants.h.

◆ FOREGROUND_LOW_DEFAULT

const int FOREGROUND_LOW_DEFAULT = 0

Definition at line 17 of file ColorConstants.h.

◆ FOREGROUND_MAX

const int FOREGROUND_MAX = 100

Definition at line 16 of file ColorConstants.h.

◆ FOREGROUND_MIN

const int FOREGROUND_MIN = 0

Definition at line 15 of file ColorConstants.h.

◆ HUE_HIGH_DEFAULT

const int HUE_HIGH_DEFAULT = 360

Definition at line 22 of file ColorConstants.h.

◆ HUE_LOW_DEFAULT

const int HUE_LOW_DEFAULT = 180

Definition at line 21 of file ColorConstants.h.

◆ HUE_MAX

const int HUE_MAX = 360

Definition at line 20 of file ColorConstants.h.

◆ HUE_MIN

const int HUE_MIN = 0

Definition at line 19 of file ColorConstants.h.

◆ INTENSITY_HIGH_DEFAULT

const int INTENSITY_HIGH_DEFAULT = 50

Definition at line 14 of file ColorConstants.h.

◆ INTENSITY_LOW_DEFAULT

const int INTENSITY_LOW_DEFAULT = 0

Definition at line 13 of file ColorConstants.h.

◆ INTENSITY_MAX

const int INTENSITY_MAX = 100

Definition at line 12 of file ColorConstants.h.

◆ INTENSITY_MIN

const int INTENSITY_MIN = 0

Constants for use by CurveFilter and other curve-related classes.

Definition at line 11 of file ColorConstants.h.

◆ SATURATION_HIGH_DEFAULT

const int SATURATION_HIGH_DEFAULT = 100

Definition at line 26 of file ColorConstants.h.

◆ SATURATION_LOW_DEFAULT

const int SATURATION_LOW_DEFAULT = 50

Definition at line 25 of file ColorConstants.h.

◆ SATURATION_MAX

const int SATURATION_MAX = 100

Definition at line 24 of file ColorConstants.h.

◆ SATURATION_MIN

const int SATURATION_MIN = 0

Definition at line 23 of file ColorConstants.h.

◆ VALUE_HIGH_DEFAULT

const int VALUE_HIGH_DEFAULT = 50

Definition at line 30 of file ColorConstants.h.

◆ VALUE_LOW_DEFAULT

const int VALUE_LOW_DEFAULT = 0

Definition at line 29 of file ColorConstants.h.

◆ VALUE_MAX

const int VALUE_MAX = 100

Definition at line 28 of file ColorConstants.h.

◆ VALUE_MIN

const int VALUE_MIN = 0

Definition at line 27 of file ColorConstants.h.