Engauge Digitizer 2
|
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 |
const int FOREGROUND_HIGH_DEFAULT = 10 |
Definition at line 18 of file ColorConstants.h.
const int FOREGROUND_LOW_DEFAULT = 0 |
Definition at line 17 of file ColorConstants.h.
const int FOREGROUND_MAX = 100 |
Definition at line 16 of file ColorConstants.h.
const int FOREGROUND_MIN = 0 |
Definition at line 15 of file ColorConstants.h.
const int HUE_HIGH_DEFAULT = 360 |
Definition at line 22 of file ColorConstants.h.
const int HUE_LOW_DEFAULT = 180 |
Definition at line 21 of file ColorConstants.h.
const int HUE_MAX = 360 |
Definition at line 20 of file ColorConstants.h.
const int HUE_MIN = 0 |
Definition at line 19 of file ColorConstants.h.
const int INTENSITY_HIGH_DEFAULT = 50 |
Definition at line 14 of file ColorConstants.h.
const int INTENSITY_LOW_DEFAULT = 0 |
Definition at line 13 of file ColorConstants.h.
const int INTENSITY_MAX = 100 |
Definition at line 12 of file ColorConstants.h.
const int INTENSITY_MIN = 0 |
Constants for use by CurveFilter and other curve-related classes.
Definition at line 11 of file ColorConstants.h.
const int SATURATION_HIGH_DEFAULT = 100 |
Definition at line 26 of file ColorConstants.h.
const int SATURATION_LOW_DEFAULT = 50 |
Definition at line 25 of file ColorConstants.h.
const int SATURATION_MAX = 100 |
Definition at line 24 of file ColorConstants.h.
const int SATURATION_MIN = 0 |
Definition at line 23 of file ColorConstants.h.
const int VALUE_HIGH_DEFAULT = 50 |
Definition at line 30 of file ColorConstants.h.
const int VALUE_LOW_DEFAULT = 0 |
Definition at line 29 of file ColorConstants.h.
const int VALUE_MAX = 100 |
Definition at line 28 of file ColorConstants.h.
const int VALUE_MIN = 0 |
Definition at line 27 of file ColorConstants.h.