synfig-studio  1.0.3
brushsettings.hpp
Go to the documentation of this file.
1 // DO NOT EDIT - autogenerated by ./generate.py
2 
3 #define INPUT_PRESSURE 0
4 #define INPUT_SPEED1 1
5 #define INPUT_SPEED2 2
6 #define INPUT_RANDOM 3
7 #define INPUT_STROKE 4
8 #define INPUT_DIRECTION 5
9 #define INPUT_TILT_DECLINATION 6
10 #define INPUT_TILT_ASCENSION 7
11 #define INPUT_CUSTOM 8
12 #define INPUT_COUNT 9
13 
14 #define BRUSH_OPAQUE 0
15 #define BRUSH_OPAQUE_MULTIPLY 1
16 #define BRUSH_OPAQUE_LINEARIZE 2
17 #define BRUSH_RADIUS_LOGARITHMIC 3
18 #define BRUSH_HARDNESS 4
19 #define BRUSH_ANTI_ALIASING 5
20 #define BRUSH_DABS_PER_BASIC_RADIUS 6
21 #define BRUSH_DABS_PER_ACTUAL_RADIUS 7
22 #define BRUSH_DABS_PER_SECOND 8
23 #define BRUSH_RADIUS_BY_RANDOM 9
24 #define BRUSH_SPEED1_SLOWNESS 10
25 #define BRUSH_SPEED2_SLOWNESS 11
26 #define BRUSH_SPEED1_GAMMA 12
27 #define BRUSH_SPEED2_GAMMA 13
28 #define BRUSH_OFFSET_BY_RANDOM 14
29 #define BRUSH_OFFSET_BY_SPEED 15
30 #define BRUSH_OFFSET_BY_SPEED_SLOWNESS 16
31 #define BRUSH_SLOW_TRACKING 17
32 #define BRUSH_SLOW_TRACKING_PER_DAB 18
33 #define BRUSH_TRACKING_NOISE 19
34 #define BRUSH_COLOR_H 20
35 #define BRUSH_COLOR_S 21
36 #define BRUSH_COLOR_V 22
37 #define BRUSH_RESTORE_COLOR 23
38 #define BRUSH_CHANGE_COLOR_H 24
39 #define BRUSH_CHANGE_COLOR_L 25
40 #define BRUSH_CHANGE_COLOR_HSL_S 26
41 #define BRUSH_CHANGE_COLOR_V 27
42 #define BRUSH_CHANGE_COLOR_HSV_S 28
43 #define BRUSH_SMUDGE 29
44 #define BRUSH_SMUDGE_LENGTH 30
45 #define BRUSH_SMUDGE_RADIUS_LOG 31
46 #define BRUSH_ERASER 32
47 #define BRUSH_STROKE_THRESHOLD 33
48 #define BRUSH_STROKE_DURATION_LOGARITHMIC 34
49 #define BRUSH_STROKE_HOLDTIME 35
50 #define BRUSH_CUSTOM_INPUT 36
51 #define BRUSH_CUSTOM_INPUT_SLOWNESS 37
52 #define BRUSH_ELLIPTICAL_DAB_RATIO 38
53 #define BRUSH_ELLIPTICAL_DAB_ANGLE 39
54 #define BRUSH_DIRECTION_FILTER 40
55 #define BRUSH_LOCK_ALPHA 41
56 #define BRUSH_SETTINGS_COUNT 42
57 
58 #define STATE_X 0
59 #define STATE_Y 1
60 #define STATE_PRESSURE 2
61 #define STATE_DIST 3
62 #define STATE_ACTUAL_RADIUS 4
63 #define STATE_SMUDGE_RA 5
64 #define STATE_SMUDGE_GA 6
65 #define STATE_SMUDGE_BA 7
66 #define STATE_SMUDGE_A 8
67 #define STATE_LAST_GETCOLOR_R 9
68 #define STATE_LAST_GETCOLOR_G 10
69 #define STATE_LAST_GETCOLOR_B 11
70 #define STATE_LAST_GETCOLOR_A 12
71 #define STATE_LAST_GETCOLOR_RECENTNESS 13
72 #define STATE_ACTUAL_X 14
73 #define STATE_ACTUAL_Y 15
74 #define STATE_NORM_DX_SLOW 16
75 #define STATE_NORM_DY_SLOW 17
76 #define STATE_NORM_SPEED1_SLOW 18
77 #define STATE_NORM_SPEED2_SLOW 19
78 #define STATE_STROKE 20
79 #define STATE_STROKE_STARTED 21
80 #define STATE_CUSTOM_INPUT 22
81 #define STATE_RNG_SEED 23
82 #define STATE_ACTUAL_ELLIPTICAL_DAB_RATIO 24
83 #define STATE_ACTUAL_ELLIPTICAL_DAB_ANGLE 25
84 #define STATE_DIRECTION_DX 26
85 #define STATE_DIRECTION_DY 27
86 #define STATE_DECLINATION 28
87 #define STATE_ASCENSION 29
88 #define STATE_COUNT 30