summaryrefslogtreecommitdiff
path: root/src/nanolight.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2019-06-15 00:48:40 +0200
committerThomas White <taw@physics.org>2019-06-15 00:48:40 +0200
commitfbea1b43c3922a6a8277796d2369a4781e891c4d (patch)
tree2c331a67953cc48c1f9d5454a18ec6deba5276d8 /src/nanolight.h
parent6969eb14314ab89a100394a5f6f327e53258cc95 (diff)
Add loads of parameters
Diffstat (limited to 'src/nanolight.h')
-rw-r--r--src/nanolight.h10
1 files changed, 9 insertions, 1 deletions
diff --git a/src/nanolight.h b/src/nanolight.h
index 046ea38..e5540f5 100644
--- a/src/nanolight.h
+++ b/src/nanolight.h
@@ -34,7 +34,15 @@ enum attr_class
ATT_INTENSITY,
ATT_PAN,
ATT_TILT,
- ATT_STROBE
+ ATT_STROBE,
+ ATT_CYAN,
+ ATT_MAGENTA,
+ ATT_YELLOW,
+ ATT_RGOBO,
+ ATT_GOBO,
+ ATT_PRISM,
+ ATT_FOCUS,
+ ATT_ZOOM,
};