diff --git a/fixtures/arri/l5-c-plus.json b/fixtures/arri/l5-c-plus.json new file mode 100644 index 0000000000..21d931a2ca --- /dev/null +++ b/fixtures/arri/l5-c-plus.json @@ -0,0 +1,4998 @@ +{ + "$schema": "https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/master/schemas/fixture.json", + "name": "L5-C Plus", + "categories": ["Dimmer", "Color Changer"], + "meta": { + "authors": ["Dyami Caliri"], + "createDate": "2025-01-30", + "lastModifyDate": "2025-01-30" + }, + "links": { + "manual": [ + "https://www.arri.com/resource/blob/382216/744a1820fe8b6c2b64092c759f38d6ea/arri-l-series-plus-operating-manual-en-data.pdf", + "https://www.arri.com/resource/blob/381308/ddc7ea24b1c45e4a9195cbf3a08326b0/arri-l-series-plus-dmx-protocol-data.pdf" + ], + "productPage": [ + "https://www.arri.com/en/lighting/led-spotlights/l-series-plus" + ] + }, + "physical": { + "dimensions": [220, 240, 372], + "weight": 5.4, + "power": 135, + "DMXconnector": "5-pin", + "bulb": { + "type": "LED" + }, + "lens": { + "degreesMinMax": [14, 50] + } + }, + "availableChannels": { + "Dimmer": { + "fineChannelAliases": ["Dimmer fine"], + "dmxValueResolution": "8bit", + "defaultValue": 0, + "highlightValue": 255, + "capability": { + "type": "Intensity" + } + }, + "Color Temperature": { + "fineChannelAliases": ["Color Temperature fine"], + "capability": { + "type": "ColorTemperature", + "colorTemperatureStart": "2800K", + "colorTemperatureEnd": "10000K" + } + }, + "Green-Magenta Point 8bit": { + "name": "Green-Magenta Point", + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 10], + "type": "Generic", + "comment": "Neutral" + }, + { + "dmxRange": [11, 20], + "type": "Generic", + "comment": "Full minus green" + }, + { + "dmxRange": [21, 119], + "type": "Generic", + "comment": "-99%…-1%" + }, + { + "dmxRange": [120, 145], + "type": "Generic", + "comment": "Neutral" + }, + { + "dmxRange": [146, 244], + "type": "Generic", + "comment": "1%…99%" + }, + { + "dmxRange": [245, 255], + "type": "Generic", + "comment": "Full plus green" + } + ] + }, + "Green-Magenta Point 16bit": { + "name": "Green-Magenta Point", + "fineChannelAliases": ["Green-Magenta Point 16bit fine"], + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 5000], + "type": "Generic", + "comment": "Neutral" + }, + { + "dmxRange": [5001, 10000], + "type": "Generic", + "comment": "Full minus green" + }, + { + "dmxRange": [10001, 29999], + "type": "Generic", + "comment": "-99%…-1%" + }, + { + "dmxRange": [30000, 40000], + "type": "Generic", + "comment": "Neutral" + }, + { + "dmxRange": [40001, 59999], + "type": "Generic", + "comment": "1%…99%" + }, + { + "dmxRange": [60000, 65535], + "type": "Generic", + "comment": "Full plus green" + } + ] + }, + "Cross Fade to Color": { + "fineChannelAliases": ["Cross Fade to Color fine"], + "defaultValue": 0, + "capability": { + "type": "Generic", + "comment": "White … RGBW/HSI color" + } + }, + "Red": { + "fineChannelAliases": ["Red fine"], + "defaultValue": 0, + "capability": { + "type": "ColorIntensity", + "color": "Red" + } + }, + "Green": { + "fineChannelAliases": ["Green fine"], + "defaultValue": 0, + "capability": { + "type": "ColorIntensity", + "color": "Green" + } + }, + "Blue": { + "fineChannelAliases": ["Blue fine"], + "defaultValue": 0, + "capability": { + "type": "ColorIntensity", + "color": "Blue" + } + }, + "White": { + "fineChannelAliases": ["White fine"], + "defaultValue": 0, + "capability": { + "type": "ColorIntensity", + "color": "White" + } + }, + "Hue": { + "fineChannelAliases": ["Hue fine"], + "defaultValue": 0, + "capability": { + "type": "Generic", + "comment": "0…360°" + } + }, + "Saturation": { + "fineChannelAliases": ["Saturation fine"], + "defaultValue": 0, + "capability": { + "type": "Generic", + "comment": "0…100%" + } + }, + "Fan Control": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 9], + "type": "NoFunction", + "comment": "Use Fan Mode of Fixture Menu" + }, + { + "dmxRange": [10, 57], + "type": "Maintenance", + "comment": "Quiet, Fan speed fixed" + }, + { + "dmxRange": [58, 105], + "type": "Maintenance", + "comment": "Variable, Fan speed variable" + }, + { + "dmxRange": [106, 153], + "type": "Maintenance", + "comment": "High Temp, Fan speed fixed" + }, + { + "dmxRange": [154, 201], + "type": "NoFunction" + }, + { + "dmxRange": [202, 249], + "type": "Maintenance", + "comment": "Fan At Full Speed" + }, + { + "dmxRange": [250, 255], + "type": "Maintenance", + "comment": "Fan off" + } + ] + }, + "Preset": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 11], + "type": "NoFunction" + }, + { + "dmxRange": [12, 23], + "type": "ColorPreset", + "comment": "Preset 01 - User Defined" + }, + { + "dmxRange": [24, 35], + "type": "ColorPreset", + "comment": "Preset 02 - User Defined" + }, + { + "dmxRange": [36, 47], + "type": "ColorPreset", + "comment": "Preset 03 - User Defined" + }, + { + "dmxRange": [48, 59], + "type": "ColorPreset", + "comment": "Preset 04 - User Defined" + }, + { + "dmxRange": [60, 71], + "type": "ColorPreset", + "comment": "Preset 05 - User Defined" + }, + { + "dmxRange": [72, 83], + "type": "ColorPreset", + "comment": "Preset 06 - User Defined" + }, + { + "dmxRange": [84, 95], + "type": "ColorPreset", + "comment": "Preset 07 - User Defined" + }, + { + "dmxRange": [96, 107], + "type": "ColorPreset", + "comment": "Preset 08 - User Defined" + }, + { + "dmxRange": [108, 119], + "type": "ColorPreset", + "comment": "Preset 09 - User Defined" + }, + { + "dmxRange": [120, 131], + "type": "ColorPreset", + "comment": "Preset 10 - User Defined" + }, + { + "dmxRange": [132, 143], + "type": "ColorPreset", + "colorTemperature": "2900K", + "comment": "Preset 01", + "colors": ["#ffb165"] + }, + { + "dmxRange": [144, 155], + "type": "ColorPreset", + "colorTemperature": "3200K", + "comment": "Preset 02", + "colors": ["#ffbb78"] + }, + { + "dmxRange": [156, 167], + "type": "ColorPreset", + "colorTemperature": "5600K", + "comment": "Preset 03", + "colors": ["#ffe8d5"] + }, + { + "dmxRange": [168, 179], + "type": "ColorPreset", + "colorTemperature": "6500K", + "comment": "Preset 04", + "colors": ["#fff9fd"] + }, + { + "dmxRange": [180, 191], + "type": "ColorPreset", + "comment": "Preset 05 - 120° Hue, 100% Saturation" + }, + { + "dmxRange": [192, 203], + "type": "ColorPreset", + "comment": "Preset 06 - 240° Hue, 100% Saturation" + }, + { + "dmxRange": [204, 215], + "type": "ColorPreset", + "comment": "Preset 07 - Rosco 3408", + "colorTemperature": "5600K", + "colors": ["#fcc286"] + }, + { + "dmxRange": [216, 227], + "type": "ColorPreset", + "comment": "Preset 08 - Lee 187", + "colorTemperature": "3200K", + "colors": ["#f5e4d7"] + }, + { + "dmxRange": [228, 239], + "type": "ColorPreset", + "comment": "Preset 09 - Rosco 3152", + "colorTemperature": "3200K", + "colors": ["#f5802c"] + }, + { + "dmxRange": [240, 255], + "type": "ColorPreset", + "comment": "Preset 10 - Lee 162", + "colorTemperature": "3200K", + "colors": ["#fcded8"] + } + ] + }, + "Strobe": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 19], + "type": "NoFunction" + }, + { + "dmxRange": [20, 255], + "type": "ShutterStrobe", + "shutterEffect": "Strobe", + "speedStart": "1Hz", + "speedEnd": "25Hz" + } + ] + }, + "Crossfade to gel": { + "fineChannelAliases": ["Crossfade to gel fine"], + "defaultValue": 0, + "capability": { + "type": "Generic", + "comment": "Gel 1 … Gel 2" + } + }, + "Gel Transition Type": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 51], + "type": "Maintenance", + "comment": "Direct" + }, + { + "dmxRange": [52, 102], + "type": "Maintenance", + "comment": "Through White Point" + }, + { + "dmxRange": [103, 153], + "type": "Maintenance", + "comment": "Through Black Point" + }, + { + "dmxRange": [154, 204], + "type": "Maintenance", + "comment": "Over White Point" + }, + { + "dmxRange": [205, 255], + "type": "Maintenance", + "comment": "Under White Point" + } + ] + }, + "Gel 1, CCT": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 127], + "type": "ColorTemperature", + "colorTemperature": "3200K" + }, + { + "dmxRange": [128, 255], + "type": "ColorTemperature", + "colorTemperature": "5600K" + } + ] + }, + "Gel 1, Color Matching": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 84], + "type": "Maintenance", + "comment": "Best Color" + }, + { + "dmxRange": [85, 170], + "type": "Maintenance", + "comment": "Brightest" + }, + { + "dmxRange": [171, 255], + "type": "Maintenance", + "comment": "No Color Gel" + } + ] + }, + "Gel 1, Brand": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 127], + "type": "Maintenance", + "comment": "Rosco", + "switchChannels": { + "Gel 1, Category": "Gel 1, Category Rosco", + "Gel 1": "Gel 1 Rosco" + } + }, + { + "dmxRange": [128, 255], + "type": "Maintenance", + "comment": "LEE", + "switchChannels": { + "Gel 1, Category": "Gel 1, Category LEE", + "Gel 1": "Gel 1 LEE" + } + } + ] + }, + "Gel 1, Category Rosco": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 50], + "type": "Maintenance", + "comment": "Color Correction", + "switchChannels": { + "Gel 1 Rosco": "Gel 1, Rosco Color Correction" + } + }, + { + "dmxRange": [51, 101], + "type": "Maintenance", + "comment": "CalColor", + "switchChannels": { + "Gel 1 Rosco": "Gel 1, Rosco CalColor" + } + }, + { + "dmxRange": [102, 152], + "type": "Maintenance", + "comment": "Storaro Selection", + "switchChannels": { + "Gel 1 Rosco": "Gel 1, Rosco Storaro Selection" + } + }, + { + "dmxRange": [153, 255], + "type": "Maintenance", + "comment": "Cinelux", + "switchChannels": { + "Gel 1 Rosco": "Gel 1, Rosco Cinelux" + } + } + ] + }, + "Gel 1, Category LEE": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 50], + "type": "Maintenance", + "comment": "Color Correction", + "switchChannels": { + "Gel 1 LEE": "Gel 1, LEE Color Correction" + } + }, + { + "dmxRange": [51, 101], + "type": "Maintenance", + "comment": "Color Filters", + "switchChannels": { + "Gel 1 LEE": "Gel 1, LEE Color Filters" + } + }, + { + "dmxRange": [102, 152], + "type": "Maintenance", + "comment": "600 Series", + "switchChannels": { + "Gel 1 LEE": "Gel 1, LEE 600 Series" + } + }, + { + "dmxRange": [153, 203], + "type": "Maintenance", + "comment": "Cosmetic Filters", + "switchChannels": { + "Gel 1 LEE": "Gel 1, LEE Cosmetic Series" + } + }, + { + "dmxRange": [204, 255], + "type": "Maintenance", + "comment": "700 Series", + "switchChannels": { + "Gel 1 LEE": "Gel 1, LEE 700 Series" + } + } + ] + }, + "Gel 1, Rosco Color Correction": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 1], + "type": "ColorPreset", + "comment": "Full CTB (3202)", + "colors": ["#6a81ff"] + }, + { + "dmxRange": [2, 3], + "type": "ColorPreset", + "comment": "3/4 CTB (3203)", + "colors": ["#839cff"] + }, + { + "dmxRange": [4, 5], + "type": "ColorPreset", + "comment": "1/2 CTB (3204)", + "colors": ["#a3b7ff"] + }, + { + "dmxRange": [6, 7], + "type": "ColorPreset", + "comment": "1/3 CTB (3206)", + "colors": ["#b5c4ff"] + }, + { + "dmxRange": [8, 9], + "type": "ColorPreset", + "comment": "1/4 CTB (3208)", + "colors": ["#cdd6ff"] + }, + { + "dmxRange": [10, 11], + "type": "ColorPreset", + "comment": "1/8 CTB (3216)", + "colors": ["#ebf0ff"] + }, + { + "dmxRange": [12, 13], + "type": "ColorPreset", + "comment": "Double CTB (3220)", + "colors": ["#2c35ff"] + }, + { + "dmxRange": [14, 15], + "type": "ColorPreset", + "comment": "Full CTO (3407)", + "colors": ["#ffad49"] + }, + { + "dmxRange": [16, 17], + "type": "ColorPreset", + "comment": "3/4 CTO (3411)", + "colors": ["#ffb85b"] + }, + { + "dmxRange": [18, 19], + "type": "ColorPreset", + "comment": "1/2 CTO (3408)", + "colors": ["#ffd585"] + }, + { + "dmxRange": [20, 21], + "type": "ColorPreset", + "comment": "1/4 CTO (3409)", + "colors": ["#ffebbf"] + }, + { + "dmxRange": [22, 23], + "type": "ColorPreset", + "comment": "1/8 CTO (3410)", + "colors": ["#fff5d8"] + }, + { + "dmxRange": [24, 25], + "type": "ColorPreset", + "comment": "Double CTO (3420)", + "colors": ["#ff7a21"] + }, + { + "dmxRange": [26, 27], + "type": "ColorPreset", + "comment": "Full CTS (3441)", + "colors": ["#ffbb4d"] + }, + { + "dmxRange": [28, 29], + "type": "ColorPreset", + "comment": "1/2 CTS (3442)", + "colors": ["#ffdf88"] + }, + { + "dmxRange": [30, 31], + "type": "ColorPreset", + "comment": "1/4 CTS (3443)", + "colors": ["#fff3c1"] + }, + { + "dmxRange": [32, 33], + "type": "ColorPreset", + "comment": "1/8 CTS (3444)", + "colors": ["#fff8da"] + }, + { + "dmxRange": [34, 35], + "type": "ColorPreset", + "comment": "Full Plusgreen (3304)", + "colors": ["#d0ff95"] + }, + { + "dmxRange": [36, 37], + "type": "ColorPreset", + "comment": "1/2 Plusgreen (3315)", + "colors": ["#e4ffc3"] + }, + { + "dmxRange": [38, 39], + "type": "ColorPreset", + "comment": "1/4 Plusgreen (3316)", + "colors": ["#f4ffdc"] + }, + { + "dmxRange": [40, 41], + "type": "ColorPreset", + "comment": "1/8 Plusgreen (3317)", + "colors": ["#fbffe4"] + }, + { + "dmxRange": [42, 43], + "type": "ColorPreset", + "comment": "Full Minusgreen (3308)", + "colors": ["#ffbbf4"] + }, + { + "dmxRange": [44, 45], + "type": "ColorPreset", + "comment": "3/4 Minusgreen (3309)", + "colors": ["#ffcaee"] + }, + { + "dmxRange": [46, 47], + "type": "ColorPreset", + "comment": "1/2 Minusgreen (3313)", + "colors": ["#ffd5f6"] + }, + { + "dmxRange": [48, 49], + "type": "ColorPreset", + "comment": "1/4 Minusgreen (3314)", + "colors": ["#ffe9f8"] + }, + { + "dmxRange": [50, 51], + "type": "ColorPreset", + "comment": "1/8 Minusgreen (3318)", + "colors": ["#fff2ef"] + }, + { + "dmxRange": [52, 53], + "type": "ColorPreset", + "comment": "Fluorofilter (3310)", + "colors": ["#ff8840"] + }, + { + "dmxRange": [54, 55], + "type": "ColorPreset", + "comment": "Industrial Vapor (3150)", + "colors": ["#fffc63"] + }, + { + "dmxRange": [56, 57], + "type": "ColorPreset", + "comment": "Urban Vapor (3152)", + "colors": ["#ff901b"] + }, + { + "dmxRange": [58, 59], + "type": "ColorPreset", + "comment": "Tough Y-1 (3107)", + "colors": ["#ffffbe"] + }, + { + "dmxRange": [60, 61], + "type": "ColorPreset", + "comment": "Tough MT 54 (3134)", + "colors": ["#ffedab"] + }, + { + "dmxRange": [62, 63], + "type": "ColorPreset", + "comment": "Tough MTY (3106)", + "colors": ["#ffa940"] + }, + { + "dmxRange": [64, 65], + "type": "ColorPreset", + "comment": "Tough MT2 (3102)", + "colors": ["#ffc250"] + }, + { + "dmxRange": [66, 255], + "type": "NoFunction", + "comment": "Reserved" + } + ] + }, + "Gel 1, Rosco CalColor": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 1], + "type": "ColorPreset", + "comment": "15 Blue (4215)", + "colors": ["#b6bbff"] + }, + { + "dmxRange": [2, 3], + "type": "ColorPreset", + "comment": "30 Blue (4230)", + "colors": ["#838bff"] + }, + { + "dmxRange": [4, 5], + "type": "ColorPreset", + "comment": "60 Blue (4260)", + "colors": ["#504eff"] + }, + { + "dmxRange": [6, 7], + "type": "ColorPreset", + "comment": "90 Blue (4290)", + "colors": ["#2c20ff"] + }, + { + "dmxRange": [8, 9], + "type": "ColorPreset", + "comment": "7 Cyan (4307)", + "colors": ["#ffdf6d"] + }, + { + "dmxRange": [10, 11], + "type": "ColorPreset", + "comment": "15 Cyan (4315)", + "colors": ["#d5f9ff"] + }, + { + "dmxRange": [12, 13], + "type": "ColorPreset", + "comment": "30 Cyan (4330)", + "colors": ["#aae7ff"] + }, + { + "dmxRange": [14, 15], + "type": "ColorPreset", + "comment": "60 Cyan (4360)", + "colors": ["#75d8ff"] + }, + { + "dmxRange": [16, 17], + "type": "ColorPreset", + "comment": "90 Cyan (4390)", + "colors": ["#4ec3ff"] + }, + { + "dmxRange": [18, 19], + "type": "ColorPreset", + "comment": "15 Green (4415)", + "colors": ["#d8ffb9"] + }, + { + "dmxRange": [20, 21], + "type": "ColorPreset", + "comment": "30 Green (4430)", + "colors": ["#b3ff87"] + }, + { + "dmxRange": [22, 23], + "type": "ColorPreset", + "comment": "60 Green (4460)", + "colors": ["#86ff56"] + }, + { + "dmxRange": [24, 25], + "type": "ColorPreset", + "comment": "90 Green (4490)", + "colors": ["#62ff3b"] + }, + { + "dmxRange": [26, 27], + "type": "ColorPreset", + "comment": "15 Yellow (4515)", + "colors": ["#fbffb3"] + }, + { + "dmxRange": [28, 29], + "type": "ColorPreset", + "comment": "30 Yellow (4530)", + "colors": ["#f7ff85"] + }, + { + "dmxRange": [30, 31], + "type": "ColorPreset", + "comment": "60 Yellow (4560)", + "colors": ["#f6ff4c"] + }, + { + "dmxRange": [32, 33], + "type": "ColorPreset", + "comment": "90 Yellow (4590)", + "colors": ["#fbff31"] + }, + { + "dmxRange": [34, 35], + "type": "ColorPreset", + "comment": "15 Red (4615)", + "colors": ["#ffd5c2"] + }, + { + "dmxRange": [36, 37], + "type": "ColorPreset", + "comment": "30 Red (4630)", + "colors": ["#ffb08d"] + }, + { + "dmxRange": [38, 39], + "type": "ColorPreset", + "comment": "60 Red (4660)", + "colors": ["#ff7f4d"] + }, + { + "dmxRange": [40, 41], + "type": "ColorPreset", + "comment": "90 Red (4690)", + "colors": ["#ff5725"] + }, + { + "dmxRange": [42, 43], + "type": "ColorPreset", + "comment": "15 Magenta (4715)", + "colors": ["#fbceff"] + }, + { + "dmxRange": [44, 45], + "type": "ColorPreset", + "comment": "30 Magenta (4730)", + "colors": ["#f5a0ff"] + }, + { + "dmxRange": [46, 47], + "type": "ColorPreset", + "comment": "60 Magenta (4760)", + "colors": ["#ea5eff"] + }, + { + "dmxRange": [48, 49], + "type": "ColorPreset", + "comment": "90 Magenta (4790)", + "colors": ["#eb49ff"] + }, + { + "dmxRange": [50, 51], + "type": "ColorPreset", + "comment": "15 Pink (4815)", + "colors": ["#ffd0df"] + }, + { + "dmxRange": [52, 53], + "type": "ColorPreset", + "comment": "30 Pink (4830)", + "colors": ["#ffa6be"] + }, + { + "dmxRange": [54, 55], + "type": "ColorPreset", + "comment": "60 Pink (4860)", + "colors": ["#ff7c94"] + }, + { + "dmxRange": [56, 57], + "type": "ColorPreset", + "comment": "90 Pink (4890)", + "colors": ["#ff5660"] + }, + { + "dmxRange": [58, 59], + "type": "ColorPreset", + "comment": "15 Lavender (4915)", + "colors": ["#d0bbff"] + }, + { + "dmxRange": [60, 61], + "type": "ColorPreset", + "comment": "30 Lavender (4930)", + "colors": ["#b893ff"] + }, + { + "dmxRange": [62, 63], + "type": "ColorPreset", + "comment": "60 Lavender (4960)", + "colors": ["#8a53ff"] + }, + { + "dmxRange": [64, 65], + "type": "ColorPreset", + "comment": "90 Lavender (4990)", + "colors": ["#632eff"] + }, + { + "dmxRange": [66, 255], + "type": "NoFunction", + "comment": "Reserved" + } + ] + }, + "Gel 1, Rosco Storaro Selection": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 1], + "type": "ColorPreset", + "comment": "VS Red (2001)", + "colors": ["#ff2307"] + }, + { + "dmxRange": [2, 3], + "type": "ColorPreset", + "comment": "VS Orange (2002)", + "colors": ["#ff7a21"] + }, + { + "dmxRange": [4, 5], + "type": "ColorPreset", + "comment": "VS Yellow (2003)", + "colors": ["#ffcc14"] + }, + { + "dmxRange": [6, 7], + "type": "ColorPreset", + "comment": "VS Green (2004)", + "colors": ["#25ff55"] + }, + { + "dmxRange": [8, 9], + "type": "ColorPreset", + "comment": "VS Cyan (2005)", + "colors": ["#2ca5ff"] + }, + { + "dmxRange": [10, 11], + "type": "ColorPreset", + "comment": "VS Azure (2006)", + "colors": ["#141fff"] + }, + { + "dmxRange": [12, 13], + "type": "ColorPreset", + "comment": "VS Blue (2007)", + "colors": ["#2c35ff"] + }, + { + "dmxRange": [14, 15], + "type": "ColorPreset", + "comment": "VS Indigo (2008)", + "colors": ["#2612ff"] + }, + { + "dmxRange": [16, 17], + "type": "ColorPreset", + "comment": "VS Violet (2009)", + "colors": ["#741fff"] + }, + { + "dmxRange": [18, 19], + "type": "ColorPreset", + "comment": "VS Magenta (2010)", + "colors": ["#eb49ff"] + }, + { + "dmxRange": [20, 255], + "type": "NoFunction", + "comment": "Reserved" + } + ] + }, + "Gel 1, Rosco Cinelux": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 1], + "type": "ColorPreset", + "comment": "Bastard Amber (2)", + "colors": ["#ffdba5"] + }, + { + "dmxRange": [2, 3], + "type": "ColorPreset", + "comment": "Pale Bastard Amber (302)", + "colors": ["#fff0d6"] + }, + { + "dmxRange": [4, 5], + "type": "ColorPreset", + "comment": "No Color Straw (6)", + "colors": ["#feffcd"] + }, + { + "dmxRange": [6, 7], + "type": "ColorPreset", + "comment": "Pale Gold (8)", + "colors": ["#ffeead"] + }, + { + "dmxRange": [8, 9], + "type": "ColorPreset", + "comment": "Daffodil (310)", + "colors": ["#faff59"] + }, + { + "dmxRange": [10, 11], + "type": "ColorPreset", + "comment": "Straw (12)", + "colors": ["#feff2c"] + }, + { + "dmxRange": [12, 13], + "type": "ColorPreset", + "comment": "Light Amber (16)", + "colors": ["#ffc24e"] + }, + { + "dmxRange": [14, 15], + "type": "ColorPreset", + "comment": "Gallo Gold (316)", + "colors": ["#ffb95a"] + }, + { + "dmxRange": [16, 17], + "type": "ColorPreset", + "comment": "Light Flame (17)", + "colors": ["#ffa54e"] + }, + { + "dmxRange": [18, 19], + "type": "ColorPreset", + "comment": "Flame (18)", + "colors": ["#ffac45"] + }, + { + "dmxRange": [20, 21], + "type": "ColorPreset", + "comment": "Mayan Sun (318)", + "colors": ["#ff8441"] + }, + { + "dmxRange": [22, 23], + "type": "ColorPreset", + "comment": "Golden Amber (21)", + "colors": ["#ff8109"] + }, + { + "dmxRange": [24, 25], + "type": "ColorPreset", + "comment": "Soft Golden Amber (321)", + "colors": ["#ff9633"] + }, + { + "dmxRange": [26, 27], + "type": "ColorPreset", + "comment": "Orange (23)", + "colors": ["#ff640b"] + }, + { + "dmxRange": [28, 29], + "type": "ColorPreset", + "comment": "Henna Sky (325)", + "colors": ["#ff4a0d"] + }, + { + "dmxRange": [30, 31], + "type": "ColorPreset", + "comment": "Light Red (26)", + "colors": ["#ff2307"] + }, + { + "dmxRange": [32, 33], + "type": "ColorPreset", + "comment": "No Color Pink (33)", + "colors": ["#ffc8e2"] + }, + { + "dmxRange": [34, 35], + "type": "ColorPreset", + "comment": "Blush Pink (333)", + "colors": ["#ffd5f6"] + }, + { + "dmxRange": [36, 37], + "type": "ColorPreset", + "comment": "Flesh Pink (34)", + "colors": ["#ff939f"] + }, + { + "dmxRange": [38, 39], + "type": "ColorPreset", + "comment": "Pale Rose Pink (37)", + "colors": ["#ffbbf5"] + }, + { + "dmxRange": [40, 41], + "type": "ColorPreset", + "comment": "Salmon (41)", + "colors": ["#ff471c"] + }, + { + "dmxRange": [42, 43], + "type": "ColorPreset", + "comment": "Deep Salmon (42)", + "colors": ["#ff2b25"] + }, + { + "dmxRange": [44, 45], + "type": "ColorPreset", + "comment": "Middle Rose (44)", + "colors": ["#ff5bd3"] + }, + { + "dmxRange": [46, 47], + "type": "ColorPreset", + "comment": "Light Rose Purple (47)", + "colors": ["#954fff"] + }, + { + "dmxRange": [48, 49], + "type": "ColorPreset", + "comment": "Surprise Pink (51)", + "colors": ["#cbb5ff"] + }, + { + "dmxRange": [50, 51], + "type": "ColorPreset", + "comment": "No Color Blue (60)", + "colors": ["#99b0ff"] + }, + { + "dmxRange": [52, 53], + "type": "ColorPreset", + "comment": "Clearwater (360)", + "colors": ["#a3b7ff"] + }, + { + "dmxRange": [54, 55], + "type": "ColorPreset", + "comment": "Booster Blue (62)", + "colors": ["#7da3ff"] + }, + { + "dmxRange": [56, 57], + "type": "ColorPreset", + "comment": "Tipton Blue (362)", + "colors": ["#728bff"] + }, + { + "dmxRange": [58, 59], + "type": "ColorPreset", + "comment": "Blue Bell (364)", + "colors": ["#566fff"] + }, + { + "dmxRange": [60, 61], + "type": "ColorPreset", + "comment": "Daylight Blue (65)", + "colors": ["#3767ff"] + }, + { + "dmxRange": [62, 63], + "type": "ColorPreset", + "comment": "Tharon Delft Blue (365)", + "colors": ["#6a81ff"] + }, + { + "dmxRange": [64, 65], + "type": "ColorPreset", + "comment": "Cerulean Blue (375)", + "colors": ["#207aff"] + }, + { + "dmxRange": [66, 67], + "type": "ColorPreset", + "comment": "Bermuda Blue (376)", + "colors": ["#3170ff"] + }, + { + "dmxRange": [68, 69], + "type": "ColorPreset", + "comment": "Green Blue (77)", + "colors": ["#1435ff"] + }, + { + "dmxRange": [70, 71], + "type": "ColorPreset", + "comment": "Alice Blue (378)", + "colors": ["#3e3cff"] + }, + { + "dmxRange": [72, 73], + "type": "ColorPreset", + "comment": "Primary Blue (80)", + "colors": ["#141fff"] + }, + { + "dmxRange": [74, 75], + "type": "ColorPreset", + "comment": "Baldassari Blue (381)", + "colors": ["#1f18ff"] + }, + { + "dmxRange": [76, 77], + "type": "ColorPreset", + "comment": "Medium Blue (83)", + "colors": ["#130fff"] + }, + { + "dmxRange": [78, 79], + "type": "ColorPreset", + "comment": "Pale Yellow Green (87)", + "colors": ["#e4ffc2"] + }, + { + "dmxRange": [80, 81], + "type": "ColorPreset", + "comment": "Light Green (88)", + "colors": ["#d0ff96"] + }, + { + "dmxRange": [82, 83], + "type": "ColorPreset", + "comment": "Moss Green (89)", + "colors": ["#60ff74"] + }, + { + "dmxRange": [84, 85], + "type": "ColorPreset", + "comment": "Primary Green (91)", + "colors": ["#3cffa4"] + }, + { + "dmxRange": [86, 87], + "type": "ColorPreset", + "comment": "Turquoise (92)", + "colors": ["#78fffe"] + }, + { + "dmxRange": [88, 89], + "type": "ColorPreset", + "comment": "Blue Green (93)", + "colors": ["#5cd3ff"] + }, + { + "dmxRange": [90, 91], + "type": "ColorPreset", + "comment": "Chocolate (99)", + "colors": ["#ffc48d"] + }, + { + "dmxRange": [92, 255], + "type": "NoFunction", + "comment": "Reserved" + } + ] + }, + "Gel 1, LEE Color Correction": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 1], + "type": "ColorPreset", + "comment": "Double CTB (200)", + "colors": ["#313eff"] + }, + { + "dmxRange": [2, 3], + "type": "ColorPreset", + "comment": "Full CTB (201)", + "colors": ["#647bff"] + }, + { + "dmxRange": [4, 5], + "type": "ColorPreset", + "comment": "3/4 CTB (281)", + "colors": ["#7789ff"] + }, + { + "dmxRange": [6, 7], + "type": "ColorPreset", + "comment": "1/2 CTB (202)", + "colors": ["#9bb2ff"] + }, + { + "dmxRange": [8, 9], + "type": "ColorPreset", + "comment": "1/4 CTB (203)", + "colors": ["#c3d3ff"] + }, + { + "dmxRange": [10, 11], + "type": "ColorPreset", + "comment": "1/8 CTB (218)", + "colors": ["#e0eaff"] + }, + { + "dmxRange": [12, 13], + "type": "ColorPreset", + "comment": "Double CTO (287)", + "colors": ["#ff9317"] + }, + { + "dmxRange": [14, 15], + "type": "ColorPreset", + "comment": "Full CTO (204)", + "colors": ["#ffbf4d"] + }, + { + "dmxRange": [16, 17], + "type": "ColorPreset", + "comment": "3/4 CTO (285)", + "colors": ["#ffcc61"] + }, + { + "dmxRange": [18, 19], + "type": "ColorPreset", + "comment": "1/2 CTO (205)", + "colors": ["#ffdf8b"] + }, + { + "dmxRange": [20, 21], + "type": "ColorPreset", + "comment": "1/4 CTO (206)", + "colors": ["#ffeeb7"] + }, + { + "dmxRange": [22, 23], + "type": "ColorPreset", + "comment": "1/8 CTO (223)", + "colors": ["#fff6d5"] + }, + { + "dmxRange": [24, 25], + "type": "ColorPreset", + "comment": "1 1/2 CTB (283)", + "colors": ["#4559ff"] + }, + { + "dmxRange": [26, 27], + "type": "ColorPreset", + "comment": "1 1/2 CTO (286)", + "colors": ["#ffa728"] + }, + { + "dmxRange": [28, 29], + "type": "ColorPreset", + "comment": "Full CTS (441)", + "colors": ["#ffbe4c"] + }, + { + "dmxRange": [30, 31], + "type": "ColorPreset", + "comment": "1/2 CTS (442)", + "colors": ["#ffe085"] + }, + { + "dmxRange": [32, 33], + "type": "ColorPreset", + "comment": "1/4 CTS (443)", + "colors": ["#fff1bb"] + }, + { + "dmxRange": [34, 35], + "type": "ColorPreset", + "comment": "1/8 CTS (444)", + "colors": ["#fff8de"] + }, + { + "dmxRange": [36, 37], + "type": "ColorPreset", + "comment": "Full CTO + .3 ND (207)", + "colors": ["#ffc148"] + }, + { + "dmxRange": [38, 39], + "type": "ColorPreset", + "comment": "Full CTO + .6 ND (208)", + "colors": ["#ffbe4b"] + }, + { + "dmxRange": [40, 41], + "type": "ColorPreset", + "comment": "L.C.T. Yellow (Y1) (212)", + "colors": ["#ffffbe"] + }, + { + "dmxRange": [42, 43], + "type": "ColorPreset", + "comment": "White Flame Green (213)", + "colors": ["#d5ffd0"] + }, + { + "dmxRange": [44, 45], + "type": "ColorPreset", + "comment": "LEE Fluorescent Green (219)", + "colors": ["#74e0ff"] + }, + { + "dmxRange": [46, 47], + "type": "ColorPreset", + "comment": "Super Correction L.C.T. Yellow (230)", + "colors": ["#ffe596"] + }, + { + "dmxRange": [48, 49], + "type": "ColorPreset", + "comment": "Super Correction W.F. Green (232)", + "colors": ["#ffc55c"] + }, + { + "dmxRange": [50, 51], + "type": "ColorPreset", + "comment": "H.M.I. (to Tungsten) (236)", + "colors": ["#ffbd5a"] + }, + { + "dmxRange": [52, 53], + "type": "ColorPreset", + "comment": "C.I.D. (to Tungsten) (237)", + "colors": ["#ff9955"] + }, + { + "dmxRange": [54, 55], + "type": "ColorPreset", + "comment": "C.S.I. (to Tungsten) (238)", + "colors": ["#ffa994"] + }, + { + "dmxRange": [56, 57], + "type": "ColorPreset", + "comment": "LEE Fluorescent 5700 Kelvin (241)", + "colors": ["#71b6ff"] + }, + { + "dmxRange": [58, 59], + "type": "ColorPreset", + "comment": "LEE Fluorescent 4300 Kelvin (242)", + "colors": ["#9cfff2"] + }, + { + "dmxRange": [60, 61], + "type": "ColorPreset", + "comment": "LEE Fluorescent 3600 Kelvin (243)", + "colors": ["#aeffc7"] + }, + { + "dmxRange": [62, 63], + "type": "ColorPreset", + "comment": "LEE Plus Green (244)", + "colors": ["#cfff9e"] + }, + { + "dmxRange": [64, 65], + "type": "ColorPreset", + "comment": "1/2 Plus Green (245)", + "colors": ["#e3ffc5"] + }, + { + "dmxRange": [66, 67], + "type": "ColorPreset", + "comment": "1/4 Plus Green (246)", + "colors": ["#f0ffdd"] + }, + { + "dmxRange": [68, 69], + "type": "ColorPreset", + "comment": "1/8 Plus Green (278)", + "colors": ["#f8ffed"] + }, + { + "dmxRange": [70, 71], + "type": "ColorPreset", + "comment": "LEE Minus Green (247)", + "colors": ["#ffb0e6"] + }, + { + "dmxRange": [72, 73], + "type": "ColorPreset", + "comment": "1/2 Minus Green (248)", + "colors": ["#ffd3f0"] + }, + { + "dmxRange": [74, 75], + "type": "ColorPreset", + "comment": "1/4 Minus Green (249)", + "colors": ["#ffe7f8"] + }, + { + "dmxRange": [76, 77], + "type": "ColorPreset", + "comment": "1/8 Minus Green (279)", + "colors": ["#fff2f8"] + }, + { + "dmxRange": [78, 255], + "type": "NoFunction", + "comment": "Reserved" + } + ] + }, + "Gel 1, LEE Color Filters": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 1], + "type": "ColorPreset", + "comment": "Rose Pink (2)", + "colors": ["#ff5bfd"] + }, + { + "dmxRange": [2, 3], + "type": "ColorPreset", + "comment": "Lavender Tint (3)", + "colors": ["#ede2ff"] + }, + { + "dmxRange": [4, 5], + "type": "ColorPreset", + "comment": "Medium Bastard Amber (4)", + "colors": ["#ffbb92"] + }, + { + "dmxRange": [6, 7], + "type": "ColorPreset", + "comment": "Pale Yellow (7)", + "colors": ["#ffffb2"] + }, + { + "dmxRange": [8, 9], + "type": "ColorPreset", + "comment": "Dark Salmon (8)", + "colors": ["#ff722c"] + }, + { + "dmxRange": [10, 11], + "type": "ColorPreset", + "comment": "Pale Amber Gold (9)", + "colors": ["#ffdb82"] + }, + { + "dmxRange": [12, 13], + "type": "ColorPreset", + "comment": "Medium Yellow (10)", + "colors": ["#f8ff22"] + }, + { + "dmxRange": [14, 15], + "type": "ColorPreset", + "comment": "Straw Tint (13)", + "colors": ["#ffdc68"] + }, + { + "dmxRange": [16, 17], + "type": "ColorPreset", + "comment": "Surprise Peach (17)", + "colors": ["#ff9640"] + }, + { + "dmxRange": [18, 19], + "type": "ColorPreset", + "comment": "Fire (19)", + "colors": ["#ff3404"] + }, + { + "dmxRange": [20, 21], + "type": "ColorPreset", + "comment": "Medium Amber (20)", + "colors": ["#ffa313"] + }, + { + "dmxRange": [22, 23], + "type": "ColorPreset", + "comment": "Gold Amber (21)", + "colors": ["#ff6905"] + }, + { + "dmxRange": [24, 25], + "type": "ColorPreset", + "comment": "Dark Amber (22)", + "colors": ["#ff4c01"] + }, + { + "dmxRange": [26, 27], + "type": "ColorPreset", + "comment": "Scarlet (24)", + "colors": ["#ff3f22"] + }, + { + "dmxRange": [28, 29], + "type": "ColorPreset", + "comment": "Sunset Red (25)", + "colors": ["#ff5615"] + }, + { + "dmxRange": [30, 31], + "type": "ColorPreset", + "comment": "Bright Red (26)", + "colors": ["#ff1a02"] + }, + { + "dmxRange": [32, 33], + "type": "ColorPreset", + "comment": "Light Pink (35)", + "colors": ["#756cff"] + }, + { + "dmxRange": [34, 35], + "type": "ColorPreset", + "comment": "Medium Pink (36)", + "colors": ["#875aff"] + }, + { + "dmxRange": [36, 37], + "type": "ColorPreset", + "comment": "Dark Magenta (46)", + "colors": ["#ff21b0"] + }, + { + "dmxRange": [38, 39], + "type": "ColorPreset", + "comment": "Rose Purple (48)", + "colors": ["#461dff"] + }, + { + "dmxRange": [40, 41], + "type": "ColorPreset", + "comment": "Light Lavender (52)", + "colors": ["#3c3aff"] + }, + { + "dmxRange": [42, 43], + "type": "ColorPreset", + "comment": "Paler Lavender (53)", + "colors": ["#5065ff"] + }, + { + "dmxRange": [44, 45], + "type": "ColorPreset", + "comment": "Lavender (58)", + "colors": ["#2010ff"] + }, + { + "dmxRange": [46, 47], + "type": "ColorPreset", + "comment": "Mist Blue (61)", + "colors": ["#4664ff"] + }, + { + "dmxRange": [48, 49], + "type": "ColorPreset", + "comment": "Pale Blue (63)", + "colors": ["#3c59ff"] + }, + { + "dmxRange": [50, 51], + "type": "ColorPreset", + "comment": "Sky Blue (68)", + "colors": ["#121aff"] + }, + { + "dmxRange": [52, 53], + "type": "ColorPreset", + "comment": "Evening Blue (75)", + "colors": ["#1416ff"] + }, + { + "dmxRange": [54, 55], + "type": "ColorPreset", + "comment": "Just Blue (79)", + "colors": ["#110eff"] + }, + { + "dmxRange": [56, 57], + "type": "ColorPreset", + "comment": "Deeper Blue (85)", + "colors": ["#1107ff"] + }, + { + "dmxRange": [58, 59], + "type": "ColorPreset", + "comment": "Lime Green (88)", + "colors": ["#7eff68"] + }, + { + "dmxRange": [60, 61], + "type": "ColorPreset", + "comment": "Moss Green (89)", + "colors": ["#38ff7b"] + }, + { + "dmxRange": [62, 63], + "type": "ColorPreset", + "comment": "Dark Yellow Green (90)", + "colors": ["#15ff53"] + }, + { + "dmxRange": [64, 65], + "type": "ColorPreset", + "comment": "Spring Yellow (100)", + "colors": ["#a6ff43"] + }, + { + "dmxRange": [66, 67], + "type": "ColorPreset", + "comment": "Yellow (101)", + "colors": ["#c5ff20"] + }, + { + "dmxRange": [68, 69], + "type": "ColorPreset", + "comment": "Light Amber (102)", + "colors": ["#daff66"] + }, + { + "dmxRange": [70, 71], + "type": "ColorPreset", + "comment": "Straw (103)", + "colors": ["#9ab8ff"] + }, + { + "dmxRange": [72, 73], + "type": "ColorPreset", + "comment": "Deep Amber (104)", + "colors": ["#f3ff26"] + }, + { + "dmxRange": [74, 75], + "type": "ColorPreset", + "comment": "Primary Red (106)", + "colors": ["#ff2104"] + }, + { + "dmxRange": [76, 77], + "type": "ColorPreset", + "comment": "Light Rose (107)", + "colors": ["#a979ff"] + }, + { + "dmxRange": [78, 79], + "type": "ColorPreset", + "comment": "English Rose (108)", + "colors": ["#fbd0ff"] + }, + { + "dmxRange": [80, 81], + "type": "ColorPreset", + "comment": "Light Salmon (109)", + "colors": ["#a17dff"] + }, + { + "dmxRange": [82, 83], + "type": "ColorPreset", + "comment": "Middle Rose (110)", + "colors": ["#7b5fff"] + }, + { + "dmxRange": [84, 85], + "type": "ColorPreset", + "comment": "Dark Pink (111)", + "colors": ["#9147ff"] + }, + { + "dmxRange": [86, 87], + "type": "ColorPreset", + "comment": "Magenta (113)", + "colors": ["#ff1e80"] + }, + { + "dmxRange": [88, 89], + "type": "ColorPreset", + "comment": "Peacock Blue (115)", + "colors": ["#175fff"] + }, + { + "dmxRange": [90, 91], + "type": "ColorPreset", + "comment": "Steel Blue (117)", + "colors": ["#3660ff"] + }, + { + "dmxRange": [92, 93], + "type": "ColorPreset", + "comment": "Light Blue (118)", + "colors": ["#1333ff"] + }, + { + "dmxRange": [94, 95], + "type": "ColorPreset", + "comment": "Deep Blue (120)", + "colors": ["#1103ff"] + }, + { + "dmxRange": [96, 97], + "type": "ColorPreset", + "comment": "LEE Green (121)", + "colors": ["#61ff6e"] + }, + { + "dmxRange": [98, 99], + "type": "ColorPreset", + "comment": "Fern Green (122)", + "colors": ["#48ff90"] + }, + { + "dmxRange": [100, 101], + "type": "ColorPreset", + "comment": "Dark Green (124)", + "colors": ["#17ff9d"] + }, + { + "dmxRange": [102, 103], + "type": "ColorPreset", + "comment": "Smokey Pink (127)", + "colors": ["#ae65ff"] + }, + { + "dmxRange": [104, 105], + "type": "ColorPreset", + "comment": "Bright Pink (128)", + "colors": ["#8313ff"] + }, + { + "dmxRange": [106, 107], + "type": "ColorPreset", + "comment": "Marine Blue (131)", + "colors": ["#266fff"] + }, + { + "dmxRange": [108, 109], + "type": "ColorPreset", + "comment": "Golden Amber (134)", + "colors": ["#ffba6e"] + }, + { + "dmxRange": [110, 111], + "type": "ColorPreset", + "comment": "Deep Golden Amber (135)", + "colors": ["#ff4d00"] + }, + { + "dmxRange": [112, 113], + "type": "ColorPreset", + "comment": "Pale Lavender (136)", + "colors": ["#4b4eff"] + }, + { + "dmxRange": [114, 115], + "type": "ColorPreset", + "comment": "Special Lavender (137)", + "colors": ["#2e32ff"] + }, + { + "dmxRange": [116, 117], + "type": "ColorPreset", + "comment": "Pale Green (138)", + "colors": ["#8fffe7"] + }, + { + "dmxRange": [118, 119], + "type": "ColorPreset", + "comment": "Summer Blue (140)", + "colors": ["#244cff"] + }, + { + "dmxRange": [120, 121], + "type": "ColorPreset", + "comment": "Pale Violet (142)", + "colors": ["#2324ff"] + }, + { + "dmxRange": [122, 123], + "type": "ColorPreset", + "comment": "Pale Navy Blue (143)", + "colors": ["#1b39ff"] + }, + { + "dmxRange": [124, 125], + "type": "ColorPreset", + "comment": "No Color Blue (144)", + "colors": ["#1d42ff"] + }, + { + "dmxRange": [126, 127], + "type": "ColorPreset", + "comment": "Apricot (147)", + "colors": ["#ffd1ad"] + }, + { + "dmxRange": [128, 129], + "type": "ColorPreset", + "comment": "Bright Rose (148)", + "colors": ["#ff37df"] + }, + { + "dmxRange": [130, 131], + "type": "ColorPreset", + "comment": "Gold Tint (151)", + "colors": ["#9d96ff"] + }, + { + "dmxRange": [132, 133], + "type": "ColorPreset", + "comment": "Pale Gold (152)", + "colors": ["#9c9fff"] + }, + { + "dmxRange": [134, 135], + "type": "ColorPreset", + "comment": "Pale Salmon (153)", + "colors": ["#8a7bff"] + }, + { + "dmxRange": [136, 137], + "type": "ColorPreset", + "comment": "Pale Rose (154)", + "colors": ["#8a8cff"] + }, + { + "dmxRange": [138, 139], + "type": "ColorPreset", + "comment": "Chocolate (156)", + "colors": ["#e0e0ff"] + }, + { + "dmxRange": [140, 141], + "type": "ColorPreset", + "comment": "Pink (157)", + "colors": ["#f577ff"] + }, + { + "dmxRange": [142, 143], + "type": "ColorPreset", + "comment": "No Color Straw (159)", + "colors": ["#7898ff"] + }, + { + "dmxRange": [144, 145], + "type": "ColorPreset", + "comment": "Slate Blue (161)", + "colors": ["#1c2dff"] + }, + { + "dmxRange": [146, 147], + "type": "ColorPreset", + "comment": "Bastard Amber (162)", + "colors": ["#8d99ff"] + }, + { + "dmxRange": [148, 149], + "type": "ColorPreset", + "comment": "Flame Red (164)", + "colors": ["#ff3916"] + }, + { + "dmxRange": [150, 151], + "type": "ColorPreset", + "comment": "Daylight Blue (165)", + "colors": ["#1729ff"] + }, + { + "dmxRange": [152, 153], + "type": "ColorPreset", + "comment": "Lilac Tint (169)", + "colors": ["#5762ff"] + }, + { + "dmxRange": [154, 155], + "type": "ColorPreset", + "comment": "Deep Lavender (170)", + "colors": ["#433aff"] + }, + { + "dmxRange": [156, 157], + "type": "ColorPreset", + "comment": "Dark Steel Blue (174)", + "colors": ["#263bff"] + }, + { + "dmxRange": [158, 159], + "type": "ColorPreset", + "comment": "Loving Amber (176)", + "colors": ["#d49bff"] + }, + { + "dmxRange": [160, 161], + "type": "ColorPreset", + "comment": "Dark Lavender (180)", + "colors": ["#1c0bff"] + }, + { + "dmxRange": [162, 163], + "type": "ColorPreset", + "comment": "Light Red (182)", + "colors": ["#ff2606"] + }, + { + "dmxRange": [164, 165], + "type": "ColorPreset", + "comment": "Flesh Pink (192)", + "colors": ["#9f4fff"] + }, + { + "dmxRange": [166, 167], + "type": "ColorPreset", + "comment": "Surprise Pink (194)", + "colors": ["#312fff"] + }, + { + "dmxRange": [168, 169], + "type": "ColorPreset", + "comment": "Zenith Blue (195)", + "colors": ["#1107ff"] + }, + { + "dmxRange": [170, 171], + "type": "ColorPreset", + "comment": "True Blue (196)", + "colors": ["#2038ff"] + }, + { + "dmxRange": [172, 173], + "type": "ColorPreset", + "comment": "Alice Blue (197)", + "colors": ["#181aff"] + }, + { + "dmxRange": [174, 175], + "type": "ColorPreset", + "comment": "Palace Blue (198)", + "colors": ["#1407ff"] + }, + { + "dmxRange": [176, 177], + "type": "ColorPreset", + "comment": "Regal Blue (199)", + "colors": ["#1f10ff"] + }, + { + "dmxRange": [178, 255], + "type": "NoFunction", + "comment": "Reserved" + } + ] + }, + "Gel 1, LEE 600 Series": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 1], + "type": "ColorPreset", + "comment": "Arctic White (600)", + "colors": ["#2f3fff"] + }, + { + "dmxRange": [2, 3], + "type": "ColorPreset", + "comment": "Silver (601)", + "colors": ["#394dff"] + }, + { + "dmxRange": [4, 5], + "type": "ColorPreset", + "comment": "Platinum (602)", + "colors": ["#4158ff"] + }, + { + "dmxRange": [6, 7], + "type": "ColorPreset", + "comment": "Moonlight White (603)", + "colors": ["#445aff"] + }, + { + "dmxRange": [8, 9], + "type": "ColorPreset", + "comment": "Full CT 85 (604)", + "colors": ["#fff2de"] + }, + { + "dmxRange": [10, 11], + "type": "ColorPreset", + "comment": "Industry Sodium (650)", + "colors": ["#cfffbd"] + }, + { + "dmxRange": [12, 13], + "type": "ColorPreset", + "comment": "HI Sodium (651)", + "colors": ["#ffe3ab"] + }, + { + "dmxRange": [14, 15], + "type": "ColorPreset", + "comment": "Urban Sodium (652)", + "colors": ["#ff993a"] + }, + { + "dmxRange": [16, 17], + "type": "ColorPreset", + "comment": "LO Sodium (653)", + "colors": ["#ffbf4a"] + }, + { + "dmxRange": [18, 255], + "type": "NoFunction", + "comment": "Reserved" + } + ] + }, + "Gel 1, LEE Cosmetic Series": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 1], + "type": "ColorPreset", + "comment": "Cosmetic Peach (184)", + "colors": ["#778fff"] + }, + { + "dmxRange": [2, 3], + "type": "ColorPreset", + "comment": "Cosmetic Silver Rose (186)", + "colors": ["#707bff"] + }, + { + "dmxRange": [4, 5], + "type": "ColorPreset", + "comment": "Cosmetic Rouge (187)", + "colors": ["#8091ff"] + }, + { + "dmxRange": [6, 7], + "type": "ColorPreset", + "comment": "Cosmetic Highlight (188)", + "colors": ["#7b90ff"] + }, + { + "dmxRange": [8, 9], + "type": "ColorPreset", + "comment": "Cosmetic Silver Moss (189)", + "colors": ["#7fa7ff"] + }, + { + "dmxRange": [10, 11], + "type": "ColorPreset", + "comment": "Cosmetic Aqua Blue (191)", + "colors": ["#6082ff"] + }, + { + "dmxRange": [12, 13], + "type": "ColorPreset", + "comment": "Lily Frost (705)", + "colors": ["#3a32ff"] + }, + { + "dmxRange": [14, 15], + "type": "ColorPreset", + "comment": "Shanklin Frost (717)", + "colors": ["#2f41ff"] + }, + { + "dmxRange": [16, 17], + "type": "ColorPreset", + "comment": "Half Shanklin Frost (718)", + "colors": ["#425aff"] + }, + { + "dmxRange": [18, 19], + "type": "ColorPreset", + "comment": "Durham Daylight Frost (720)", + "colors": ["#2a39ff"] + }, + { + "dmxRange": [20, 21], + "type": "ColorPreset", + "comment": "Hampshire Rose (749)", + "colors": ["#898aff"] + }, + { + "dmxRange": [22, 23], + "type": "ColorPreset", + "comment": "Durham Frost (750)", + "colors": ["#6882ff"] + }, + { + "dmxRange": [24, 25], + "type": "ColorPreset", + "comment": "Soft Amber Key 1 (774)", + "colors": ["#a9b1ff"] + }, + { + "dmxRange": [26, 27], + "type": "ColorPreset", + "comment": "Soft Amber Key 2 (775)", + "colors": ["#f2ddff"] + }, + { + "dmxRange": [28, 29], + "type": "ColorPreset", + "comment": "Moroccan Frost (791)", + "colors": ["#a993ff"] + }, + { + "dmxRange": [30, 31], + "type": "ColorPreset", + "comment": "Blue Diffusion (217)", + "colors": ["#6983ff"] + }, + { + "dmxRange": [32, 33], + "type": "ColorPreset", + "comment": "Blue Frost (221)", + "colors": ["#6981ff"] + }, + { + "dmxRange": [34, 35], + "type": "ColorPreset", + "comment": "Daylight Blue Frost (224)", + "colors": ["#3848ff"] + }, + { + "dmxRange": [36, 255], + "type": "NoFunction", + "comment": "Reserved" + } + ] + }, + "Gel 1, LEE 700 Series": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 1], + "type": "ColorPreset", + "comment": "Perfect Lavender (700)", + "colors": ["#1a06ff"] + }, + { + "dmxRange": [2, 3], + "type": "ColorPreset", + "comment": "Provence (701)", + "colors": ["#210dff"] + }, + { + "dmxRange": [4, 5], + "type": "ColorPreset", + "comment": "Special Pale Lavender (702)", + "colors": ["#4c59ff"] + }, + { + "dmxRange": [6, 7], + "type": "ColorPreset", + "comment": "Cold Lavender (703)", + "colors": ["#3929ff"] + }, + { + "dmxRange": [8, 9], + "type": "ColorPreset", + "comment": "Lily (704)", + "colors": ["#423cff"] + }, + { + "dmxRange": [10, 11], + "type": "ColorPreset", + "comment": "King Fals Lavender (706)", + "colors": ["#1d0cff"] + }, + { + "dmxRange": [12, 13], + "type": "ColorPreset", + "comment": "Cool Lavender (708)", + "colors": ["#3e53ff"] + }, + { + "dmxRange": [14, 15], + "type": "ColorPreset", + "comment": "Electric Lilac (709)", + "colors": ["#3340ff"] + }, + { + "dmxRange": [16, 17], + "type": "ColorPreset", + "comment": "Spir Special Blue (710)", + "colors": ["#1b1bff"] + }, + { + "dmxRange": [18, 19], + "type": "ColorPreset", + "comment": "Cold Blue (711)", + "colors": ["#2b33ff"] + }, + { + "dmxRange": [20, 21], + "type": "ColorPreset", + "comment": "Bedford Blue (712)", + "colors": ["#1c24ff"] + }, + { + "dmxRange": [22, 23], + "type": "ColorPreset", + "comment": "Elysian Blue (714)", + "colors": ["#1211ff"] + }, + { + "dmxRange": [24, 25], + "type": "ColorPreset", + "comment": "Cabana Blue (715)", + "colors": ["#130aff"] + }, + { + "dmxRange": [26, 27], + "type": "ColorPreset", + "comment": "Mikkel Blue (716)", + "colors": ["#1104ff"] + }, + { + "dmxRange": [28, 29], + "type": "ColorPreset", + "comment": "Colour Wash Blue (719)", + "colors": ["#1e29ff"] + }, + { + "dmxRange": [30, 31], + "type": "ColorPreset", + "comment": "Berry Blue (721)", + "colors": ["#110cff"] + }, + { + "dmxRange": [32, 33], + "type": "ColorPreset", + "comment": "Virgin Blue (723)", + "colors": ["#1411ff"] + }, + { + "dmxRange": [34, 35], + "type": "ColorPreset", + "comment": "Ocean Blue (724)", + "colors": ["#1e3eff"] + }, + { + "dmxRange": [36, 37], + "type": "ColorPreset", + "comment": "Old Steel Blue (725)", + "colors": ["#375cff"] + }, + { + "dmxRange": [38, 39], + "type": "ColorPreset", + "comment": "Steel Green (728)", + "colors": ["#4170ff"] + }, + { + "dmxRange": [40, 41], + "type": "ColorPreset", + "comment": "Liberty Green (730)", + "colors": ["#5188ff"] + }, + { + "dmxRange": [42, 43], + "type": "ColorPreset", + "comment": "Dirty Ice (731)", + "colors": ["#5f95ff"] + }, + { + "dmxRange": [44, 45], + "type": "ColorPreset", + "comment": "Damp Squib (733)", + "colors": ["#71a6ff"] + }, + { + "dmxRange": [46, 47], + "type": "ColorPreset", + "comment": "JAS Green (738)", + "colors": ["#4fff40"] + }, + { + "dmxRange": [48, 49], + "type": "ColorPreset", + "comment": "Bram Brown (742)", + "colors": ["#f1ffa2"] + }, + { + "dmxRange": [50, 51], + "type": "ColorPreset", + "comment": "Dirty White (744)", + "colors": ["#f5ffbd"] + }, + { + "dmxRange": [52, 53], + "type": "ColorPreset", + "comment": "Brown (746)", + "colors": ["#ffc331"] + }, + { + "dmxRange": [54, 55], + "type": "ColorPreset", + "comment": "Easy White (747)", + "colors": ["#c7b3ff"] + }, + { + "dmxRange": [56, 57], + "type": "ColorPreset", + "comment": "Seedy Pink (748)", + "colors": ["#9057ff"] + }, + { + "dmxRange": [58, 59], + "type": "ColorPreset", + "comment": "Wheat (763)", + "colors": ["#95b9ff"] + }, + { + "dmxRange": [60, 61], + "type": "ColorPreset", + "comment": "Sun Colour Straw (764)", + "colors": ["#b8e0ff"] + }, + { + "dmxRange": [62, 63], + "type": "ColorPreset", + "comment": "LEE Yellow (765)", + "colors": ["#ceffd2"] + }, + { + "dmxRange": [64, 65], + "type": "ColorPreset", + "comment": "Cardbox Amber (773)", + "colors": ["#dbc2ff"] + }, + { + "dmxRange": [66, 67], + "type": "ColorPreset", + "comment": "Nectarine (776)", + "colors": ["#ffdbe4"] + }, + { + "dmxRange": [68, 69], + "type": "ColorPreset", + "comment": "Millennium Gold (778)", + "colors": ["#ff6807"] + }, + { + "dmxRange": [70, 71], + "type": "ColorPreset", + "comment": "Bastard Pink (779)", + "colors": ["#ff7d8d"] + }, + { + "dmxRange": [72, 73], + "type": "ColorPreset", + "comment": "Terry Red (781)", + "colors": ["#ff4305"] + }, + { + "dmxRange": [74, 75], + "type": "ColorPreset", + "comment": "Blood Red (789)", + "colors": ["#ff2500"] + }, + { + "dmxRange": [76, 77], + "type": "ColorPreset", + "comment": "Moroccan Pink (790)", + "colors": ["#af98ff"] + }, + { + "dmxRange": [78, 79], + "type": "ColorPreset", + "comment": "Pretty 'n Pink (794)", + "colors": ["#6d4dff"] + }, + { + "dmxRange": [80, 81], + "type": "ColorPreset", + "comment": "Magical Magenta (795)", + "colors": ["#570dff"] + }, + { + "dmxRange": [82, 255], + "type": "NoFunction", + "comment": "Reserved" + } + ] + }, + "Gel 2, CCT": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 127], + "type": "ColorTemperature", + "colorTemperature": "3200K" + }, + { + "dmxRange": [128, 255], + "type": "ColorTemperature", + "colorTemperature": "5600K" + } + ] + }, + "Gel 2, Color Matching": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 84], + "type": "Maintenance", + "comment": "Best Color" + }, + { + "dmxRange": [85, 170], + "type": "Maintenance", + "comment": "Brightest" + }, + { + "dmxRange": [171, 255], + "type": "Maintenance", + "comment": "No Color Gel" + } + ] + }, + "Gel 2, Brand": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 127], + "type": "Maintenance", + "comment": "Rosco", + "switchChannels": { + "Gel 2, Category": "Gel 2, Category Rosco", + "Gel 2": "Gel 2 Rosco" + } + }, + { + "dmxRange": [128, 255], + "type": "Maintenance", + "comment": "LEE", + "switchChannels": { + "Gel 2, Category": "Gel 2, Category LEE", + "Gel 2": "Gel 2 LEE" + } + } + ] + }, + "Gel 2, Category Rosco": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 50], + "type": "Maintenance", + "comment": "Color Correction", + "switchChannels": { + "Gel 2 Rosco": "Gel 2, Rosco Color Correction" + } + }, + { + "dmxRange": [51, 101], + "type": "Maintenance", + "comment": "CalColor", + "switchChannels": { + "Gel 2 Rosco": "Gel 2, Rosco CalColor" + } + }, + { + "dmxRange": [102, 152], + "type": "Maintenance", + "comment": "Storaro Selection", + "switchChannels": { + "Gel 2 Rosco": "Gel 2, Rosco Storaro Selection" + } + }, + { + "dmxRange": [153, 255], + "type": "Maintenance", + "comment": "Cinelux", + "switchChannels": { + "Gel 2 Rosco": "Gel 2, Rosco Cinelux" + } + } + ] + }, + "Gel 2, Category LEE": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 50], + "type": "Maintenance", + "comment": "Color Correction", + "switchChannels": { + "Gel 2 LEE": "Gel 2, LEE Color Correction" + } + }, + { + "dmxRange": [51, 101], + "type": "Maintenance", + "comment": "Color Filters", + "switchChannels": { + "Gel 2 LEE": "Gel 2, LEE Color Filters" + } + }, + { + "dmxRange": [102, 152], + "type": "Maintenance", + "comment": "600 Series", + "switchChannels": { + "Gel 2 LEE": "Gel 2, LEE 600 Series" + } + }, + { + "dmxRange": [153, 203], + "type": "Maintenance", + "comment": "Cosmetic Filters", + "switchChannels": { + "Gel 2 LEE": "Gel 2, LEE Cosmetic Series" + } + }, + { + "dmxRange": [204, 255], + "type": "Maintenance", + "comment": "700 Series", + "switchChannels": { + "Gel 2 LEE": "Gel 2, LEE 700 Series" + } + } + ] + }, + "Gel 2, Rosco Color Correction": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 1], + "type": "ColorPreset", + "comment": "Full CTB (3202)", + "colors": ["#6a81ff"] + }, + { + "dmxRange": [2, 3], + "type": "ColorPreset", + "comment": "3/4 CTB (3203)", + "colors": ["#839cff"] + }, + { + "dmxRange": [4, 5], + "type": "ColorPreset", + "comment": "1/2 CTB (3204)", + "colors": ["#a3b7ff"] + }, + { + "dmxRange": [6, 7], + "type": "ColorPreset", + "comment": "1/3 CTB (3206)", + "colors": ["#b5c4ff"] + }, + { + "dmxRange": [8, 9], + "type": "ColorPreset", + "comment": "1/4 CTB (3208)", + "colors": ["#cdd6ff"] + }, + { + "dmxRange": [10, 11], + "type": "ColorPreset", + "comment": "1/8 CTB (3216)", + "colors": ["#ebf0ff"] + }, + { + "dmxRange": [12, 13], + "type": "ColorPreset", + "comment": "Double CTB (3220)", + "colors": ["#2c35ff"] + }, + { + "dmxRange": [14, 15], + "type": "ColorPreset", + "comment": "Full CTO (3407)", + "colors": ["#ffad49"] + }, + { + "dmxRange": [16, 17], + "type": "ColorPreset", + "comment": "3/4 CTO (3411)", + "colors": ["#ffb85b"] + }, + { + "dmxRange": [18, 19], + "type": "ColorPreset", + "comment": "1/2 CTO (3408)", + "colors": ["#ffd585"] + }, + { + "dmxRange": [20, 21], + "type": "ColorPreset", + "comment": "1/4 CTO (3409)", + "colors": ["#ffebbf"] + }, + { + "dmxRange": [22, 23], + "type": "ColorPreset", + "comment": "1/8 CTO (3410)", + "colors": ["#fff5d8"] + }, + { + "dmxRange": [24, 25], + "type": "ColorPreset", + "comment": "Double CTO (3420)", + "colors": ["#ff7a21"] + }, + { + "dmxRange": [26, 27], + "type": "ColorPreset", + "comment": "Full CTS (3441)", + "colors": ["#ffbb4d"] + }, + { + "dmxRange": [28, 29], + "type": "ColorPreset", + "comment": "1/2 CTS (3442)", + "colors": ["#ffdf88"] + }, + { + "dmxRange": [30, 31], + "type": "ColorPreset", + "comment": "1/4 CTS (3443)", + "colors": ["#fff3c1"] + }, + { + "dmxRange": [32, 33], + "type": "ColorPreset", + "comment": "1/8 CTS (3444)", + "colors": ["#fff8da"] + }, + { + "dmxRange": [34, 35], + "type": "ColorPreset", + "comment": "Full Plusgreen (3304)", + "colors": ["#d0ff95"] + }, + { + "dmxRange": [36, 37], + "type": "ColorPreset", + "comment": "1/2 Plusgreen (3315)", + "colors": ["#e4ffc3"] + }, + { + "dmxRange": [38, 39], + "type": "ColorPreset", + "comment": "1/4 Plusgreen (3316)", + "colors": ["#f4ffdc"] + }, + { + "dmxRange": [40, 41], + "type": "ColorPreset", + "comment": "1/8 Plusgreen (3317)", + "colors": ["#fbffe4"] + }, + { + "dmxRange": [42, 43], + "type": "ColorPreset", + "comment": "Full Minusgreen (3308)", + "colors": ["#ffbbf4"] + }, + { + "dmxRange": [44, 45], + "type": "ColorPreset", + "comment": "3/4 Minusgreen (3309)", + "colors": ["#ffcaee"] + }, + { + "dmxRange": [46, 47], + "type": "ColorPreset", + "comment": "1/2 Minusgreen (3313)", + "colors": ["#ffd5f6"] + }, + { + "dmxRange": [48, 49], + "type": "ColorPreset", + "comment": "1/4 Minusgreen (3314)", + "colors": ["#ffe9f8"] + }, + { + "dmxRange": [50, 51], + "type": "ColorPreset", + "comment": "1/8 Minusgreen (3318)", + "colors": ["#fff2ef"] + }, + { + "dmxRange": [52, 53], + "type": "ColorPreset", + "comment": "Fluorofilter (3310)", + "colors": ["#ff8840"] + }, + { + "dmxRange": [54, 55], + "type": "ColorPreset", + "comment": "Industrial Vapor (3150)", + "colors": ["#fffc63"] + }, + { + "dmxRange": [56, 57], + "type": "ColorPreset", + "comment": "Urban Vapor (3152)", + "colors": ["#ff901b"] + }, + { + "dmxRange": [58, 59], + "type": "ColorPreset", + "comment": "Tough Y-1 (3107)", + "colors": ["#ffffbe"] + }, + { + "dmxRange": [60, 61], + "type": "ColorPreset", + "comment": "Tough MT 54 (3134)", + "colors": ["#ffedab"] + }, + { + "dmxRange": [62, 63], + "type": "ColorPreset", + "comment": "Tough MTY (3106)", + "colors": ["#ffa940"] + }, + { + "dmxRange": [64, 65], + "type": "ColorPreset", + "comment": "Tough MT2 (3102)", + "colors": ["#ffc250"] + }, + { + "dmxRange": [66, 255], + "type": "NoFunction", + "comment": "Reserved" + } + ] + }, + "Gel 2, Rosco CalColor": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 1], + "type": "ColorPreset", + "comment": "15 Blue (4215)", + "colors": ["#b6bbff"] + }, + { + "dmxRange": [2, 3], + "type": "ColorPreset", + "comment": "30 Blue (4230)", + "colors": ["#838bff"] + }, + { + "dmxRange": [4, 5], + "type": "ColorPreset", + "comment": "60 Blue (4260)", + "colors": ["#504eff"] + }, + { + "dmxRange": [6, 7], + "type": "ColorPreset", + "comment": "90 Blue (4290)", + "colors": ["#2c20ff"] + }, + { + "dmxRange": [8, 9], + "type": "ColorPreset", + "comment": "7 Cyan (4307)", + "colors": ["#ffdf6d"] + }, + { + "dmxRange": [10, 11], + "type": "ColorPreset", + "comment": "15 Cyan (4315)", + "colors": ["#d5f9ff"] + }, + { + "dmxRange": [12, 13], + "type": "ColorPreset", + "comment": "30 Cyan (4330)", + "colors": ["#aae7ff"] + }, + { + "dmxRange": [14, 15], + "type": "ColorPreset", + "comment": "60 Cyan (4360)", + "colors": ["#75d8ff"] + }, + { + "dmxRange": [16, 17], + "type": "ColorPreset", + "comment": "90 Cyan (4390)", + "colors": ["#4ec3ff"] + }, + { + "dmxRange": [18, 19], + "type": "ColorPreset", + "comment": "15 Green (4415)", + "colors": ["#d8ffb9"] + }, + { + "dmxRange": [20, 21], + "type": "ColorPreset", + "comment": "30 Green (4430)", + "colors": ["#b3ff87"] + }, + { + "dmxRange": [22, 23], + "type": "ColorPreset", + "comment": "60 Green (4460)", + "colors": ["#86ff56"] + }, + { + "dmxRange": [24, 25], + "type": "ColorPreset", + "comment": "90 Green (4490)", + "colors": ["#62ff3b"] + }, + { + "dmxRange": [26, 27], + "type": "ColorPreset", + "comment": "15 Yellow (4515)", + "colors": ["#fbffb3"] + }, + { + "dmxRange": [28, 29], + "type": "ColorPreset", + "comment": "30 Yellow (4530)", + "colors": ["#f7ff85"] + }, + { + "dmxRange": [30, 31], + "type": "ColorPreset", + "comment": "60 Yellow (4560)", + "colors": ["#f6ff4c"] + }, + { + "dmxRange": [32, 33], + "type": "ColorPreset", + "comment": "90 Yellow (4590)", + "colors": ["#fbff31"] + }, + { + "dmxRange": [34, 35], + "type": "ColorPreset", + "comment": "15 Red (4615)", + "colors": ["#ffd5c2"] + }, + { + "dmxRange": [36, 37], + "type": "ColorPreset", + "comment": "30 Red (4630)", + "colors": ["#ffb08d"] + }, + { + "dmxRange": [38, 39], + "type": "ColorPreset", + "comment": "60 Red (4660)", + "colors": ["#ff7f4d"] + }, + { + "dmxRange": [40, 41], + "type": "ColorPreset", + "comment": "90 Red (4690)", + "colors": ["#ff5725"] + }, + { + "dmxRange": [42, 43], + "type": "ColorPreset", + "comment": "15 Magenta (4715)", + "colors": ["#fbceff"] + }, + { + "dmxRange": [44, 45], + "type": "ColorPreset", + "comment": "30 Magenta (4730)", + "colors": ["#f5a0ff"] + }, + { + "dmxRange": [46, 47], + "type": "ColorPreset", + "comment": "60 Magenta (4760)", + "colors": ["#ea5eff"] + }, + { + "dmxRange": [48, 49], + "type": "ColorPreset", + "comment": "90 Magenta (4790)", + "colors": ["#eb49ff"] + }, + { + "dmxRange": [50, 51], + "type": "ColorPreset", + "comment": "15 Pink (4815)", + "colors": ["#ffd0df"] + }, + { + "dmxRange": [52, 53], + "type": "ColorPreset", + "comment": "30 Pink (4830)", + "colors": ["#ffa6be"] + }, + { + "dmxRange": [54, 55], + "type": "ColorPreset", + "comment": "60 Pink (4860)", + "colors": ["#ff7c94"] + }, + { + "dmxRange": [56, 57], + "type": "ColorPreset", + "comment": "90 Pink (4890)", + "colors": ["#ff5660"] + }, + { + "dmxRange": [58, 59], + "type": "ColorPreset", + "comment": "15 Lavender (4915)", + "colors": ["#d0bbff"] + }, + { + "dmxRange": [60, 61], + "type": "ColorPreset", + "comment": "30 Lavender (4930)", + "colors": ["#b893ff"] + }, + { + "dmxRange": [62, 63], + "type": "ColorPreset", + "comment": "60 Lavender (4960)", + "colors": ["#8a53ff"] + }, + { + "dmxRange": [64, 65], + "type": "ColorPreset", + "comment": "90 Lavender (4990)", + "colors": ["#632eff"] + }, + { + "dmxRange": [66, 255], + "type": "NoFunction", + "comment": "Reserved" + } + ] + }, + "Gel 2, Rosco Storaro Selection": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 1], + "type": "ColorPreset", + "comment": "VS Red (2001)", + "colors": ["#ff2307"] + }, + { + "dmxRange": [2, 3], + "type": "ColorPreset", + "comment": "VS Orange (2002)", + "colors": ["#ff7a21"] + }, + { + "dmxRange": [4, 5], + "type": "ColorPreset", + "comment": "VS Yellow (2003)", + "colors": ["#ffcc14"] + }, + { + "dmxRange": [6, 7], + "type": "ColorPreset", + "comment": "VS Green (2004)", + "colors": ["#25ff55"] + }, + { + "dmxRange": [8, 9], + "type": "ColorPreset", + "comment": "VS Cyan (2005)", + "colors": ["#2ca5ff"] + }, + { + "dmxRange": [10, 11], + "type": "ColorPreset", + "comment": "VS Azure (2006)", + "colors": ["#141fff"] + }, + { + "dmxRange": [12, 13], + "type": "ColorPreset", + "comment": "VS Blue (2007)", + "colors": ["#2c35ff"] + }, + { + "dmxRange": [14, 15], + "type": "ColorPreset", + "comment": "VS Indigo (2008)", + "colors": ["#2612ff"] + }, + { + "dmxRange": [16, 17], + "type": "ColorPreset", + "comment": "VS Violet (2009)", + "colors": ["#741fff"] + }, + { + "dmxRange": [18, 19], + "type": "ColorPreset", + "comment": "VS Magenta (2010)", + "colors": ["#eb49ff"] + }, + { + "dmxRange": [20, 255], + "type": "NoFunction", + "comment": "Reserved" + } + ] + }, + "Gel 2, Rosco Cinelux": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 1], + "type": "ColorPreset", + "comment": "Bastard Amber (2)", + "colors": ["#ffdba5"] + }, + { + "dmxRange": [2, 3], + "type": "ColorPreset", + "comment": "Pale Bastard Amber (302)", + "colors": ["#fff0d6"] + }, + { + "dmxRange": [4, 5], + "type": "ColorPreset", + "comment": "No Color Straw (6)", + "colors": ["#feffcd"] + }, + { + "dmxRange": [6, 7], + "type": "ColorPreset", + "comment": "Pale Gold (8)", + "colors": ["#ffeead"] + }, + { + "dmxRange": [8, 9], + "type": "ColorPreset", + "comment": "Daffodil (310)", + "colors": ["#faff59"] + }, + { + "dmxRange": [10, 11], + "type": "ColorPreset", + "comment": "Straw (12)", + "colors": ["#feff2c"] + }, + { + "dmxRange": [12, 13], + "type": "ColorPreset", + "comment": "Light Amber (16)", + "colors": ["#ffc24e"] + }, + { + "dmxRange": [14, 15], + "type": "ColorPreset", + "comment": "Gallo Gold (316)", + "colors": ["#ffb95a"] + }, + { + "dmxRange": [16, 17], + "type": "ColorPreset", + "comment": "Light Flame (17)", + "colors": ["#ffa54e"] + }, + { + "dmxRange": [18, 19], + "type": "ColorPreset", + "comment": "Flame (18)", + "colors": ["#ffac45"] + }, + { + "dmxRange": [20, 21], + "type": "ColorPreset", + "comment": "Mayan Sun (318)", + "colors": ["#ff8441"] + }, + { + "dmxRange": [22, 23], + "type": "ColorPreset", + "comment": "Golden Amber (21)", + "colors": ["#ff8109"] + }, + { + "dmxRange": [24, 25], + "type": "ColorPreset", + "comment": "Soft Golden Amber (321)", + "colors": ["#ff9633"] + }, + { + "dmxRange": [26, 27], + "type": "ColorPreset", + "comment": "Orange (23)", + "colors": ["#ff640b"] + }, + { + "dmxRange": [28, 29], + "type": "ColorPreset", + "comment": "Henna Sky (325)", + "colors": ["#ff4a0d"] + }, + { + "dmxRange": [30, 31], + "type": "ColorPreset", + "comment": "Light Red (26)", + "colors": ["#ff2307"] + }, + { + "dmxRange": [32, 33], + "type": "ColorPreset", + "comment": "No Color Pink (33)", + "colors": ["#ffc8e2"] + }, + { + "dmxRange": [34, 35], + "type": "ColorPreset", + "comment": "Blush Pink (333)", + "colors": ["#ffd5f6"] + }, + { + "dmxRange": [36, 37], + "type": "ColorPreset", + "comment": "Flesh Pink (34)", + "colors": ["#ff939f"] + }, + { + "dmxRange": [38, 39], + "type": "ColorPreset", + "comment": "Pale Rose Pink (37)", + "colors": ["#ffbbf5"] + }, + { + "dmxRange": [40, 41], + "type": "ColorPreset", + "comment": "Salmon (41)", + "colors": ["#ff471c"] + }, + { + "dmxRange": [42, 43], + "type": "ColorPreset", + "comment": "Deep Salmon (42)", + "colors": ["#ff2b25"] + }, + { + "dmxRange": [44, 45], + "type": "ColorPreset", + "comment": "Middle Rose (44)", + "colors": ["#ff5bd3"] + }, + { + "dmxRange": [46, 47], + "type": "ColorPreset", + "comment": "Light Rose Purple (47)", + "colors": ["#954fff"] + }, + { + "dmxRange": [48, 49], + "type": "ColorPreset", + "comment": "Surprise Pink (51)", + "colors": ["#cbb5ff"] + }, + { + "dmxRange": [50, 51], + "type": "ColorPreset", + "comment": "No Color Blue (60)", + "colors": ["#99b0ff"] + }, + { + "dmxRange": [52, 53], + "type": "ColorPreset", + "comment": "Clearwater (360)", + "colors": ["#a3b7ff"] + }, + { + "dmxRange": [54, 55], + "type": "ColorPreset", + "comment": "Booster Blue (62)", + "colors": ["#7da3ff"] + }, + { + "dmxRange": [56, 57], + "type": "ColorPreset", + "comment": "Tipton Blue (362)", + "colors": ["#728bff"] + }, + { + "dmxRange": [58, 59], + "type": "ColorPreset", + "comment": "Blue Bell (364)", + "colors": ["#566fff"] + }, + { + "dmxRange": [60, 61], + "type": "ColorPreset", + "comment": "Daylight Blue (65)", + "colors": ["#3767ff"] + }, + { + "dmxRange": [62, 63], + "type": "ColorPreset", + "comment": "Tharon Delft Blue (365)", + "colors": ["#6a81ff"] + }, + { + "dmxRange": [64, 65], + "type": "ColorPreset", + "comment": "Cerulean Blue (375)", + "colors": ["#207aff"] + }, + { + "dmxRange": [66, 67], + "type": "ColorPreset", + "comment": "Bermuda Blue (376)", + "colors": ["#3170ff"] + }, + { + "dmxRange": [68, 69], + "type": "ColorPreset", + "comment": "Green Blue (77)", + "colors": ["#1435ff"] + }, + { + "dmxRange": [70, 71], + "type": "ColorPreset", + "comment": "Alice Blue (378)", + "colors": ["#3e3cff"] + }, + { + "dmxRange": [72, 73], + "type": "ColorPreset", + "comment": "Primary Blue (80)", + "colors": ["#141fff"] + }, + { + "dmxRange": [74, 75], + "type": "ColorPreset", + "comment": "Baldassari Blue (381)", + "colors": ["#1f18ff"] + }, + { + "dmxRange": [76, 77], + "type": "ColorPreset", + "comment": "Medium Blue (83)", + "colors": ["#130fff"] + }, + { + "dmxRange": [78, 79], + "type": "ColorPreset", + "comment": "Pale Yellow Green (87)", + "colors": ["#e4ffc2"] + }, + { + "dmxRange": [80, 81], + "type": "ColorPreset", + "comment": "Light Green (88)", + "colors": ["#d0ff96"] + }, + { + "dmxRange": [82, 83], + "type": "ColorPreset", + "comment": "Moss Green (89)", + "colors": ["#60ff74"] + }, + { + "dmxRange": [84, 85], + "type": "ColorPreset", + "comment": "Primary Green (91)", + "colors": ["#3cffa4"] + }, + { + "dmxRange": [86, 87], + "type": "ColorPreset", + "comment": "Turquoise (92)", + "colors": ["#78fffe"] + }, + { + "dmxRange": [88, 89], + "type": "ColorPreset", + "comment": "Blue Green (93)", + "colors": ["#5cd3ff"] + }, + { + "dmxRange": [90, 91], + "type": "ColorPreset", + "comment": "Chocolate (99)", + "colors": ["#ffc48d"] + }, + { + "dmxRange": [92, 255], + "type": "NoFunction", + "comment": "Reserved" + } + ] + }, + "Gel 2, LEE Color Correction": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 1], + "type": "ColorPreset", + "comment": "Double CTB (200)", + "colors": ["#313eff"] + }, + { + "dmxRange": [2, 3], + "type": "ColorPreset", + "comment": "Full CTB (201)", + "colors": ["#647bff"] + }, + { + "dmxRange": [4, 5], + "type": "ColorPreset", + "comment": "3/4 CTB (281)", + "colors": ["#7789ff"] + }, + { + "dmxRange": [6, 7], + "type": "ColorPreset", + "comment": "1/2 CTB (202)", + "colors": ["#9bb2ff"] + }, + { + "dmxRange": [8, 9], + "type": "ColorPreset", + "comment": "1/4 CTB (203)", + "colors": ["#c3d3ff"] + }, + { + "dmxRange": [10, 11], + "type": "ColorPreset", + "comment": "1/8 CTB (218)", + "colors": ["#e0eaff"] + }, + { + "dmxRange": [12, 13], + "type": "ColorPreset", + "comment": "Double CTO (287)", + "colors": ["#ff9317"] + }, + { + "dmxRange": [14, 15], + "type": "ColorPreset", + "comment": "Full CTO (204)", + "colors": ["#ffbf4d"] + }, + { + "dmxRange": [16, 17], + "type": "ColorPreset", + "comment": "3/4 CTO (285)", + "colors": ["#ffcc61"] + }, + { + "dmxRange": [18, 19], + "type": "ColorPreset", + "comment": "1/2 CTO (205)", + "colors": ["#ffdf8b"] + }, + { + "dmxRange": [20, 21], + "type": "ColorPreset", + "comment": "1/4 CTO (206)", + "colors": ["#ffeeb7"] + }, + { + "dmxRange": [22, 23], + "type": "ColorPreset", + "comment": "1/8 CTO (223)", + "colors": ["#fff6d5"] + }, + { + "dmxRange": [24, 25], + "type": "ColorPreset", + "comment": "1 1/2 CTB (283)", + "colors": ["#4559ff"] + }, + { + "dmxRange": [26, 27], + "type": "ColorPreset", + "comment": "1 1/2 CTO (286)", + "colors": ["#ffa728"] + }, + { + "dmxRange": [28, 29], + "type": "ColorPreset", + "comment": "Full CTS (441)", + "colors": ["#ffbe4c"] + }, + { + "dmxRange": [30, 31], + "type": "ColorPreset", + "comment": "1/2 CTS (442)", + "colors": ["#ffe085"] + }, + { + "dmxRange": [32, 33], + "type": "ColorPreset", + "comment": "1/4 CTS (443)", + "colors": ["#fff1bb"] + }, + { + "dmxRange": [34, 35], + "type": "ColorPreset", + "comment": "1/8 CTS (444)", + "colors": ["#fff8de"] + }, + { + "dmxRange": [36, 37], + "type": "ColorPreset", + "comment": "Full CTO + .3 ND (207)", + "colors": ["#ffc148"] + }, + { + "dmxRange": [38, 39], + "type": "ColorPreset", + "comment": "Full CTO + .6 ND (208)", + "colors": ["#ffbe4b"] + }, + { + "dmxRange": [40, 41], + "type": "ColorPreset", + "comment": "L.C.T. Yellow (Y1) (212)", + "colors": ["#ffffbe"] + }, + { + "dmxRange": [42, 43], + "type": "ColorPreset", + "comment": "White Flame Green (213)", + "colors": ["#d5ffd0"] + }, + { + "dmxRange": [44, 45], + "type": "ColorPreset", + "comment": "LEE Fluorescent Green (219)", + "colors": ["#74e0ff"] + }, + { + "dmxRange": [46, 47], + "type": "ColorPreset", + "comment": "Super Correction L.C.T. Yellow (230)", + "colors": ["#ffe596"] + }, + { + "dmxRange": [48, 49], + "type": "ColorPreset", + "comment": "Super Correction W.F. Green (232)", + "colors": ["#ffc55c"] + }, + { + "dmxRange": [50, 51], + "type": "ColorPreset", + "comment": "H.M.I. (to Tungsten) (236)", + "colors": ["#ffbd5a"] + }, + { + "dmxRange": [52, 53], + "type": "ColorPreset", + "comment": "C.I.D. (to Tungsten) (237)", + "colors": ["#ff9955"] + }, + { + "dmxRange": [54, 55], + "type": "ColorPreset", + "comment": "C.S.I. (to Tungsten) (238)", + "colors": ["#ffa994"] + }, + { + "dmxRange": [56, 57], + "type": "ColorPreset", + "comment": "LEE Fluorescent 5700 Kelvin (241)", + "colors": ["#71b6ff"] + }, + { + "dmxRange": [58, 59], + "type": "ColorPreset", + "comment": "LEE Fluorescent 4300 Kelvin (242)", + "colors": ["#9cfff2"] + }, + { + "dmxRange": [60, 61], + "type": "ColorPreset", + "comment": "LEE Fluorescent 3600 Kelvin (243)", + "colors": ["#aeffc7"] + }, + { + "dmxRange": [62, 63], + "type": "ColorPreset", + "comment": "LEE Plus Green (244)", + "colors": ["#cfff9e"] + }, + { + "dmxRange": [64, 65], + "type": "ColorPreset", + "comment": "1/2 Plus Green (245)", + "colors": ["#e3ffc5"] + }, + { + "dmxRange": [66, 67], + "type": "ColorPreset", + "comment": "1/4 Plus Green (246)", + "colors": ["#f0ffdd"] + }, + { + "dmxRange": [68, 69], + "type": "ColorPreset", + "comment": "1/8 Plus Green (278)", + "colors": ["#f8ffed"] + }, + { + "dmxRange": [70, 71], + "type": "ColorPreset", + "comment": "LEE Minus Green (247)", + "colors": ["#ffb0e6"] + }, + { + "dmxRange": [72, 73], + "type": "ColorPreset", + "comment": "1/2 Minus Green (248)", + "colors": ["#ffd3f0"] + }, + { + "dmxRange": [74, 75], + "type": "ColorPreset", + "comment": "1/4 Minus Green (249)", + "colors": ["#ffe7f8"] + }, + { + "dmxRange": [76, 77], + "type": "ColorPreset", + "comment": "1/8 Minus Green (279)", + "colors": ["#fff2f8"] + }, + { + "dmxRange": [78, 255], + "type": "NoFunction", + "comment": "Reserved" + } + ] + }, + "Gel 2, LEE Color Filters": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 1], + "type": "ColorPreset", + "comment": "Rose Pink (2)", + "colors": ["#ff5bfd"] + }, + { + "dmxRange": [2, 3], + "type": "ColorPreset", + "comment": "Lavender Tint (3)", + "colors": ["#ede2ff"] + }, + { + "dmxRange": [4, 5], + "type": "ColorPreset", + "comment": "Medium Bastard Amber (4)", + "colors": ["#ffbb92"] + }, + { + "dmxRange": [6, 7], + "type": "ColorPreset", + "comment": "Pale Yellow (7)", + "colors": ["#ffffb2"] + }, + { + "dmxRange": [8, 9], + "type": "ColorPreset", + "comment": "Dark Salmon (8)", + "colors": ["#ff722c"] + }, + { + "dmxRange": [10, 11], + "type": "ColorPreset", + "comment": "Pale Amber Gold (9)", + "colors": ["#ffdb82"] + }, + { + "dmxRange": [12, 13], + "type": "ColorPreset", + "comment": "Medium Yellow (10)", + "colors": ["#f8ff22"] + }, + { + "dmxRange": [14, 15], + "type": "ColorPreset", + "comment": "Straw Tint (13)", + "colors": ["#ffdc68"] + }, + { + "dmxRange": [16, 17], + "type": "ColorPreset", + "comment": "Surprise Peach (17)", + "colors": ["#ff9640"] + }, + { + "dmxRange": [18, 19], + "type": "ColorPreset", + "comment": "Fire (19)", + "colors": ["#ff3404"] + }, + { + "dmxRange": [20, 21], + "type": "ColorPreset", + "comment": "Medium Amber (20)", + "colors": ["#ffa313"] + }, + { + "dmxRange": [22, 23], + "type": "ColorPreset", + "comment": "Gold Amber (21)", + "colors": ["#ff6905"] + }, + { + "dmxRange": [24, 25], + "type": "ColorPreset", + "comment": "Dark Amber (22)", + "colors": ["#ff4c01"] + }, + { + "dmxRange": [26, 27], + "type": "ColorPreset", + "comment": "Scarlet (24)", + "colors": ["#ff3f22"] + }, + { + "dmxRange": [28, 29], + "type": "ColorPreset", + "comment": "Sunset Red (25)", + "colors": ["#ff5615"] + }, + { + "dmxRange": [30, 31], + "type": "ColorPreset", + "comment": "Bright Red (26)", + "colors": ["#ff1a02"] + }, + { + "dmxRange": [32, 33], + "type": "ColorPreset", + "comment": "Light Pink (35)", + "colors": ["#756cff"] + }, + { + "dmxRange": [34, 35], + "type": "ColorPreset", + "comment": "Medium Pink (36)", + "colors": ["#875aff"] + }, + { + "dmxRange": [36, 37], + "type": "ColorPreset", + "comment": "Dark Magenta (46)", + "colors": ["#ff21b0"] + }, + { + "dmxRange": [38, 39], + "type": "ColorPreset", + "comment": "Rose Purple (48)", + "colors": ["#461dff"] + }, + { + "dmxRange": [40, 41], + "type": "ColorPreset", + "comment": "Light Lavender (52)", + "colors": ["#3c3aff"] + }, + { + "dmxRange": [42, 43], + "type": "ColorPreset", + "comment": "Paler Lavender (53)", + "colors": ["#5065ff"] + }, + { + "dmxRange": [44, 45], + "type": "ColorPreset", + "comment": "Lavender (58)", + "colors": ["#2010ff"] + }, + { + "dmxRange": [46, 47], + "type": "ColorPreset", + "comment": "Mist Blue (61)", + "colors": ["#4664ff"] + }, + { + "dmxRange": [48, 49], + "type": "ColorPreset", + "comment": "Pale Blue (63)", + "colors": ["#3c59ff"] + }, + { + "dmxRange": [50, 51], + "type": "ColorPreset", + "comment": "Sky Blue (68)", + "colors": ["#121aff"] + }, + { + "dmxRange": [52, 53], + "type": "ColorPreset", + "comment": "Evening Blue (75)", + "colors": ["#1416ff"] + }, + { + "dmxRange": [54, 55], + "type": "ColorPreset", + "comment": "Just Blue (79)", + "colors": ["#110eff"] + }, + { + "dmxRange": [56, 57], + "type": "ColorPreset", + "comment": "Deeper Blue (85)", + "colors": ["#1107ff"] + }, + { + "dmxRange": [58, 59], + "type": "ColorPreset", + "comment": "Lime Green (88)", + "colors": ["#7eff68"] + }, + { + "dmxRange": [60, 61], + "type": "ColorPreset", + "comment": "Moss Green (89)", + "colors": ["#38ff7b"] + }, + { + "dmxRange": [62, 63], + "type": "ColorPreset", + "comment": "Dark Yellow Green (90)", + "colors": ["#15ff53"] + }, + { + "dmxRange": [64, 65], + "type": "ColorPreset", + "comment": "Spring Yellow (100)", + "colors": ["#a6ff43"] + }, + { + "dmxRange": [66, 67], + "type": "ColorPreset", + "comment": "Yellow (101)", + "colors": ["#c5ff20"] + }, + { + "dmxRange": [68, 69], + "type": "ColorPreset", + "comment": "Light Amber (102)", + "colors": ["#daff66"] + }, + { + "dmxRange": [70, 71], + "type": "ColorPreset", + "comment": "Straw (103)", + "colors": ["#9ab8ff"] + }, + { + "dmxRange": [72, 73], + "type": "ColorPreset", + "comment": "Deep Amber (104)", + "colors": ["#f3ff26"] + }, + { + "dmxRange": [74, 75], + "type": "ColorPreset", + "comment": "Primary Red (106)", + "colors": ["#ff2104"] + }, + { + "dmxRange": [76, 77], + "type": "ColorPreset", + "comment": "Light Rose (107)", + "colors": ["#a979ff"] + }, + { + "dmxRange": [78, 79], + "type": "ColorPreset", + "comment": "English Rose (108)", + "colors": ["#fbd0ff"] + }, + { + "dmxRange": [80, 81], + "type": "ColorPreset", + "comment": "Light Salmon (109)", + "colors": ["#a17dff"] + }, + { + "dmxRange": [82, 83], + "type": "ColorPreset", + "comment": "Middle Rose (110)", + "colors": ["#7b5fff"] + }, + { + "dmxRange": [84, 85], + "type": "ColorPreset", + "comment": "Dark Pink (111)", + "colors": ["#9147ff"] + }, + { + "dmxRange": [86, 87], + "type": "ColorPreset", + "comment": "Magenta (113)", + "colors": ["#ff1e80"] + }, + { + "dmxRange": [88, 89], + "type": "ColorPreset", + "comment": "Peacock Blue (115)", + "colors": ["#175fff"] + }, + { + "dmxRange": [90, 91], + "type": "ColorPreset", + "comment": "Steel Blue (117)", + "colors": ["#3660ff"] + }, + { + "dmxRange": [92, 93], + "type": "ColorPreset", + "comment": "Light Blue (118)", + "colors": ["#1333ff"] + }, + { + "dmxRange": [94, 95], + "type": "ColorPreset", + "comment": "Deep Blue (120)", + "colors": ["#1103ff"] + }, + { + "dmxRange": [96, 97], + "type": "ColorPreset", + "comment": "LEE Green (121)", + "colors": ["#61ff6e"] + }, + { + "dmxRange": [98, 99], + "type": "ColorPreset", + "comment": "Fern Green (122)", + "colors": ["#48ff90"] + }, + { + "dmxRange": [100, 101], + "type": "ColorPreset", + "comment": "Dark Green (124)", + "colors": ["#17ff9d"] + }, + { + "dmxRange": [102, 103], + "type": "ColorPreset", + "comment": "Smokey Pink (127)", + "colors": ["#ae65ff"] + }, + { + "dmxRange": [104, 105], + "type": "ColorPreset", + "comment": "Bright Pink (128)", + "colors": ["#8313ff"] + }, + { + "dmxRange": [106, 107], + "type": "ColorPreset", + "comment": "Marine Blue (131)", + "colors": ["#266fff"] + }, + { + "dmxRange": [108, 109], + "type": "ColorPreset", + "comment": "Golden Amber (134)", + "colors": ["#ffba6e"] + }, + { + "dmxRange": [110, 111], + "type": "ColorPreset", + "comment": "Deep Golden Amber (135)", + "colors": ["#ff4d00"] + }, + { + "dmxRange": [112, 113], + "type": "ColorPreset", + "comment": "Pale Lavender (136)", + "colors": ["#4b4eff"] + }, + { + "dmxRange": [114, 115], + "type": "ColorPreset", + "comment": "Special Lavender (137)", + "colors": ["#2e32ff"] + }, + { + "dmxRange": [116, 117], + "type": "ColorPreset", + "comment": "Pale Green (138)", + "colors": ["#8fffe7"] + }, + { + "dmxRange": [118, 119], + "type": "ColorPreset", + "comment": "Summer Blue (140)", + "colors": ["#244cff"] + }, + { + "dmxRange": [120, 121], + "type": "ColorPreset", + "comment": "Pale Violet (142)", + "colors": ["#2324ff"] + }, + { + "dmxRange": [122, 123], + "type": "ColorPreset", + "comment": "Pale Navy Blue (143)", + "colors": ["#1b39ff"] + }, + { + "dmxRange": [124, 125], + "type": "ColorPreset", + "comment": "No Color Blue (144)", + "colors": ["#1d42ff"] + }, + { + "dmxRange": [126, 127], + "type": "ColorPreset", + "comment": "Apricot (147)", + "colors": ["#ffd1ad"] + }, + { + "dmxRange": [128, 129], + "type": "ColorPreset", + "comment": "Bright Rose (148)", + "colors": ["#ff37df"] + }, + { + "dmxRange": [130, 131], + "type": "ColorPreset", + "comment": "Gold Tint (151)", + "colors": ["#9d96ff"] + }, + { + "dmxRange": [132, 133], + "type": "ColorPreset", + "comment": "Pale Gold (152)", + "colors": ["#9c9fff"] + }, + { + "dmxRange": [134, 135], + "type": "ColorPreset", + "comment": "Pale Salmon (153)", + "colors": ["#8a7bff"] + }, + { + "dmxRange": [136, 137], + "type": "ColorPreset", + "comment": "Pale Rose (154)", + "colors": ["#8a8cff"] + }, + { + "dmxRange": [138, 139], + "type": "ColorPreset", + "comment": "Chocolate (156)", + "colors": ["#e0e0ff"] + }, + { + "dmxRange": [140, 141], + "type": "ColorPreset", + "comment": "Pink (157)", + "colors": ["#f577ff"] + }, + { + "dmxRange": [142, 143], + "type": "ColorPreset", + "comment": "No Color Straw (159)", + "colors": ["#7898ff"] + }, + { + "dmxRange": [144, 145], + "type": "ColorPreset", + "comment": "Slate Blue (161)", + "colors": ["#1c2dff"] + }, + { + "dmxRange": [146, 147], + "type": "ColorPreset", + "comment": "Bastard Amber (162)", + "colors": ["#8d99ff"] + }, + { + "dmxRange": [148, 149], + "type": "ColorPreset", + "comment": "Flame Red (164)", + "colors": ["#ff3916"] + }, + { + "dmxRange": [150, 151], + "type": "ColorPreset", + "comment": "Daylight Blue (165)", + "colors": ["#1729ff"] + }, + { + "dmxRange": [152, 153], + "type": "ColorPreset", + "comment": "Lilac Tint (169)", + "colors": ["#5762ff"] + }, + { + "dmxRange": [154, 155], + "type": "ColorPreset", + "comment": "Deep Lavender (170)", + "colors": ["#433aff"] + }, + { + "dmxRange": [156, 157], + "type": "ColorPreset", + "comment": "Dark Steel Blue (174)", + "colors": ["#263bff"] + }, + { + "dmxRange": [158, 159], + "type": "ColorPreset", + "comment": "Loving Amber (176)", + "colors": ["#d49bff"] + }, + { + "dmxRange": [160, 161], + "type": "ColorPreset", + "comment": "Dark Lavender (180)", + "colors": ["#1c0bff"] + }, + { + "dmxRange": [162, 163], + "type": "ColorPreset", + "comment": "Light Red (182)", + "colors": ["#ff2606"] + }, + { + "dmxRange": [164, 165], + "type": "ColorPreset", + "comment": "Flesh Pink (192)", + "colors": ["#9f4fff"] + }, + { + "dmxRange": [166, 167], + "type": "ColorPreset", + "comment": "Surprise Pink (194)", + "colors": ["#312fff"] + }, + { + "dmxRange": [168, 169], + "type": "ColorPreset", + "comment": "Zenith Blue (195)", + "colors": ["#1107ff"] + }, + { + "dmxRange": [170, 171], + "type": "ColorPreset", + "comment": "True Blue (196)", + "colors": ["#2038ff"] + }, + { + "dmxRange": [172, 173], + "type": "ColorPreset", + "comment": "Alice Blue (197)", + "colors": ["#181aff"] + }, + { + "dmxRange": [174, 175], + "type": "ColorPreset", + "comment": "Palace Blue (198)", + "colors": ["#1407ff"] + }, + { + "dmxRange": [176, 177], + "type": "ColorPreset", + "comment": "Regal Blue (199)", + "colors": ["#1f10ff"] + }, + { + "dmxRange": [178, 255], + "type": "NoFunction", + "comment": "Reserved" + } + ] + }, + "Gel 2, LEE 600 Series": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 1], + "type": "ColorPreset", + "comment": "Arctic White (600)", + "colors": ["#2f3fff"] + }, + { + "dmxRange": [2, 3], + "type": "ColorPreset", + "comment": "Silver (601)", + "colors": ["#394dff"] + }, + { + "dmxRange": [4, 5], + "type": "ColorPreset", + "comment": "Platinum (602)", + "colors": ["#4158ff"] + }, + { + "dmxRange": [6, 7], + "type": "ColorPreset", + "comment": "Moonlight White (603)", + "colors": ["#445aff"] + }, + { + "dmxRange": [8, 9], + "type": "ColorPreset", + "comment": "Full CT 85 (604)", + "colors": ["#fff2de"] + }, + { + "dmxRange": [10, 11], + "type": "ColorPreset", + "comment": "Industry Sodium (650)", + "colors": ["#cfffbd"] + }, + { + "dmxRange": [12, 13], + "type": "ColorPreset", + "comment": "HI Sodium (651)", + "colors": ["#ffe3ab"] + }, + { + "dmxRange": [14, 15], + "type": "ColorPreset", + "comment": "Urban Sodium (652)", + "colors": ["#ff993a"] + }, + { + "dmxRange": [16, 17], + "type": "ColorPreset", + "comment": "LO Sodium (653)", + "colors": ["#ffbf4a"] + }, + { + "dmxRange": [18, 255], + "type": "NoFunction", + "comment": "Reserved" + } + ] + }, + "Gel 2, LEE Cosmetic Series": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 1], + "type": "ColorPreset", + "comment": "Cosmetic Peach (184)", + "colors": ["#778fff"] + }, + { + "dmxRange": [2, 3], + "type": "ColorPreset", + "comment": "Cosmetic Silver Rose (186)", + "colors": ["#707bff"] + }, + { + "dmxRange": [4, 5], + "type": "ColorPreset", + "comment": "Cosmetic Rouge (187)", + "colors": ["#8091ff"] + }, + { + "dmxRange": [6, 7], + "type": "ColorPreset", + "comment": "Cosmetic Highlight (188)", + "colors": ["#7b90ff"] + }, + { + "dmxRange": [8, 9], + "type": "ColorPreset", + "comment": "Cosmetic Silver Moss (189)", + "colors": ["#7fa7ff"] + }, + { + "dmxRange": [10, 11], + "type": "ColorPreset", + "comment": "Cosmetic Aqua Blue (191)", + "colors": ["#6082ff"] + }, + { + "dmxRange": [12, 13], + "type": "ColorPreset", + "comment": "Lily Frost (705)", + "colors": ["#3a32ff"] + }, + { + "dmxRange": [14, 15], + "type": "ColorPreset", + "comment": "Shanklin Frost (717)", + "colors": ["#2f41ff"] + }, + { + "dmxRange": [16, 17], + "type": "ColorPreset", + "comment": "Half Shanklin Frost (718)", + "colors": ["#425aff"] + }, + { + "dmxRange": [18, 19], + "type": "ColorPreset", + "comment": "Durham Daylight Frost (720)", + "colors": ["#2a39ff"] + }, + { + "dmxRange": [20, 21], + "type": "ColorPreset", + "comment": "Hampshire Rose (749)", + "colors": ["#898aff"] + }, + { + "dmxRange": [22, 23], + "type": "ColorPreset", + "comment": "Durham Frost (750)", + "colors": ["#6882ff"] + }, + { + "dmxRange": [24, 25], + "type": "ColorPreset", + "comment": "Soft Amber Key 1 (774)", + "colors": ["#a9b1ff"] + }, + { + "dmxRange": [26, 27], + "type": "ColorPreset", + "comment": "Soft Amber Key 2 (775)", + "colors": ["#f2ddff"] + }, + { + "dmxRange": [28, 29], + "type": "ColorPreset", + "comment": "Moroccan Frost (791)", + "colors": ["#a993ff"] + }, + { + "dmxRange": [30, 31], + "type": "ColorPreset", + "comment": "Blue Diffusion (217)", + "colors": ["#6983ff"] + }, + { + "dmxRange": [32, 33], + "type": "ColorPreset", + "comment": "Blue Frost (221)", + "colors": ["#6981ff"] + }, + { + "dmxRange": [34, 35], + "type": "ColorPreset", + "comment": "Daylight Blue Frost (224)", + "colors": ["#3848ff"] + }, + { + "dmxRange": [36, 255], + "type": "NoFunction", + "comment": "Reserved" + } + ] + }, + "Gel 2, LEE 700 Series": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 1], + "type": "ColorPreset", + "comment": "Perfect Lavender (700)", + "colors": ["#1a06ff"] + }, + { + "dmxRange": [2, 3], + "type": "ColorPreset", + "comment": "Provence (701)", + "colors": ["#210dff"] + }, + { + "dmxRange": [4, 5], + "type": "ColorPreset", + "comment": "Special Pale Lavender (702)", + "colors": ["#4c59ff"] + }, + { + "dmxRange": [6, 7], + "type": "ColorPreset", + "comment": "Cold Lavender (703)", + "colors": ["#3929ff"] + }, + { + "dmxRange": [8, 9], + "type": "ColorPreset", + "comment": "Lily (704)", + "colors": ["#423cff"] + }, + { + "dmxRange": [10, 11], + "type": "ColorPreset", + "comment": "King Fals Lavender (706)", + "colors": ["#1d0cff"] + }, + { + "dmxRange": [12, 13], + "type": "ColorPreset", + "comment": "Cool Lavender (708)", + "colors": ["#3e53ff"] + }, + { + "dmxRange": [14, 15], + "type": "ColorPreset", + "comment": "Electric Lilac (709)", + "colors": ["#3340ff"] + }, + { + "dmxRange": [16, 17], + "type": "ColorPreset", + "comment": "Spir Special Blue (710)", + "colors": ["#1b1bff"] + }, + { + "dmxRange": [18, 19], + "type": "ColorPreset", + "comment": "Cold Blue (711)", + "colors": ["#2b33ff"] + }, + { + "dmxRange": [20, 21], + "type": "ColorPreset", + "comment": "Bedford Blue (712)", + "colors": ["#1c24ff"] + }, + { + "dmxRange": [22, 23], + "type": "ColorPreset", + "comment": "Elysian Blue (714)", + "colors": ["#1211ff"] + }, + { + "dmxRange": [24, 25], + "type": "ColorPreset", + "comment": "Cabana Blue (715)", + "colors": ["#130aff"] + }, + { + "dmxRange": [26, 27], + "type": "ColorPreset", + "comment": "Mikkel Blue (716)", + "colors": ["#1104ff"] + }, + { + "dmxRange": [28, 29], + "type": "ColorPreset", + "comment": "Colour Wash Blue (719)", + "colors": ["#1e29ff"] + }, + { + "dmxRange": [30, 31], + "type": "ColorPreset", + "comment": "Berry Blue (721)", + "colors": ["#110cff"] + }, + { + "dmxRange": [32, 33], + "type": "ColorPreset", + "comment": "Virgin Blue (723)", + "colors": ["#1411ff"] + }, + { + "dmxRange": [34, 35], + "type": "ColorPreset", + "comment": "Ocean Blue (724)", + "colors": ["#1e3eff"] + }, + { + "dmxRange": [36, 37], + "type": "ColorPreset", + "comment": "Old Steel Blue (725)", + "colors": ["#375cff"] + }, + { + "dmxRange": [38, 39], + "type": "ColorPreset", + "comment": "Steel Green (728)", + "colors": ["#4170ff"] + }, + { + "dmxRange": [40, 41], + "type": "ColorPreset", + "comment": "Liberty Green (730)", + "colors": ["#5188ff"] + }, + { + "dmxRange": [42, 43], + "type": "ColorPreset", + "comment": "Dirty Ice (731)", + "colors": ["#5f95ff"] + }, + { + "dmxRange": [44, 45], + "type": "ColorPreset", + "comment": "Damp Squib (733)", + "colors": ["#71a6ff"] + }, + { + "dmxRange": [46, 47], + "type": "ColorPreset", + "comment": "JAS Green (738)", + "colors": ["#4fff40"] + }, + { + "dmxRange": [48, 49], + "type": "ColorPreset", + "comment": "Bram Brown (742)", + "colors": ["#f1ffa2"] + }, + { + "dmxRange": [50, 51], + "type": "ColorPreset", + "comment": "Dirty White (744)", + "colors": ["#f5ffbd"] + }, + { + "dmxRange": [52, 53], + "type": "ColorPreset", + "comment": "Brown (746)", + "colors": ["#ffc331"] + }, + { + "dmxRange": [54, 55], + "type": "ColorPreset", + "comment": "Easy White (747)", + "colors": ["#c7b3ff"] + }, + { + "dmxRange": [56, 57], + "type": "ColorPreset", + "comment": "Seedy Pink (748)", + "colors": ["#9057ff"] + }, + { + "dmxRange": [58, 59], + "type": "ColorPreset", + "comment": "Wheat (763)", + "colors": ["#95b9ff"] + }, + { + "dmxRange": [60, 61], + "type": "ColorPreset", + "comment": "Sun Colour Straw (764)", + "colors": ["#b8e0ff"] + }, + { + "dmxRange": [62, 63], + "type": "ColorPreset", + "comment": "LEE Yellow (765)", + "colors": ["#ceffd2"] + }, + { + "dmxRange": [64, 65], + "type": "ColorPreset", + "comment": "Cardbox Amber (773)", + "colors": ["#dbc2ff"] + }, + { + "dmxRange": [66, 67], + "type": "ColorPreset", + "comment": "Nectarine (776)", + "colors": ["#ffdbe4"] + }, + { + "dmxRange": [68, 69], + "type": "ColorPreset", + "comment": "Millennium Gold (778)", + "colors": ["#ff6807"] + }, + { + "dmxRange": [70, 71], + "type": "ColorPreset", + "comment": "Bastard Pink (779)", + "colors": ["#ff7d8d"] + }, + { + "dmxRange": [72, 73], + "type": "ColorPreset", + "comment": "Terry Red (781)", + "colors": ["#ff4305"] + }, + { + "dmxRange": [74, 75], + "type": "ColorPreset", + "comment": "Blood Red (789)", + "colors": ["#ff2500"] + }, + { + "dmxRange": [76, 77], + "type": "ColorPreset", + "comment": "Moroccan Pink (790)", + "colors": ["#af98ff"] + }, + { + "dmxRange": [78, 79], + "type": "ColorPreset", + "comment": "Pretty 'n Pink (794)", + "colors": ["#6d4dff"] + }, + { + "dmxRange": [80, 81], + "type": "ColorPreset", + "comment": "Magical Magenta (795)", + "colors": ["#570dff"] + }, + { + "dmxRange": [82, 255], + "type": "NoFunction", + "comment": "Reserved" + } + ] + }, + "Reserved for future use": { + "capability": { + "type": "NoFunction" + } + } + }, + "modes": [ + { + "name": "P01: CCT & RGBW 8bit", + "shortName": "P01", + "channels": [ + "Dimmer", + "Color Temperature", + "Green-Magenta Point 8bit", + "Cross Fade to Color", + "Red", + "Green", + "Blue", + "White", + "Fan Control", + "Preset", + "Strobe", + "Reserved for future use" + ] + }, + { + "name": "P02: CCT 8bit", + "shortName": "P02", + "channels": [ + "Dimmer", + "Color Temperature", + "Green-Magenta Point 8bit", + "Fan Control", + "Preset", + "Strobe", + "Reserved for future use" + ] + }, + { + "name": "P03: CCT & HSI 8bit", + "shortName": "P03", + "channels": [ + "Dimmer", + "Color Temperature", + "Green-Magenta Point 8bit", + "Cross Fade to Color", + "Hue", + "Saturation", + "Fan Control", + "Preset", + "Strobe", + "Reserved for future use" + ] + }, + { + "name": "P04: RGBW 8bit", + "shortName": "P04", + "channels": [ + "Dimmer", + "Red", + "Green", + "Blue", + "White", + "Fan Control", + "Preset", + "Strobe", + "Reserved for future use" + ] + }, + { + "name": "P05: HSI 8bit", + "shortName": "P05", + "channels": [ + "Dimmer", + "Hue", + "Saturation", + "Fan Control", + "Preset", + "Strobe", + "Reserved for future use" + ] + }, + { + "name": "P06: CCT & RGBW 16bit", + "shortName": "P06", + "channels": [ + "Dimmer", + "Dimmer fine", + "Color Temperature", + "Color Temperature fine", + "Green-Magenta Point 16bit", + "Green-Magenta Point 16bit fine", + "Cross Fade to Color", + "Cross Fade to Color fine", + "Red", + "Red fine", + "Green", + "Green fine", + "Blue", + "Blue fine", + "White", + "White fine", + "Fan Control", + "Preset", + "Strobe", + "Reserved for future use" + ] + }, + { + "name": "P07: CCT 16bit", + "shortName": "P07", + "channels": [ + "Dimmer", + "Dimmer fine", + "Color Temperature", + "Color Temperature fine", + "Green-Magenta Point 16bit", + "Green-Magenta Point 16bit fine", + "Fan Control", + "Preset", + "Strobe", + "Reserved for future use" + ] + }, + { + "name": "P08: CCT & HSI 16bit", + "shortName": "P08", + "channels": [ + "Dimmer", + "Dimmer fine", + "Color Temperature", + "Color Temperature fine", + "Green-Magenta Point 16bit", + "Green-Magenta Point 16bit fine", + "Cross Fade to Color", + "Cross Fade to Color fine", + "Hue", + "Hue fine", + "Saturation", + "Saturation fine", + "Fan Control", + "Preset", + "Strobe", + "Reserved for future use" + ] + }, + { + "name": "P09: RGBW 16bit", + "shortName": "P09", + "channels": [ + "Dimmer", + "Dimmer fine", + "Red", + "Red fine", + "Green", + "Green fine", + "Blue", + "Blue fine", + "White", + "White fine", + "Fan Control", + "Preset", + "Strobe", + "Reserved for future use" + ] + }, + { + "name": "P10: HSI 16bit", + "shortName": "P10", + "channels": [ + "Dimmer", + "Dimmer fine", + "Hue", + "Hue fine", + "Saturation", + "Saturation fine", + "Fan Control", + "Preset", + "Strobe", + "Reserved for future use" + ] + }, + { + "name": "P11: CCT & RGBW 8/16bit", + "shortName": "P11", + "channels": [ + "Dimmer", + "Dimmer fine", + "Color Temperature", + "Color Temperature fine", + "Green-Magenta Point 8bit", + "Cross Fade to Color", + "Red", + "Red fine", + "Green", + "Green fine", + "Blue", + "Blue fine", + "White", + "White fine", + "Fan Control", + "Preset", + "Strobe", + "Reserved for future use" + ] + }, + { + "name": "P12: CCT 8/16bit", + "shortName": "P12", + "channels": [ + "Dimmer", + "Dimmer fine", + "Color Temperature", + "Color Temperature fine", + "Green-Magenta Point 8bit", + "Fan Control", + "Preset", + "Strobe", + "Reserved for future use" + ] + }, + { + "name": "P13: CCT & HSI 8/16bit", + "shortName": "P13", + "channels": [ + "Dimmer", + "Dimmer fine", + "Color Temperature", + "Color Temperature fine", + "Green-Magenta Point 8bit", + "Cross Fade to Color", + "Hue", + "Hue fine", + "Saturation", + "Saturation fine", + "Fan Control", + "Preset", + "Strobe", + "Reserved for future use" + ] + }, + { + "name": "P14: RGBW 8/16bit", + "shortName": "P14", + "channels": [ + "Dimmer", + "Dimmer fine", + "Red", + "Red fine", + "Green", + "Green fine", + "Blue", + "Blue fine", + "White", + "White fine", + "Fan Control", + "Preset", + "Strobe", + "Reserved for future use" + ] + }, + { + "name": "P15: HSI 8/16bit", + "shortName": "P15", + "channels": [ + "Dimmer", + "Dimmer fine", + "Hue", + "Hue fine", + "Saturation", + "Saturation fine", + "Fan Control", + "Preset", + "Strobe", + "Reserved for future use" + ] + }, + { + "name": "P16: GEL 8bit", + "shortName": "P16", + "channels": [ + "Dimmer", + "Gel 1, CCT", + "Gel 1, Color Matching", + "Gel 1, Brand", + "Gel 1, Category", + "Gel 1", + "Crossfade to gel", + "Gel 2, CCT", + "Gel 2, Color Matching", + "Gel 2, Brand", + "Gel 2, Category", + "Gel 2", + "Gel Transition Type", + "Fan Control", + "Preset", + "Strobe", + "Reserved for future use" + ] + }, + { + "name": "P17: GEL 16bit", + "shortName": "P17", + "channels": [ + "Dimmer", + "Dimmer fine", + "Gel 1, CCT", + "Gel 1, Color Matching", + "Gel 1, Brand", + "Gel 1, Category", + "Gel 1", + "Crossfade to gel", + "Crossfade to gel fine", + "Gel 2, CCT", + "Gel 2, Color Matching", + "Gel 2, Brand", + "Gel 2, Category", + "Gel 2", + "Gel Transition Type", + "Fan Control", + "Preset", + "Strobe", + "Reserved for future use" + ] + } + ] +} diff --git a/fixtures/arri/l7-c-plus.json b/fixtures/arri/l7-c-plus.json new file mode 100644 index 0000000000..7da28dd62c --- /dev/null +++ b/fixtures/arri/l7-c-plus.json @@ -0,0 +1,4998 @@ +{ + "$schema": "https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/master/schemas/fixture.json", + "name": "L7-C Plus", + "categories": ["Dimmer", "Color Changer"], + "meta": { + "authors": ["Dyami Caliri"], + "createDate": "2025-01-30", + "lastModifyDate": "2025-01-30" + }, + "links": { + "manual": [ + "https://www.arri.com/resource/blob/382216/744a1820fe8b6c2b64092c759f38d6ea/arri-l-series-plus-operating-manual-en-data.pdf", + "https://www.arri.com/resource/blob/381308/ddc7ea24b1c45e4a9195cbf3a08326b0/arri-l-series-plus-dmx-protocol-data.pdf" + ], + "productPage": [ + "https://www.arri.com/en/lighting/led-spotlights/l-series-plus" + ] + }, + "physical": { + "dimensions": [300, 308, 456], + "weight": 8.7, + "power": 220, + "DMXconnector": "5-pin", + "bulb": { + "type": "LED" + }, + "lens": { + "degreesMinMax": [14, 50] + } + }, + "availableChannels": { + "Dimmer": { + "fineChannelAliases": ["Dimmer fine"], + "dmxValueResolution": "8bit", + "defaultValue": 0, + "highlightValue": 255, + "capability": { + "type": "Intensity" + } + }, + "Color Temperature": { + "fineChannelAliases": ["Color Temperature fine"], + "capability": { + "type": "ColorTemperature", + "colorTemperatureStart": "2800K", + "colorTemperatureEnd": "10000K" + } + }, + "Green-Magenta Point 8bit": { + "name": "Green-Magenta Point", + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 10], + "type": "Generic", + "comment": "Neutral" + }, + { + "dmxRange": [11, 20], + "type": "Generic", + "comment": "Full minus green" + }, + { + "dmxRange": [21, 119], + "type": "Generic", + "comment": "-99%…-1%" + }, + { + "dmxRange": [120, 145], + "type": "Generic", + "comment": "Neutral" + }, + { + "dmxRange": [146, 244], + "type": "Generic", + "comment": "1%…99%" + }, + { + "dmxRange": [245, 255], + "type": "Generic", + "comment": "Full plus green" + } + ] + }, + "Green-Magenta Point 16bit": { + "name": "Green-Magenta Point", + "fineChannelAliases": ["Green-Magenta Point 16bit fine"], + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 5000], + "type": "Generic", + "comment": "Neutral" + }, + { + "dmxRange": [5001, 10000], + "type": "Generic", + "comment": "Full minus green" + }, + { + "dmxRange": [10001, 29999], + "type": "Generic", + "comment": "-99%…-1%" + }, + { + "dmxRange": [30000, 40000], + "type": "Generic", + "comment": "Neutral" + }, + { + "dmxRange": [40001, 59999], + "type": "Generic", + "comment": "1%…99%" + }, + { + "dmxRange": [60000, 65535], + "type": "Generic", + "comment": "Full plus green" + } + ] + }, + "Cross Fade to Color": { + "fineChannelAliases": ["Cross Fade to Color fine"], + "defaultValue": 0, + "capability": { + "type": "Generic", + "comment": "White … RGBW/HSI color" + } + }, + "Red": { + "fineChannelAliases": ["Red fine"], + "defaultValue": 0, + "capability": { + "type": "ColorIntensity", + "color": "Red" + } + }, + "Green": { + "fineChannelAliases": ["Green fine"], + "defaultValue": 0, + "capability": { + "type": "ColorIntensity", + "color": "Green" + } + }, + "Blue": { + "fineChannelAliases": ["Blue fine"], + "defaultValue": 0, + "capability": { + "type": "ColorIntensity", + "color": "Blue" + } + }, + "White": { + "fineChannelAliases": ["White fine"], + "defaultValue": 0, + "capability": { + "type": "ColorIntensity", + "color": "White" + } + }, + "Hue": { + "fineChannelAliases": ["Hue fine"], + "defaultValue": 0, + "capability": { + "type": "Generic", + "comment": "0…360°" + } + }, + "Saturation": { + "fineChannelAliases": ["Saturation fine"], + "defaultValue": 0, + "capability": { + "type": "Generic", + "comment": "0…100%" + } + }, + "Fan Control": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 9], + "type": "NoFunction", + "comment": "Use Fan Mode of Fixture Menu" + }, + { + "dmxRange": [10, 57], + "type": "Maintenance", + "comment": "Quiet, Fan speed fixed" + }, + { + "dmxRange": [58, 105], + "type": "Maintenance", + "comment": "Variable, Fan speed variable" + }, + { + "dmxRange": [106, 153], + "type": "Maintenance", + "comment": "High Temp, Fan speed fixed" + }, + { + "dmxRange": [154, 201], + "type": "NoFunction" + }, + { + "dmxRange": [202, 249], + "type": "Maintenance", + "comment": "Fan At Full Speed" + }, + { + "dmxRange": [250, 255], + "type": "Maintenance", + "comment": "Fan off" + } + ] + }, + "Preset": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 11], + "type": "NoFunction" + }, + { + "dmxRange": [12, 23], + "type": "ColorPreset", + "comment": "Preset 01 - User Defined" + }, + { + "dmxRange": [24, 35], + "type": "ColorPreset", + "comment": "Preset 02 - User Defined" + }, + { + "dmxRange": [36, 47], + "type": "ColorPreset", + "comment": "Preset 03 - User Defined" + }, + { + "dmxRange": [48, 59], + "type": "ColorPreset", + "comment": "Preset 04 - User Defined" + }, + { + "dmxRange": [60, 71], + "type": "ColorPreset", + "comment": "Preset 05 - User Defined" + }, + { + "dmxRange": [72, 83], + "type": "ColorPreset", + "comment": "Preset 06 - User Defined" + }, + { + "dmxRange": [84, 95], + "type": "ColorPreset", + "comment": "Preset 07 - User Defined" + }, + { + "dmxRange": [96, 107], + "type": "ColorPreset", + "comment": "Preset 08 - User Defined" + }, + { + "dmxRange": [108, 119], + "type": "ColorPreset", + "comment": "Preset 09 - User Defined" + }, + { + "dmxRange": [120, 131], + "type": "ColorPreset", + "comment": "Preset 10 - User Defined" + }, + { + "dmxRange": [132, 143], + "type": "ColorPreset", + "colorTemperature": "2900K", + "comment": "Preset 01", + "colors": ["#ffb165"] + }, + { + "dmxRange": [144, 155], + "type": "ColorPreset", + "colorTemperature": "3200K", + "comment": "Preset 02", + "colors": ["#ffbb78"] + }, + { + "dmxRange": [156, 167], + "type": "ColorPreset", + "colorTemperature": "5600K", + "comment": "Preset 03", + "colors": ["#ffe8d5"] + }, + { + "dmxRange": [168, 179], + "type": "ColorPreset", + "colorTemperature": "6500K", + "comment": "Preset 04", + "colors": ["#fff9fd"] + }, + { + "dmxRange": [180, 191], + "type": "ColorPreset", + "comment": "Preset 05 - 120° Hue, 100% Saturation" + }, + { + "dmxRange": [192, 203], + "type": "ColorPreset", + "comment": "Preset 06 - 240° Hue, 100% Saturation" + }, + { + "dmxRange": [204, 215], + "type": "ColorPreset", + "comment": "Preset 07 - Rosco 3408", + "colorTemperature": "5600K", + "colors": ["#fcc286"] + }, + { + "dmxRange": [216, 227], + "type": "ColorPreset", + "comment": "Preset 08 - Lee 187", + "colorTemperature": "3200K", + "colors": ["#f5e4d7"] + }, + { + "dmxRange": [228, 239], + "type": "ColorPreset", + "comment": "Preset 09 - Rosco 3152", + "colorTemperature": "3200K", + "colors": ["#f5802c"] + }, + { + "dmxRange": [240, 255], + "type": "ColorPreset", + "comment": "Preset 10 - Lee 162", + "colorTemperature": "3200K", + "colors": ["#fcded8"] + } + ] + }, + "Strobe": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 19], + "type": "NoFunction" + }, + { + "dmxRange": [20, 255], + "type": "ShutterStrobe", + "shutterEffect": "Strobe", + "speedStart": "1Hz", + "speedEnd": "25Hz" + } + ] + }, + "Crossfade to gel": { + "fineChannelAliases": ["Crossfade to gel fine"], + "defaultValue": 0, + "capability": { + "type": "Generic", + "comment": "Gel 1 … Gel 2" + } + }, + "Gel Transition Type": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 51], + "type": "Maintenance", + "comment": "Direct" + }, + { + "dmxRange": [52, 102], + "type": "Maintenance", + "comment": "Through White Point" + }, + { + "dmxRange": [103, 153], + "type": "Maintenance", + "comment": "Through Black Point" + }, + { + "dmxRange": [154, 204], + "type": "Maintenance", + "comment": "Over White Point" + }, + { + "dmxRange": [205, 255], + "type": "Maintenance", + "comment": "Under White Point" + } + ] + }, + "Gel 1, CCT": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 127], + "type": "ColorTemperature", + "colorTemperature": "3200K" + }, + { + "dmxRange": [128, 255], + "type": "ColorTemperature", + "colorTemperature": "5600K" + } + ] + }, + "Gel 1, Color Matching": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 84], + "type": "Maintenance", + "comment": "Best Color" + }, + { + "dmxRange": [85, 170], + "type": "Maintenance", + "comment": "Brightest" + }, + { + "dmxRange": [171, 255], + "type": "Maintenance", + "comment": "No Color Gel" + } + ] + }, + "Gel 1, Brand": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 127], + "type": "Maintenance", + "comment": "Rosco", + "switchChannels": { + "Gel 1, Category": "Gel 1, Category Rosco", + "Gel 1": "Gel 1 Rosco" + } + }, + { + "dmxRange": [128, 255], + "type": "Maintenance", + "comment": "LEE", + "switchChannels": { + "Gel 1, Category": "Gel 1, Category LEE", + "Gel 1": "Gel 1 LEE" + } + } + ] + }, + "Gel 1, Category Rosco": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 50], + "type": "Maintenance", + "comment": "Color Correction", + "switchChannels": { + "Gel 1 Rosco": "Gel 1, Rosco Color Correction" + } + }, + { + "dmxRange": [51, 101], + "type": "Maintenance", + "comment": "CalColor", + "switchChannels": { + "Gel 1 Rosco": "Gel 1, Rosco CalColor" + } + }, + { + "dmxRange": [102, 152], + "type": "Maintenance", + "comment": "Storaro Selection", + "switchChannels": { + "Gel 1 Rosco": "Gel 1, Rosco Storaro Selection" + } + }, + { + "dmxRange": [153, 255], + "type": "Maintenance", + "comment": "Cinelux", + "switchChannels": { + "Gel 1 Rosco": "Gel 1, Rosco Cinelux" + } + } + ] + }, + "Gel 1, Category LEE": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 50], + "type": "Maintenance", + "comment": "Color Correction", + "switchChannels": { + "Gel 1 LEE": "Gel 1, LEE Color Correction" + } + }, + { + "dmxRange": [51, 101], + "type": "Maintenance", + "comment": "Color Filters", + "switchChannels": { + "Gel 1 LEE": "Gel 1, LEE Color Filters" + } + }, + { + "dmxRange": [102, 152], + "type": "Maintenance", + "comment": "600 Series", + "switchChannels": { + "Gel 1 LEE": "Gel 1, LEE 600 Series" + } + }, + { + "dmxRange": [153, 203], + "type": "Maintenance", + "comment": "Cosmetic Filters", + "switchChannels": { + "Gel 1 LEE": "Gel 1, LEE Cosmetic Series" + } + }, + { + "dmxRange": [204, 255], + "type": "Maintenance", + "comment": "700 Series", + "switchChannels": { + "Gel 1 LEE": "Gel 1, LEE 700 Series" + } + } + ] + }, + "Gel 1, Rosco Color Correction": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 1], + "type": "ColorPreset", + "comment": "Full CTB (3202)", + "colors": ["#6a81ff"] + }, + { + "dmxRange": [2, 3], + "type": "ColorPreset", + "comment": "3/4 CTB (3203)", + "colors": ["#839cff"] + }, + { + "dmxRange": [4, 5], + "type": "ColorPreset", + "comment": "1/2 CTB (3204)", + "colors": ["#a3b7ff"] + }, + { + "dmxRange": [6, 7], + "type": "ColorPreset", + "comment": "1/3 CTB (3206)", + "colors": ["#b5c4ff"] + }, + { + "dmxRange": [8, 9], + "type": "ColorPreset", + "comment": "1/4 CTB (3208)", + "colors": ["#cdd6ff"] + }, + { + "dmxRange": [10, 11], + "type": "ColorPreset", + "comment": "1/8 CTB (3216)", + "colors": ["#ebf0ff"] + }, + { + "dmxRange": [12, 13], + "type": "ColorPreset", + "comment": "Double CTB (3220)", + "colors": ["#2c35ff"] + }, + { + "dmxRange": [14, 15], + "type": "ColorPreset", + "comment": "Full CTO (3407)", + "colors": ["#ffad49"] + }, + { + "dmxRange": [16, 17], + "type": "ColorPreset", + "comment": "3/4 CTO (3411)", + "colors": ["#ffb85b"] + }, + { + "dmxRange": [18, 19], + "type": "ColorPreset", + "comment": "1/2 CTO (3408)", + "colors": ["#ffd585"] + }, + { + "dmxRange": [20, 21], + "type": "ColorPreset", + "comment": "1/4 CTO (3409)", + "colors": ["#ffebbf"] + }, + { + "dmxRange": [22, 23], + "type": "ColorPreset", + "comment": "1/8 CTO (3410)", + "colors": ["#fff5d8"] + }, + { + "dmxRange": [24, 25], + "type": "ColorPreset", + "comment": "Double CTO (3420)", + "colors": ["#ff7a21"] + }, + { + "dmxRange": [26, 27], + "type": "ColorPreset", + "comment": "Full CTS (3441)", + "colors": ["#ffbb4d"] + }, + { + "dmxRange": [28, 29], + "type": "ColorPreset", + "comment": "1/2 CTS (3442)", + "colors": ["#ffdf88"] + }, + { + "dmxRange": [30, 31], + "type": "ColorPreset", + "comment": "1/4 CTS (3443)", + "colors": ["#fff3c1"] + }, + { + "dmxRange": [32, 33], + "type": "ColorPreset", + "comment": "1/8 CTS (3444)", + "colors": ["#fff8da"] + }, + { + "dmxRange": [34, 35], + "type": "ColorPreset", + "comment": "Full Plusgreen (3304)", + "colors": ["#d0ff95"] + }, + { + "dmxRange": [36, 37], + "type": "ColorPreset", + "comment": "1/2 Plusgreen (3315)", + "colors": ["#e4ffc3"] + }, + { + "dmxRange": [38, 39], + "type": "ColorPreset", + "comment": "1/4 Plusgreen (3316)", + "colors": ["#f4ffdc"] + }, + { + "dmxRange": [40, 41], + "type": "ColorPreset", + "comment": "1/8 Plusgreen (3317)", + "colors": ["#fbffe4"] + }, + { + "dmxRange": [42, 43], + "type": "ColorPreset", + "comment": "Full Minusgreen (3308)", + "colors": ["#ffbbf4"] + }, + { + "dmxRange": [44, 45], + "type": "ColorPreset", + "comment": "3/4 Minusgreen (3309)", + "colors": ["#ffcaee"] + }, + { + "dmxRange": [46, 47], + "type": "ColorPreset", + "comment": "1/2 Minusgreen (3313)", + "colors": ["#ffd5f6"] + }, + { + "dmxRange": [48, 49], + "type": "ColorPreset", + "comment": "1/4 Minusgreen (3314)", + "colors": ["#ffe9f8"] + }, + { + "dmxRange": [50, 51], + "type": "ColorPreset", + "comment": "1/8 Minusgreen (3318)", + "colors": ["#fff2ef"] + }, + { + "dmxRange": [52, 53], + "type": "ColorPreset", + "comment": "Fluorofilter (3310)", + "colors": ["#ff8840"] + }, + { + "dmxRange": [54, 55], + "type": "ColorPreset", + "comment": "Industrial Vapor (3150)", + "colors": ["#fffc63"] + }, + { + "dmxRange": [56, 57], + "type": "ColorPreset", + "comment": "Urban Vapor (3152)", + "colors": ["#ff901b"] + }, + { + "dmxRange": [58, 59], + "type": "ColorPreset", + "comment": "Tough Y-1 (3107)", + "colors": ["#ffffbe"] + }, + { + "dmxRange": [60, 61], + "type": "ColorPreset", + "comment": "Tough MT 54 (3134)", + "colors": ["#ffedab"] + }, + { + "dmxRange": [62, 63], + "type": "ColorPreset", + "comment": "Tough MTY (3106)", + "colors": ["#ffa940"] + }, + { + "dmxRange": [64, 65], + "type": "ColorPreset", + "comment": "Tough MT2 (3102)", + "colors": ["#ffc250"] + }, + { + "dmxRange": [66, 255], + "type": "NoFunction", + "comment": "Reserved" + } + ] + }, + "Gel 1, Rosco CalColor": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 1], + "type": "ColorPreset", + "comment": "15 Blue (4215)", + "colors": ["#b6bbff"] + }, + { + "dmxRange": [2, 3], + "type": "ColorPreset", + "comment": "30 Blue (4230)", + "colors": ["#838bff"] + }, + { + "dmxRange": [4, 5], + "type": "ColorPreset", + "comment": "60 Blue (4260)", + "colors": ["#504eff"] + }, + { + "dmxRange": [6, 7], + "type": "ColorPreset", + "comment": "90 Blue (4290)", + "colors": ["#2c20ff"] + }, + { + "dmxRange": [8, 9], + "type": "ColorPreset", + "comment": "7 Cyan (4307)", + "colors": ["#ffdf6d"] + }, + { + "dmxRange": [10, 11], + "type": "ColorPreset", + "comment": "15 Cyan (4315)", + "colors": ["#d5f9ff"] + }, + { + "dmxRange": [12, 13], + "type": "ColorPreset", + "comment": "30 Cyan (4330)", + "colors": ["#aae7ff"] + }, + { + "dmxRange": [14, 15], + "type": "ColorPreset", + "comment": "60 Cyan (4360)", + "colors": ["#75d8ff"] + }, + { + "dmxRange": [16, 17], + "type": "ColorPreset", + "comment": "90 Cyan (4390)", + "colors": ["#4ec3ff"] + }, + { + "dmxRange": [18, 19], + "type": "ColorPreset", + "comment": "15 Green (4415)", + "colors": ["#d8ffb9"] + }, + { + "dmxRange": [20, 21], + "type": "ColorPreset", + "comment": "30 Green (4430)", + "colors": ["#b3ff87"] + }, + { + "dmxRange": [22, 23], + "type": "ColorPreset", + "comment": "60 Green (4460)", + "colors": ["#86ff56"] + }, + { + "dmxRange": [24, 25], + "type": "ColorPreset", + "comment": "90 Green (4490)", + "colors": ["#62ff3b"] + }, + { + "dmxRange": [26, 27], + "type": "ColorPreset", + "comment": "15 Yellow (4515)", + "colors": ["#fbffb3"] + }, + { + "dmxRange": [28, 29], + "type": "ColorPreset", + "comment": "30 Yellow (4530)", + "colors": ["#f7ff85"] + }, + { + "dmxRange": [30, 31], + "type": "ColorPreset", + "comment": "60 Yellow (4560)", + "colors": ["#f6ff4c"] + }, + { + "dmxRange": [32, 33], + "type": "ColorPreset", + "comment": "90 Yellow (4590)", + "colors": ["#fbff31"] + }, + { + "dmxRange": [34, 35], + "type": "ColorPreset", + "comment": "15 Red (4615)", + "colors": ["#ffd5c2"] + }, + { + "dmxRange": [36, 37], + "type": "ColorPreset", + "comment": "30 Red (4630)", + "colors": ["#ffb08d"] + }, + { + "dmxRange": [38, 39], + "type": "ColorPreset", + "comment": "60 Red (4660)", + "colors": ["#ff7f4d"] + }, + { + "dmxRange": [40, 41], + "type": "ColorPreset", + "comment": "90 Red (4690)", + "colors": ["#ff5725"] + }, + { + "dmxRange": [42, 43], + "type": "ColorPreset", + "comment": "15 Magenta (4715)", + "colors": ["#fbceff"] + }, + { + "dmxRange": [44, 45], + "type": "ColorPreset", + "comment": "30 Magenta (4730)", + "colors": ["#f5a0ff"] + }, + { + "dmxRange": [46, 47], + "type": "ColorPreset", + "comment": "60 Magenta (4760)", + "colors": ["#ea5eff"] + }, + { + "dmxRange": [48, 49], + "type": "ColorPreset", + "comment": "90 Magenta (4790)", + "colors": ["#eb49ff"] + }, + { + "dmxRange": [50, 51], + "type": "ColorPreset", + "comment": "15 Pink (4815)", + "colors": ["#ffd0df"] + }, + { + "dmxRange": [52, 53], + "type": "ColorPreset", + "comment": "30 Pink (4830)", + "colors": ["#ffa6be"] + }, + { + "dmxRange": [54, 55], + "type": "ColorPreset", + "comment": "60 Pink (4860)", + "colors": ["#ff7c94"] + }, + { + "dmxRange": [56, 57], + "type": "ColorPreset", + "comment": "90 Pink (4890)", + "colors": ["#ff5660"] + }, + { + "dmxRange": [58, 59], + "type": "ColorPreset", + "comment": "15 Lavender (4915)", + "colors": ["#d0bbff"] + }, + { + "dmxRange": [60, 61], + "type": "ColorPreset", + "comment": "30 Lavender (4930)", + "colors": ["#b893ff"] + }, + { + "dmxRange": [62, 63], + "type": "ColorPreset", + "comment": "60 Lavender (4960)", + "colors": ["#8a53ff"] + }, + { + "dmxRange": [64, 65], + "type": "ColorPreset", + "comment": "90 Lavender (4990)", + "colors": ["#632eff"] + }, + { + "dmxRange": [66, 255], + "type": "NoFunction", + "comment": "Reserved" + } + ] + }, + "Gel 1, Rosco Storaro Selection": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 1], + "type": "ColorPreset", + "comment": "VS Red (2001)", + "colors": ["#ff2307"] + }, + { + "dmxRange": [2, 3], + "type": "ColorPreset", + "comment": "VS Orange (2002)", + "colors": ["#ff7a21"] + }, + { + "dmxRange": [4, 5], + "type": "ColorPreset", + "comment": "VS Yellow (2003)", + "colors": ["#ffcc14"] + }, + { + "dmxRange": [6, 7], + "type": "ColorPreset", + "comment": "VS Green (2004)", + "colors": ["#25ff55"] + }, + { + "dmxRange": [8, 9], + "type": "ColorPreset", + "comment": "VS Cyan (2005)", + "colors": ["#2ca5ff"] + }, + { + "dmxRange": [10, 11], + "type": "ColorPreset", + "comment": "VS Azure (2006)", + "colors": ["#141fff"] + }, + { + "dmxRange": [12, 13], + "type": "ColorPreset", + "comment": "VS Blue (2007)", + "colors": ["#2c35ff"] + }, + { + "dmxRange": [14, 15], + "type": "ColorPreset", + "comment": "VS Indigo (2008)", + "colors": ["#2612ff"] + }, + { + "dmxRange": [16, 17], + "type": "ColorPreset", + "comment": "VS Violet (2009)", + "colors": ["#741fff"] + }, + { + "dmxRange": [18, 19], + "type": "ColorPreset", + "comment": "VS Magenta (2010)", + "colors": ["#eb49ff"] + }, + { + "dmxRange": [20, 255], + "type": "NoFunction", + "comment": "Reserved" + } + ] + }, + "Gel 1, Rosco Cinelux": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 1], + "type": "ColorPreset", + "comment": "Bastard Amber (2)", + "colors": ["#ffdba5"] + }, + { + "dmxRange": [2, 3], + "type": "ColorPreset", + "comment": "Pale Bastard Amber (302)", + "colors": ["#fff0d6"] + }, + { + "dmxRange": [4, 5], + "type": "ColorPreset", + "comment": "No Color Straw (6)", + "colors": ["#feffcd"] + }, + { + "dmxRange": [6, 7], + "type": "ColorPreset", + "comment": "Pale Gold (8)", + "colors": ["#ffeead"] + }, + { + "dmxRange": [8, 9], + "type": "ColorPreset", + "comment": "Daffodil (310)", + "colors": ["#faff59"] + }, + { + "dmxRange": [10, 11], + "type": "ColorPreset", + "comment": "Straw (12)", + "colors": ["#feff2c"] + }, + { + "dmxRange": [12, 13], + "type": "ColorPreset", + "comment": "Light Amber (16)", + "colors": ["#ffc24e"] + }, + { + "dmxRange": [14, 15], + "type": "ColorPreset", + "comment": "Gallo Gold (316)", + "colors": ["#ffb95a"] + }, + { + "dmxRange": [16, 17], + "type": "ColorPreset", + "comment": "Light Flame (17)", + "colors": ["#ffa54e"] + }, + { + "dmxRange": [18, 19], + "type": "ColorPreset", + "comment": "Flame (18)", + "colors": ["#ffac45"] + }, + { + "dmxRange": [20, 21], + "type": "ColorPreset", + "comment": "Mayan Sun (318)", + "colors": ["#ff8441"] + }, + { + "dmxRange": [22, 23], + "type": "ColorPreset", + "comment": "Golden Amber (21)", + "colors": ["#ff8109"] + }, + { + "dmxRange": [24, 25], + "type": "ColorPreset", + "comment": "Soft Golden Amber (321)", + "colors": ["#ff9633"] + }, + { + "dmxRange": [26, 27], + "type": "ColorPreset", + "comment": "Orange (23)", + "colors": ["#ff640b"] + }, + { + "dmxRange": [28, 29], + "type": "ColorPreset", + "comment": "Henna Sky (325)", + "colors": ["#ff4a0d"] + }, + { + "dmxRange": [30, 31], + "type": "ColorPreset", + "comment": "Light Red (26)", + "colors": ["#ff2307"] + }, + { + "dmxRange": [32, 33], + "type": "ColorPreset", + "comment": "No Color Pink (33)", + "colors": ["#ffc8e2"] + }, + { + "dmxRange": [34, 35], + "type": "ColorPreset", + "comment": "Blush Pink (333)", + "colors": ["#ffd5f6"] + }, + { + "dmxRange": [36, 37], + "type": "ColorPreset", + "comment": "Flesh Pink (34)", + "colors": ["#ff939f"] + }, + { + "dmxRange": [38, 39], + "type": "ColorPreset", + "comment": "Pale Rose Pink (37)", + "colors": ["#ffbbf5"] + }, + { + "dmxRange": [40, 41], + "type": "ColorPreset", + "comment": "Salmon (41)", + "colors": ["#ff471c"] + }, + { + "dmxRange": [42, 43], + "type": "ColorPreset", + "comment": "Deep Salmon (42)", + "colors": ["#ff2b25"] + }, + { + "dmxRange": [44, 45], + "type": "ColorPreset", + "comment": "Middle Rose (44)", + "colors": ["#ff5bd3"] + }, + { + "dmxRange": [46, 47], + "type": "ColorPreset", + "comment": "Light Rose Purple (47)", + "colors": ["#954fff"] + }, + { + "dmxRange": [48, 49], + "type": "ColorPreset", + "comment": "Surprise Pink (51)", + "colors": ["#cbb5ff"] + }, + { + "dmxRange": [50, 51], + "type": "ColorPreset", + "comment": "No Color Blue (60)", + "colors": ["#99b0ff"] + }, + { + "dmxRange": [52, 53], + "type": "ColorPreset", + "comment": "Clearwater (360)", + "colors": ["#a3b7ff"] + }, + { + "dmxRange": [54, 55], + "type": "ColorPreset", + "comment": "Booster Blue (62)", + "colors": ["#7da3ff"] + }, + { + "dmxRange": [56, 57], + "type": "ColorPreset", + "comment": "Tipton Blue (362)", + "colors": ["#728bff"] + }, + { + "dmxRange": [58, 59], + "type": "ColorPreset", + "comment": "Blue Bell (364)", + "colors": ["#566fff"] + }, + { + "dmxRange": [60, 61], + "type": "ColorPreset", + "comment": "Daylight Blue (65)", + "colors": ["#3767ff"] + }, + { + "dmxRange": [62, 63], + "type": "ColorPreset", + "comment": "Tharon Delft Blue (365)", + "colors": ["#6a81ff"] + }, + { + "dmxRange": [64, 65], + "type": "ColorPreset", + "comment": "Cerulean Blue (375)", + "colors": ["#207aff"] + }, + { + "dmxRange": [66, 67], + "type": "ColorPreset", + "comment": "Bermuda Blue (376)", + "colors": ["#3170ff"] + }, + { + "dmxRange": [68, 69], + "type": "ColorPreset", + "comment": "Green Blue (77)", + "colors": ["#1435ff"] + }, + { + "dmxRange": [70, 71], + "type": "ColorPreset", + "comment": "Alice Blue (378)", + "colors": ["#3e3cff"] + }, + { + "dmxRange": [72, 73], + "type": "ColorPreset", + "comment": "Primary Blue (80)", + "colors": ["#141fff"] + }, + { + "dmxRange": [74, 75], + "type": "ColorPreset", + "comment": "Baldassari Blue (381)", + "colors": ["#1f18ff"] + }, + { + "dmxRange": [76, 77], + "type": "ColorPreset", + "comment": "Medium Blue (83)", + "colors": ["#130fff"] + }, + { + "dmxRange": [78, 79], + "type": "ColorPreset", + "comment": "Pale Yellow Green (87)", + "colors": ["#e4ffc2"] + }, + { + "dmxRange": [80, 81], + "type": "ColorPreset", + "comment": "Light Green (88)", + "colors": ["#d0ff96"] + }, + { + "dmxRange": [82, 83], + "type": "ColorPreset", + "comment": "Moss Green (89)", + "colors": ["#60ff74"] + }, + { + "dmxRange": [84, 85], + "type": "ColorPreset", + "comment": "Primary Green (91)", + "colors": ["#3cffa4"] + }, + { + "dmxRange": [86, 87], + "type": "ColorPreset", + "comment": "Turquoise (92)", + "colors": ["#78fffe"] + }, + { + "dmxRange": [88, 89], + "type": "ColorPreset", + "comment": "Blue Green (93)", + "colors": ["#5cd3ff"] + }, + { + "dmxRange": [90, 91], + "type": "ColorPreset", + "comment": "Chocolate (99)", + "colors": ["#ffc48d"] + }, + { + "dmxRange": [92, 255], + "type": "NoFunction", + "comment": "Reserved" + } + ] + }, + "Gel 1, LEE Color Correction": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 1], + "type": "ColorPreset", + "comment": "Double CTB (200)", + "colors": ["#313eff"] + }, + { + "dmxRange": [2, 3], + "type": "ColorPreset", + "comment": "Full CTB (201)", + "colors": ["#647bff"] + }, + { + "dmxRange": [4, 5], + "type": "ColorPreset", + "comment": "3/4 CTB (281)", + "colors": ["#7789ff"] + }, + { + "dmxRange": [6, 7], + "type": "ColorPreset", + "comment": "1/2 CTB (202)", + "colors": ["#9bb2ff"] + }, + { + "dmxRange": [8, 9], + "type": "ColorPreset", + "comment": "1/4 CTB (203)", + "colors": ["#c3d3ff"] + }, + { + "dmxRange": [10, 11], + "type": "ColorPreset", + "comment": "1/8 CTB (218)", + "colors": ["#e0eaff"] + }, + { + "dmxRange": [12, 13], + "type": "ColorPreset", + "comment": "Double CTO (287)", + "colors": ["#ff9317"] + }, + { + "dmxRange": [14, 15], + "type": "ColorPreset", + "comment": "Full CTO (204)", + "colors": ["#ffbf4d"] + }, + { + "dmxRange": [16, 17], + "type": "ColorPreset", + "comment": "3/4 CTO (285)", + "colors": ["#ffcc61"] + }, + { + "dmxRange": [18, 19], + "type": "ColorPreset", + "comment": "1/2 CTO (205)", + "colors": ["#ffdf8b"] + }, + { + "dmxRange": [20, 21], + "type": "ColorPreset", + "comment": "1/4 CTO (206)", + "colors": ["#ffeeb7"] + }, + { + "dmxRange": [22, 23], + "type": "ColorPreset", + "comment": "1/8 CTO (223)", + "colors": ["#fff6d5"] + }, + { + "dmxRange": [24, 25], + "type": "ColorPreset", + "comment": "1 1/2 CTB (283)", + "colors": ["#4559ff"] + }, + { + "dmxRange": [26, 27], + "type": "ColorPreset", + "comment": "1 1/2 CTO (286)", + "colors": ["#ffa728"] + }, + { + "dmxRange": [28, 29], + "type": "ColorPreset", + "comment": "Full CTS (441)", + "colors": ["#ffbe4c"] + }, + { + "dmxRange": [30, 31], + "type": "ColorPreset", + "comment": "1/2 CTS (442)", + "colors": ["#ffe085"] + }, + { + "dmxRange": [32, 33], + "type": "ColorPreset", + "comment": "1/4 CTS (443)", + "colors": ["#fff1bb"] + }, + { + "dmxRange": [34, 35], + "type": "ColorPreset", + "comment": "1/8 CTS (444)", + "colors": ["#fff8de"] + }, + { + "dmxRange": [36, 37], + "type": "ColorPreset", + "comment": "Full CTO + .3 ND (207)", + "colors": ["#ffc148"] + }, + { + "dmxRange": [38, 39], + "type": "ColorPreset", + "comment": "Full CTO + .6 ND (208)", + "colors": ["#ffbe4b"] + }, + { + "dmxRange": [40, 41], + "type": "ColorPreset", + "comment": "L.C.T. Yellow (Y1) (212)", + "colors": ["#ffffbe"] + }, + { + "dmxRange": [42, 43], + "type": "ColorPreset", + "comment": "White Flame Green (213)", + "colors": ["#d5ffd0"] + }, + { + "dmxRange": [44, 45], + "type": "ColorPreset", + "comment": "LEE Fluorescent Green (219)", + "colors": ["#74e0ff"] + }, + { + "dmxRange": [46, 47], + "type": "ColorPreset", + "comment": "Super Correction L.C.T. Yellow (230)", + "colors": ["#ffe596"] + }, + { + "dmxRange": [48, 49], + "type": "ColorPreset", + "comment": "Super Correction W.F. Green (232)", + "colors": ["#ffc55c"] + }, + { + "dmxRange": [50, 51], + "type": "ColorPreset", + "comment": "H.M.I. (to Tungsten) (236)", + "colors": ["#ffbd5a"] + }, + { + "dmxRange": [52, 53], + "type": "ColorPreset", + "comment": "C.I.D. (to Tungsten) (237)", + "colors": ["#ff9955"] + }, + { + "dmxRange": [54, 55], + "type": "ColorPreset", + "comment": "C.S.I. (to Tungsten) (238)", + "colors": ["#ffa994"] + }, + { + "dmxRange": [56, 57], + "type": "ColorPreset", + "comment": "LEE Fluorescent 5700 Kelvin (241)", + "colors": ["#71b6ff"] + }, + { + "dmxRange": [58, 59], + "type": "ColorPreset", + "comment": "LEE Fluorescent 4300 Kelvin (242)", + "colors": ["#9cfff2"] + }, + { + "dmxRange": [60, 61], + "type": "ColorPreset", + "comment": "LEE Fluorescent 3600 Kelvin (243)", + "colors": ["#aeffc7"] + }, + { + "dmxRange": [62, 63], + "type": "ColorPreset", + "comment": "LEE Plus Green (244)", + "colors": ["#cfff9e"] + }, + { + "dmxRange": [64, 65], + "type": "ColorPreset", + "comment": "1/2 Plus Green (245)", + "colors": ["#e3ffc5"] + }, + { + "dmxRange": [66, 67], + "type": "ColorPreset", + "comment": "1/4 Plus Green (246)", + "colors": ["#f0ffdd"] + }, + { + "dmxRange": [68, 69], + "type": "ColorPreset", + "comment": "1/8 Plus Green (278)", + "colors": ["#f8ffed"] + }, + { + "dmxRange": [70, 71], + "type": "ColorPreset", + "comment": "LEE Minus Green (247)", + "colors": ["#ffb0e6"] + }, + { + "dmxRange": [72, 73], + "type": "ColorPreset", + "comment": "1/2 Minus Green (248)", + "colors": ["#ffd3f0"] + }, + { + "dmxRange": [74, 75], + "type": "ColorPreset", + "comment": "1/4 Minus Green (249)", + "colors": ["#ffe7f8"] + }, + { + "dmxRange": [76, 77], + "type": "ColorPreset", + "comment": "1/8 Minus Green (279)", + "colors": ["#fff2f8"] + }, + { + "dmxRange": [78, 255], + "type": "NoFunction", + "comment": "Reserved" + } + ] + }, + "Gel 1, LEE Color Filters": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 1], + "type": "ColorPreset", + "comment": "Rose Pink (2)", + "colors": ["#ff5bfd"] + }, + { + "dmxRange": [2, 3], + "type": "ColorPreset", + "comment": "Lavender Tint (3)", + "colors": ["#ede2ff"] + }, + { + "dmxRange": [4, 5], + "type": "ColorPreset", + "comment": "Medium Bastard Amber (4)", + "colors": ["#ffbb92"] + }, + { + "dmxRange": [6, 7], + "type": "ColorPreset", + "comment": "Pale Yellow (7)", + "colors": ["#ffffb2"] + }, + { + "dmxRange": [8, 9], + "type": "ColorPreset", + "comment": "Dark Salmon (8)", + "colors": ["#ff722c"] + }, + { + "dmxRange": [10, 11], + "type": "ColorPreset", + "comment": "Pale Amber Gold (9)", + "colors": ["#ffdb82"] + }, + { + "dmxRange": [12, 13], + "type": "ColorPreset", + "comment": "Medium Yellow (10)", + "colors": ["#f8ff22"] + }, + { + "dmxRange": [14, 15], + "type": "ColorPreset", + "comment": "Straw Tint (13)", + "colors": ["#ffdc68"] + }, + { + "dmxRange": [16, 17], + "type": "ColorPreset", + "comment": "Surprise Peach (17)", + "colors": ["#ff9640"] + }, + { + "dmxRange": [18, 19], + "type": "ColorPreset", + "comment": "Fire (19)", + "colors": ["#ff3404"] + }, + { + "dmxRange": [20, 21], + "type": "ColorPreset", + "comment": "Medium Amber (20)", + "colors": ["#ffa313"] + }, + { + "dmxRange": [22, 23], + "type": "ColorPreset", + "comment": "Gold Amber (21)", + "colors": ["#ff6905"] + }, + { + "dmxRange": [24, 25], + "type": "ColorPreset", + "comment": "Dark Amber (22)", + "colors": ["#ff4c01"] + }, + { + "dmxRange": [26, 27], + "type": "ColorPreset", + "comment": "Scarlet (24)", + "colors": ["#ff3f22"] + }, + { + "dmxRange": [28, 29], + "type": "ColorPreset", + "comment": "Sunset Red (25)", + "colors": ["#ff5615"] + }, + { + "dmxRange": [30, 31], + "type": "ColorPreset", + "comment": "Bright Red (26)", + "colors": ["#ff1a02"] + }, + { + "dmxRange": [32, 33], + "type": "ColorPreset", + "comment": "Light Pink (35)", + "colors": ["#756cff"] + }, + { + "dmxRange": [34, 35], + "type": "ColorPreset", + "comment": "Medium Pink (36)", + "colors": ["#875aff"] + }, + { + "dmxRange": [36, 37], + "type": "ColorPreset", + "comment": "Dark Magenta (46)", + "colors": ["#ff21b0"] + }, + { + "dmxRange": [38, 39], + "type": "ColorPreset", + "comment": "Rose Purple (48)", + "colors": ["#461dff"] + }, + { + "dmxRange": [40, 41], + "type": "ColorPreset", + "comment": "Light Lavender (52)", + "colors": ["#3c3aff"] + }, + { + "dmxRange": [42, 43], + "type": "ColorPreset", + "comment": "Paler Lavender (53)", + "colors": ["#5065ff"] + }, + { + "dmxRange": [44, 45], + "type": "ColorPreset", + "comment": "Lavender (58)", + "colors": ["#2010ff"] + }, + { + "dmxRange": [46, 47], + "type": "ColorPreset", + "comment": "Mist Blue (61)", + "colors": ["#4664ff"] + }, + { + "dmxRange": [48, 49], + "type": "ColorPreset", + "comment": "Pale Blue (63)", + "colors": ["#3c59ff"] + }, + { + "dmxRange": [50, 51], + "type": "ColorPreset", + "comment": "Sky Blue (68)", + "colors": ["#121aff"] + }, + { + "dmxRange": [52, 53], + "type": "ColorPreset", + "comment": "Evening Blue (75)", + "colors": ["#1416ff"] + }, + { + "dmxRange": [54, 55], + "type": "ColorPreset", + "comment": "Just Blue (79)", + "colors": ["#110eff"] + }, + { + "dmxRange": [56, 57], + "type": "ColorPreset", + "comment": "Deeper Blue (85)", + "colors": ["#1107ff"] + }, + { + "dmxRange": [58, 59], + "type": "ColorPreset", + "comment": "Lime Green (88)", + "colors": ["#7eff68"] + }, + { + "dmxRange": [60, 61], + "type": "ColorPreset", + "comment": "Moss Green (89)", + "colors": ["#38ff7b"] + }, + { + "dmxRange": [62, 63], + "type": "ColorPreset", + "comment": "Dark Yellow Green (90)", + "colors": ["#15ff53"] + }, + { + "dmxRange": [64, 65], + "type": "ColorPreset", + "comment": "Spring Yellow (100)", + "colors": ["#a6ff43"] + }, + { + "dmxRange": [66, 67], + "type": "ColorPreset", + "comment": "Yellow (101)", + "colors": ["#c5ff20"] + }, + { + "dmxRange": [68, 69], + "type": "ColorPreset", + "comment": "Light Amber (102)", + "colors": ["#daff66"] + }, + { + "dmxRange": [70, 71], + "type": "ColorPreset", + "comment": "Straw (103)", + "colors": ["#9ab8ff"] + }, + { + "dmxRange": [72, 73], + "type": "ColorPreset", + "comment": "Deep Amber (104)", + "colors": ["#f3ff26"] + }, + { + "dmxRange": [74, 75], + "type": "ColorPreset", + "comment": "Primary Red (106)", + "colors": ["#ff2104"] + }, + { + "dmxRange": [76, 77], + "type": "ColorPreset", + "comment": "Light Rose (107)", + "colors": ["#a979ff"] + }, + { + "dmxRange": [78, 79], + "type": "ColorPreset", + "comment": "English Rose (108)", + "colors": ["#fbd0ff"] + }, + { + "dmxRange": [80, 81], + "type": "ColorPreset", + "comment": "Light Salmon (109)", + "colors": ["#a17dff"] + }, + { + "dmxRange": [82, 83], + "type": "ColorPreset", + "comment": "Middle Rose (110)", + "colors": ["#7b5fff"] + }, + { + "dmxRange": [84, 85], + "type": "ColorPreset", + "comment": "Dark Pink (111)", + "colors": ["#9147ff"] + }, + { + "dmxRange": [86, 87], + "type": "ColorPreset", + "comment": "Magenta (113)", + "colors": ["#ff1e80"] + }, + { + "dmxRange": [88, 89], + "type": "ColorPreset", + "comment": "Peacock Blue (115)", + "colors": ["#175fff"] + }, + { + "dmxRange": [90, 91], + "type": "ColorPreset", + "comment": "Steel Blue (117)", + "colors": ["#3660ff"] + }, + { + "dmxRange": [92, 93], + "type": "ColorPreset", + "comment": "Light Blue (118)", + "colors": ["#1333ff"] + }, + { + "dmxRange": [94, 95], + "type": "ColorPreset", + "comment": "Deep Blue (120)", + "colors": ["#1103ff"] + }, + { + "dmxRange": [96, 97], + "type": "ColorPreset", + "comment": "LEE Green (121)", + "colors": ["#61ff6e"] + }, + { + "dmxRange": [98, 99], + "type": "ColorPreset", + "comment": "Fern Green (122)", + "colors": ["#48ff90"] + }, + { + "dmxRange": [100, 101], + "type": "ColorPreset", + "comment": "Dark Green (124)", + "colors": ["#17ff9d"] + }, + { + "dmxRange": [102, 103], + "type": "ColorPreset", + "comment": "Smokey Pink (127)", + "colors": ["#ae65ff"] + }, + { + "dmxRange": [104, 105], + "type": "ColorPreset", + "comment": "Bright Pink (128)", + "colors": ["#8313ff"] + }, + { + "dmxRange": [106, 107], + "type": "ColorPreset", + "comment": "Marine Blue (131)", + "colors": ["#266fff"] + }, + { + "dmxRange": [108, 109], + "type": "ColorPreset", + "comment": "Golden Amber (134)", + "colors": ["#ffba6e"] + }, + { + "dmxRange": [110, 111], + "type": "ColorPreset", + "comment": "Deep Golden Amber (135)", + "colors": ["#ff4d00"] + }, + { + "dmxRange": [112, 113], + "type": "ColorPreset", + "comment": "Pale Lavender (136)", + "colors": ["#4b4eff"] + }, + { + "dmxRange": [114, 115], + "type": "ColorPreset", + "comment": "Special Lavender (137)", + "colors": ["#2e32ff"] + }, + { + "dmxRange": [116, 117], + "type": "ColorPreset", + "comment": "Pale Green (138)", + "colors": ["#8fffe7"] + }, + { + "dmxRange": [118, 119], + "type": "ColorPreset", + "comment": "Summer Blue (140)", + "colors": ["#244cff"] + }, + { + "dmxRange": [120, 121], + "type": "ColorPreset", + "comment": "Pale Violet (142)", + "colors": ["#2324ff"] + }, + { + "dmxRange": [122, 123], + "type": "ColorPreset", + "comment": "Pale Navy Blue (143)", + "colors": ["#1b39ff"] + }, + { + "dmxRange": [124, 125], + "type": "ColorPreset", + "comment": "No Color Blue (144)", + "colors": ["#1d42ff"] + }, + { + "dmxRange": [126, 127], + "type": "ColorPreset", + "comment": "Apricot (147)", + "colors": ["#ffd1ad"] + }, + { + "dmxRange": [128, 129], + "type": "ColorPreset", + "comment": "Bright Rose (148)", + "colors": ["#ff37df"] + }, + { + "dmxRange": [130, 131], + "type": "ColorPreset", + "comment": "Gold Tint (151)", + "colors": ["#9d96ff"] + }, + { + "dmxRange": [132, 133], + "type": "ColorPreset", + "comment": "Pale Gold (152)", + "colors": ["#9c9fff"] + }, + { + "dmxRange": [134, 135], + "type": "ColorPreset", + "comment": "Pale Salmon (153)", + "colors": ["#8a7bff"] + }, + { + "dmxRange": [136, 137], + "type": "ColorPreset", + "comment": "Pale Rose (154)", + "colors": ["#8a8cff"] + }, + { + "dmxRange": [138, 139], + "type": "ColorPreset", + "comment": "Chocolate (156)", + "colors": ["#e0e0ff"] + }, + { + "dmxRange": [140, 141], + "type": "ColorPreset", + "comment": "Pink (157)", + "colors": ["#f577ff"] + }, + { + "dmxRange": [142, 143], + "type": "ColorPreset", + "comment": "No Color Straw (159)", + "colors": ["#7898ff"] + }, + { + "dmxRange": [144, 145], + "type": "ColorPreset", + "comment": "Slate Blue (161)", + "colors": ["#1c2dff"] + }, + { + "dmxRange": [146, 147], + "type": "ColorPreset", + "comment": "Bastard Amber (162)", + "colors": ["#8d99ff"] + }, + { + "dmxRange": [148, 149], + "type": "ColorPreset", + "comment": "Flame Red (164)", + "colors": ["#ff3916"] + }, + { + "dmxRange": [150, 151], + "type": "ColorPreset", + "comment": "Daylight Blue (165)", + "colors": ["#1729ff"] + }, + { + "dmxRange": [152, 153], + "type": "ColorPreset", + "comment": "Lilac Tint (169)", + "colors": ["#5762ff"] + }, + { + "dmxRange": [154, 155], + "type": "ColorPreset", + "comment": "Deep Lavender (170)", + "colors": ["#433aff"] + }, + { + "dmxRange": [156, 157], + "type": "ColorPreset", + "comment": "Dark Steel Blue (174)", + "colors": ["#263bff"] + }, + { + "dmxRange": [158, 159], + "type": "ColorPreset", + "comment": "Loving Amber (176)", + "colors": ["#d49bff"] + }, + { + "dmxRange": [160, 161], + "type": "ColorPreset", + "comment": "Dark Lavender (180)", + "colors": ["#1c0bff"] + }, + { + "dmxRange": [162, 163], + "type": "ColorPreset", + "comment": "Light Red (182)", + "colors": ["#ff2606"] + }, + { + "dmxRange": [164, 165], + "type": "ColorPreset", + "comment": "Flesh Pink (192)", + "colors": ["#9f4fff"] + }, + { + "dmxRange": [166, 167], + "type": "ColorPreset", + "comment": "Surprise Pink (194)", + "colors": ["#312fff"] + }, + { + "dmxRange": [168, 169], + "type": "ColorPreset", + "comment": "Zenith Blue (195)", + "colors": ["#1107ff"] + }, + { + "dmxRange": [170, 171], + "type": "ColorPreset", + "comment": "True Blue (196)", + "colors": ["#2038ff"] + }, + { + "dmxRange": [172, 173], + "type": "ColorPreset", + "comment": "Alice Blue (197)", + "colors": ["#181aff"] + }, + { + "dmxRange": [174, 175], + "type": "ColorPreset", + "comment": "Palace Blue (198)", + "colors": ["#1407ff"] + }, + { + "dmxRange": [176, 177], + "type": "ColorPreset", + "comment": "Regal Blue (199)", + "colors": ["#1f10ff"] + }, + { + "dmxRange": [178, 255], + "type": "NoFunction", + "comment": "Reserved" + } + ] + }, + "Gel 1, LEE 600 Series": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 1], + "type": "ColorPreset", + "comment": "Arctic White (600)", + "colors": ["#2f3fff"] + }, + { + "dmxRange": [2, 3], + "type": "ColorPreset", + "comment": "Silver (601)", + "colors": ["#394dff"] + }, + { + "dmxRange": [4, 5], + "type": "ColorPreset", + "comment": "Platinum (602)", + "colors": ["#4158ff"] + }, + { + "dmxRange": [6, 7], + "type": "ColorPreset", + "comment": "Moonlight White (603)", + "colors": ["#445aff"] + }, + { + "dmxRange": [8, 9], + "type": "ColorPreset", + "comment": "Full CT 85 (604)", + "colors": ["#fff2de"] + }, + { + "dmxRange": [10, 11], + "type": "ColorPreset", + "comment": "Industry Sodium (650)", + "colors": ["#cfffbd"] + }, + { + "dmxRange": [12, 13], + "type": "ColorPreset", + "comment": "HI Sodium (651)", + "colors": ["#ffe3ab"] + }, + { + "dmxRange": [14, 15], + "type": "ColorPreset", + "comment": "Urban Sodium (652)", + "colors": ["#ff993a"] + }, + { + "dmxRange": [16, 17], + "type": "ColorPreset", + "comment": "LO Sodium (653)", + "colors": ["#ffbf4a"] + }, + { + "dmxRange": [18, 255], + "type": "NoFunction", + "comment": "Reserved" + } + ] + }, + "Gel 1, LEE Cosmetic Series": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 1], + "type": "ColorPreset", + "comment": "Cosmetic Peach (184)", + "colors": ["#778fff"] + }, + { + "dmxRange": [2, 3], + "type": "ColorPreset", + "comment": "Cosmetic Silver Rose (186)", + "colors": ["#707bff"] + }, + { + "dmxRange": [4, 5], + "type": "ColorPreset", + "comment": "Cosmetic Rouge (187)", + "colors": ["#8091ff"] + }, + { + "dmxRange": [6, 7], + "type": "ColorPreset", + "comment": "Cosmetic Highlight (188)", + "colors": ["#7b90ff"] + }, + { + "dmxRange": [8, 9], + "type": "ColorPreset", + "comment": "Cosmetic Silver Moss (189)", + "colors": ["#7fa7ff"] + }, + { + "dmxRange": [10, 11], + "type": "ColorPreset", + "comment": "Cosmetic Aqua Blue (191)", + "colors": ["#6082ff"] + }, + { + "dmxRange": [12, 13], + "type": "ColorPreset", + "comment": "Lily Frost (705)", + "colors": ["#3a32ff"] + }, + { + "dmxRange": [14, 15], + "type": "ColorPreset", + "comment": "Shanklin Frost (717)", + "colors": ["#2f41ff"] + }, + { + "dmxRange": [16, 17], + "type": "ColorPreset", + "comment": "Half Shanklin Frost (718)", + "colors": ["#425aff"] + }, + { + "dmxRange": [18, 19], + "type": "ColorPreset", + "comment": "Durham Daylight Frost (720)", + "colors": ["#2a39ff"] + }, + { + "dmxRange": [20, 21], + "type": "ColorPreset", + "comment": "Hampshire Rose (749)", + "colors": ["#898aff"] + }, + { + "dmxRange": [22, 23], + "type": "ColorPreset", + "comment": "Durham Frost (750)", + "colors": ["#6882ff"] + }, + { + "dmxRange": [24, 25], + "type": "ColorPreset", + "comment": "Soft Amber Key 1 (774)", + "colors": ["#a9b1ff"] + }, + { + "dmxRange": [26, 27], + "type": "ColorPreset", + "comment": "Soft Amber Key 2 (775)", + "colors": ["#f2ddff"] + }, + { + "dmxRange": [28, 29], + "type": "ColorPreset", + "comment": "Moroccan Frost (791)", + "colors": ["#a993ff"] + }, + { + "dmxRange": [30, 31], + "type": "ColorPreset", + "comment": "Blue Diffusion (217)", + "colors": ["#6983ff"] + }, + { + "dmxRange": [32, 33], + "type": "ColorPreset", + "comment": "Blue Frost (221)", + "colors": ["#6981ff"] + }, + { + "dmxRange": [34, 35], + "type": "ColorPreset", + "comment": "Daylight Blue Frost (224)", + "colors": ["#3848ff"] + }, + { + "dmxRange": [36, 255], + "type": "NoFunction", + "comment": "Reserved" + } + ] + }, + "Gel 1, LEE 700 Series": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 1], + "type": "ColorPreset", + "comment": "Perfect Lavender (700)", + "colors": ["#1a06ff"] + }, + { + "dmxRange": [2, 3], + "type": "ColorPreset", + "comment": "Provence (701)", + "colors": ["#210dff"] + }, + { + "dmxRange": [4, 5], + "type": "ColorPreset", + "comment": "Special Pale Lavender (702)", + "colors": ["#4c59ff"] + }, + { + "dmxRange": [6, 7], + "type": "ColorPreset", + "comment": "Cold Lavender (703)", + "colors": ["#3929ff"] + }, + { + "dmxRange": [8, 9], + "type": "ColorPreset", + "comment": "Lily (704)", + "colors": ["#423cff"] + }, + { + "dmxRange": [10, 11], + "type": "ColorPreset", + "comment": "King Fals Lavender (706)", + "colors": ["#1d0cff"] + }, + { + "dmxRange": [12, 13], + "type": "ColorPreset", + "comment": "Cool Lavender (708)", + "colors": ["#3e53ff"] + }, + { + "dmxRange": [14, 15], + "type": "ColorPreset", + "comment": "Electric Lilac (709)", + "colors": ["#3340ff"] + }, + { + "dmxRange": [16, 17], + "type": "ColorPreset", + "comment": "Spir Special Blue (710)", + "colors": ["#1b1bff"] + }, + { + "dmxRange": [18, 19], + "type": "ColorPreset", + "comment": "Cold Blue (711)", + "colors": ["#2b33ff"] + }, + { + "dmxRange": [20, 21], + "type": "ColorPreset", + "comment": "Bedford Blue (712)", + "colors": ["#1c24ff"] + }, + { + "dmxRange": [22, 23], + "type": "ColorPreset", + "comment": "Elysian Blue (714)", + "colors": ["#1211ff"] + }, + { + "dmxRange": [24, 25], + "type": "ColorPreset", + "comment": "Cabana Blue (715)", + "colors": ["#130aff"] + }, + { + "dmxRange": [26, 27], + "type": "ColorPreset", + "comment": "Mikkel Blue (716)", + "colors": ["#1104ff"] + }, + { + "dmxRange": [28, 29], + "type": "ColorPreset", + "comment": "Colour Wash Blue (719)", + "colors": ["#1e29ff"] + }, + { + "dmxRange": [30, 31], + "type": "ColorPreset", + "comment": "Berry Blue (721)", + "colors": ["#110cff"] + }, + { + "dmxRange": [32, 33], + "type": "ColorPreset", + "comment": "Virgin Blue (723)", + "colors": ["#1411ff"] + }, + { + "dmxRange": [34, 35], + "type": "ColorPreset", + "comment": "Ocean Blue (724)", + "colors": ["#1e3eff"] + }, + { + "dmxRange": [36, 37], + "type": "ColorPreset", + "comment": "Old Steel Blue (725)", + "colors": ["#375cff"] + }, + { + "dmxRange": [38, 39], + "type": "ColorPreset", + "comment": "Steel Green (728)", + "colors": ["#4170ff"] + }, + { + "dmxRange": [40, 41], + "type": "ColorPreset", + "comment": "Liberty Green (730)", + "colors": ["#5188ff"] + }, + { + "dmxRange": [42, 43], + "type": "ColorPreset", + "comment": "Dirty Ice (731)", + "colors": ["#5f95ff"] + }, + { + "dmxRange": [44, 45], + "type": "ColorPreset", + "comment": "Damp Squib (733)", + "colors": ["#71a6ff"] + }, + { + "dmxRange": [46, 47], + "type": "ColorPreset", + "comment": "JAS Green (738)", + "colors": ["#4fff40"] + }, + { + "dmxRange": [48, 49], + "type": "ColorPreset", + "comment": "Bram Brown (742)", + "colors": ["#f1ffa2"] + }, + { + "dmxRange": [50, 51], + "type": "ColorPreset", + "comment": "Dirty White (744)", + "colors": ["#f5ffbd"] + }, + { + "dmxRange": [52, 53], + "type": "ColorPreset", + "comment": "Brown (746)", + "colors": ["#ffc331"] + }, + { + "dmxRange": [54, 55], + "type": "ColorPreset", + "comment": "Easy White (747)", + "colors": ["#c7b3ff"] + }, + { + "dmxRange": [56, 57], + "type": "ColorPreset", + "comment": "Seedy Pink (748)", + "colors": ["#9057ff"] + }, + { + "dmxRange": [58, 59], + "type": "ColorPreset", + "comment": "Wheat (763)", + "colors": ["#95b9ff"] + }, + { + "dmxRange": [60, 61], + "type": "ColorPreset", + "comment": "Sun Colour Straw (764)", + "colors": ["#b8e0ff"] + }, + { + "dmxRange": [62, 63], + "type": "ColorPreset", + "comment": "LEE Yellow (765)", + "colors": ["#ceffd2"] + }, + { + "dmxRange": [64, 65], + "type": "ColorPreset", + "comment": "Cardbox Amber (773)", + "colors": ["#dbc2ff"] + }, + { + "dmxRange": [66, 67], + "type": "ColorPreset", + "comment": "Nectarine (776)", + "colors": ["#ffdbe4"] + }, + { + "dmxRange": [68, 69], + "type": "ColorPreset", + "comment": "Millennium Gold (778)", + "colors": ["#ff6807"] + }, + { + "dmxRange": [70, 71], + "type": "ColorPreset", + "comment": "Bastard Pink (779)", + "colors": ["#ff7d8d"] + }, + { + "dmxRange": [72, 73], + "type": "ColorPreset", + "comment": "Terry Red (781)", + "colors": ["#ff4305"] + }, + { + "dmxRange": [74, 75], + "type": "ColorPreset", + "comment": "Blood Red (789)", + "colors": ["#ff2500"] + }, + { + "dmxRange": [76, 77], + "type": "ColorPreset", + "comment": "Moroccan Pink (790)", + "colors": ["#af98ff"] + }, + { + "dmxRange": [78, 79], + "type": "ColorPreset", + "comment": "Pretty 'n Pink (794)", + "colors": ["#6d4dff"] + }, + { + "dmxRange": [80, 81], + "type": "ColorPreset", + "comment": "Magical Magenta (795)", + "colors": ["#570dff"] + }, + { + "dmxRange": [82, 255], + "type": "NoFunction", + "comment": "Reserved" + } + ] + }, + "Gel 2, CCT": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 127], + "type": "ColorTemperature", + "colorTemperature": "3200K" + }, + { + "dmxRange": [128, 255], + "type": "ColorTemperature", + "colorTemperature": "5600K" + } + ] + }, + "Gel 2, Color Matching": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 84], + "type": "Maintenance", + "comment": "Best Color" + }, + { + "dmxRange": [85, 170], + "type": "Maintenance", + "comment": "Brightest" + }, + { + "dmxRange": [171, 255], + "type": "Maintenance", + "comment": "No Color Gel" + } + ] + }, + "Gel 2, Brand": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 127], + "type": "Maintenance", + "comment": "Rosco", + "switchChannels": { + "Gel 2, Category": "Gel 2, Category Rosco", + "Gel 2": "Gel 2 Rosco" + } + }, + { + "dmxRange": [128, 255], + "type": "Maintenance", + "comment": "LEE", + "switchChannels": { + "Gel 2, Category": "Gel 2, Category LEE", + "Gel 2": "Gel 2 LEE" + } + } + ] + }, + "Gel 2, Category Rosco": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 50], + "type": "Maintenance", + "comment": "Color Correction", + "switchChannels": { + "Gel 2 Rosco": "Gel 2, Rosco Color Correction" + } + }, + { + "dmxRange": [51, 101], + "type": "Maintenance", + "comment": "CalColor", + "switchChannels": { + "Gel 2 Rosco": "Gel 2, Rosco CalColor" + } + }, + { + "dmxRange": [102, 152], + "type": "Maintenance", + "comment": "Storaro Selection", + "switchChannels": { + "Gel 2 Rosco": "Gel 2, Rosco Storaro Selection" + } + }, + { + "dmxRange": [153, 255], + "type": "Maintenance", + "comment": "Cinelux", + "switchChannels": { + "Gel 2 Rosco": "Gel 2, Rosco Cinelux" + } + } + ] + }, + "Gel 2, Category LEE": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 50], + "type": "Maintenance", + "comment": "Color Correction", + "switchChannels": { + "Gel 2 LEE": "Gel 2, LEE Color Correction" + } + }, + { + "dmxRange": [51, 101], + "type": "Maintenance", + "comment": "Color Filters", + "switchChannels": { + "Gel 2 LEE": "Gel 2, LEE Color Filters" + } + }, + { + "dmxRange": [102, 152], + "type": "Maintenance", + "comment": "600 Series", + "switchChannels": { + "Gel 2 LEE": "Gel 2, LEE 600 Series" + } + }, + { + "dmxRange": [153, 203], + "type": "Maintenance", + "comment": "Cosmetic Filters", + "switchChannels": { + "Gel 2 LEE": "Gel 2, LEE Cosmetic Series" + } + }, + { + "dmxRange": [204, 255], + "type": "Maintenance", + "comment": "700 Series", + "switchChannels": { + "Gel 2 LEE": "Gel 2, LEE 700 Series" + } + } + ] + }, + "Gel 2, Rosco Color Correction": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 1], + "type": "ColorPreset", + "comment": "Full CTB (3202)", + "colors": ["#6a81ff"] + }, + { + "dmxRange": [2, 3], + "type": "ColorPreset", + "comment": "3/4 CTB (3203)", + "colors": ["#839cff"] + }, + { + "dmxRange": [4, 5], + "type": "ColorPreset", + "comment": "1/2 CTB (3204)", + "colors": ["#a3b7ff"] + }, + { + "dmxRange": [6, 7], + "type": "ColorPreset", + "comment": "1/3 CTB (3206)", + "colors": ["#b5c4ff"] + }, + { + "dmxRange": [8, 9], + "type": "ColorPreset", + "comment": "1/4 CTB (3208)", + "colors": ["#cdd6ff"] + }, + { + "dmxRange": [10, 11], + "type": "ColorPreset", + "comment": "1/8 CTB (3216)", + "colors": ["#ebf0ff"] + }, + { + "dmxRange": [12, 13], + "type": "ColorPreset", + "comment": "Double CTB (3220)", + "colors": ["#2c35ff"] + }, + { + "dmxRange": [14, 15], + "type": "ColorPreset", + "comment": "Full CTO (3407)", + "colors": ["#ffad49"] + }, + { + "dmxRange": [16, 17], + "type": "ColorPreset", + "comment": "3/4 CTO (3411)", + "colors": ["#ffb85b"] + }, + { + "dmxRange": [18, 19], + "type": "ColorPreset", + "comment": "1/2 CTO (3408)", + "colors": ["#ffd585"] + }, + { + "dmxRange": [20, 21], + "type": "ColorPreset", + "comment": "1/4 CTO (3409)", + "colors": ["#ffebbf"] + }, + { + "dmxRange": [22, 23], + "type": "ColorPreset", + "comment": "1/8 CTO (3410)", + "colors": ["#fff5d8"] + }, + { + "dmxRange": [24, 25], + "type": "ColorPreset", + "comment": "Double CTO (3420)", + "colors": ["#ff7a21"] + }, + { + "dmxRange": [26, 27], + "type": "ColorPreset", + "comment": "Full CTS (3441)", + "colors": ["#ffbb4d"] + }, + { + "dmxRange": [28, 29], + "type": "ColorPreset", + "comment": "1/2 CTS (3442)", + "colors": ["#ffdf88"] + }, + { + "dmxRange": [30, 31], + "type": "ColorPreset", + "comment": "1/4 CTS (3443)", + "colors": ["#fff3c1"] + }, + { + "dmxRange": [32, 33], + "type": "ColorPreset", + "comment": "1/8 CTS (3444)", + "colors": ["#fff8da"] + }, + { + "dmxRange": [34, 35], + "type": "ColorPreset", + "comment": "Full Plusgreen (3304)", + "colors": ["#d0ff95"] + }, + { + "dmxRange": [36, 37], + "type": "ColorPreset", + "comment": "1/2 Plusgreen (3315)", + "colors": ["#e4ffc3"] + }, + { + "dmxRange": [38, 39], + "type": "ColorPreset", + "comment": "1/4 Plusgreen (3316)", + "colors": ["#f4ffdc"] + }, + { + "dmxRange": [40, 41], + "type": "ColorPreset", + "comment": "1/8 Plusgreen (3317)", + "colors": ["#fbffe4"] + }, + { + "dmxRange": [42, 43], + "type": "ColorPreset", + "comment": "Full Minusgreen (3308)", + "colors": ["#ffbbf4"] + }, + { + "dmxRange": [44, 45], + "type": "ColorPreset", + "comment": "3/4 Minusgreen (3309)", + "colors": ["#ffcaee"] + }, + { + "dmxRange": [46, 47], + "type": "ColorPreset", + "comment": "1/2 Minusgreen (3313)", + "colors": ["#ffd5f6"] + }, + { + "dmxRange": [48, 49], + "type": "ColorPreset", + "comment": "1/4 Minusgreen (3314)", + "colors": ["#ffe9f8"] + }, + { + "dmxRange": [50, 51], + "type": "ColorPreset", + "comment": "1/8 Minusgreen (3318)", + "colors": ["#fff2ef"] + }, + { + "dmxRange": [52, 53], + "type": "ColorPreset", + "comment": "Fluorofilter (3310)", + "colors": ["#ff8840"] + }, + { + "dmxRange": [54, 55], + "type": "ColorPreset", + "comment": "Industrial Vapor (3150)", + "colors": ["#fffc63"] + }, + { + "dmxRange": [56, 57], + "type": "ColorPreset", + "comment": "Urban Vapor (3152)", + "colors": ["#ff901b"] + }, + { + "dmxRange": [58, 59], + "type": "ColorPreset", + "comment": "Tough Y-1 (3107)", + "colors": ["#ffffbe"] + }, + { + "dmxRange": [60, 61], + "type": "ColorPreset", + "comment": "Tough MT 54 (3134)", + "colors": ["#ffedab"] + }, + { + "dmxRange": [62, 63], + "type": "ColorPreset", + "comment": "Tough MTY (3106)", + "colors": ["#ffa940"] + }, + { + "dmxRange": [64, 65], + "type": "ColorPreset", + "comment": "Tough MT2 (3102)", + "colors": ["#ffc250"] + }, + { + "dmxRange": [66, 255], + "type": "NoFunction", + "comment": "Reserved" + } + ] + }, + "Gel 2, Rosco CalColor": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 1], + "type": "ColorPreset", + "comment": "15 Blue (4215)", + "colors": ["#b6bbff"] + }, + { + "dmxRange": [2, 3], + "type": "ColorPreset", + "comment": "30 Blue (4230)", + "colors": ["#838bff"] + }, + { + "dmxRange": [4, 5], + "type": "ColorPreset", + "comment": "60 Blue (4260)", + "colors": ["#504eff"] + }, + { + "dmxRange": [6, 7], + "type": "ColorPreset", + "comment": "90 Blue (4290)", + "colors": ["#2c20ff"] + }, + { + "dmxRange": [8, 9], + "type": "ColorPreset", + "comment": "7 Cyan (4307)", + "colors": ["#ffdf6d"] + }, + { + "dmxRange": [10, 11], + "type": "ColorPreset", + "comment": "15 Cyan (4315)", + "colors": ["#d5f9ff"] + }, + { + "dmxRange": [12, 13], + "type": "ColorPreset", + "comment": "30 Cyan (4330)", + "colors": ["#aae7ff"] + }, + { + "dmxRange": [14, 15], + "type": "ColorPreset", + "comment": "60 Cyan (4360)", + "colors": ["#75d8ff"] + }, + { + "dmxRange": [16, 17], + "type": "ColorPreset", + "comment": "90 Cyan (4390)", + "colors": ["#4ec3ff"] + }, + { + "dmxRange": [18, 19], + "type": "ColorPreset", + "comment": "15 Green (4415)", + "colors": ["#d8ffb9"] + }, + { + "dmxRange": [20, 21], + "type": "ColorPreset", + "comment": "30 Green (4430)", + "colors": ["#b3ff87"] + }, + { + "dmxRange": [22, 23], + "type": "ColorPreset", + "comment": "60 Green (4460)", + "colors": ["#86ff56"] + }, + { + "dmxRange": [24, 25], + "type": "ColorPreset", + "comment": "90 Green (4490)", + "colors": ["#62ff3b"] + }, + { + "dmxRange": [26, 27], + "type": "ColorPreset", + "comment": "15 Yellow (4515)", + "colors": ["#fbffb3"] + }, + { + "dmxRange": [28, 29], + "type": "ColorPreset", + "comment": "30 Yellow (4530)", + "colors": ["#f7ff85"] + }, + { + "dmxRange": [30, 31], + "type": "ColorPreset", + "comment": "60 Yellow (4560)", + "colors": ["#f6ff4c"] + }, + { + "dmxRange": [32, 33], + "type": "ColorPreset", + "comment": "90 Yellow (4590)", + "colors": ["#fbff31"] + }, + { + "dmxRange": [34, 35], + "type": "ColorPreset", + "comment": "15 Red (4615)", + "colors": ["#ffd5c2"] + }, + { + "dmxRange": [36, 37], + "type": "ColorPreset", + "comment": "30 Red (4630)", + "colors": ["#ffb08d"] + }, + { + "dmxRange": [38, 39], + "type": "ColorPreset", + "comment": "60 Red (4660)", + "colors": ["#ff7f4d"] + }, + { + "dmxRange": [40, 41], + "type": "ColorPreset", + "comment": "90 Red (4690)", + "colors": ["#ff5725"] + }, + { + "dmxRange": [42, 43], + "type": "ColorPreset", + "comment": "15 Magenta (4715)", + "colors": ["#fbceff"] + }, + { + "dmxRange": [44, 45], + "type": "ColorPreset", + "comment": "30 Magenta (4730)", + "colors": ["#f5a0ff"] + }, + { + "dmxRange": [46, 47], + "type": "ColorPreset", + "comment": "60 Magenta (4760)", + "colors": ["#ea5eff"] + }, + { + "dmxRange": [48, 49], + "type": "ColorPreset", + "comment": "90 Magenta (4790)", + "colors": ["#eb49ff"] + }, + { + "dmxRange": [50, 51], + "type": "ColorPreset", + "comment": "15 Pink (4815)", + "colors": ["#ffd0df"] + }, + { + "dmxRange": [52, 53], + "type": "ColorPreset", + "comment": "30 Pink (4830)", + "colors": ["#ffa6be"] + }, + { + "dmxRange": [54, 55], + "type": "ColorPreset", + "comment": "60 Pink (4860)", + "colors": ["#ff7c94"] + }, + { + "dmxRange": [56, 57], + "type": "ColorPreset", + "comment": "90 Pink (4890)", + "colors": ["#ff5660"] + }, + { + "dmxRange": [58, 59], + "type": "ColorPreset", + "comment": "15 Lavender (4915)", + "colors": ["#d0bbff"] + }, + { + "dmxRange": [60, 61], + "type": "ColorPreset", + "comment": "30 Lavender (4930)", + "colors": ["#b893ff"] + }, + { + "dmxRange": [62, 63], + "type": "ColorPreset", + "comment": "60 Lavender (4960)", + "colors": ["#8a53ff"] + }, + { + "dmxRange": [64, 65], + "type": "ColorPreset", + "comment": "90 Lavender (4990)", + "colors": ["#632eff"] + }, + { + "dmxRange": [66, 255], + "type": "NoFunction", + "comment": "Reserved" + } + ] + }, + "Gel 2, Rosco Storaro Selection": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 1], + "type": "ColorPreset", + "comment": "VS Red (2001)", + "colors": ["#ff2307"] + }, + { + "dmxRange": [2, 3], + "type": "ColorPreset", + "comment": "VS Orange (2002)", + "colors": ["#ff7a21"] + }, + { + "dmxRange": [4, 5], + "type": "ColorPreset", + "comment": "VS Yellow (2003)", + "colors": ["#ffcc14"] + }, + { + "dmxRange": [6, 7], + "type": "ColorPreset", + "comment": "VS Green (2004)", + "colors": ["#25ff55"] + }, + { + "dmxRange": [8, 9], + "type": "ColorPreset", + "comment": "VS Cyan (2005)", + "colors": ["#2ca5ff"] + }, + { + "dmxRange": [10, 11], + "type": "ColorPreset", + "comment": "VS Azure (2006)", + "colors": ["#141fff"] + }, + { + "dmxRange": [12, 13], + "type": "ColorPreset", + "comment": "VS Blue (2007)", + "colors": ["#2c35ff"] + }, + { + "dmxRange": [14, 15], + "type": "ColorPreset", + "comment": "VS Indigo (2008)", + "colors": ["#2612ff"] + }, + { + "dmxRange": [16, 17], + "type": "ColorPreset", + "comment": "VS Violet (2009)", + "colors": ["#741fff"] + }, + { + "dmxRange": [18, 19], + "type": "ColorPreset", + "comment": "VS Magenta (2010)", + "colors": ["#eb49ff"] + }, + { + "dmxRange": [20, 255], + "type": "NoFunction", + "comment": "Reserved" + } + ] + }, + "Gel 2, Rosco Cinelux": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 1], + "type": "ColorPreset", + "comment": "Bastard Amber (2)", + "colors": ["#ffdba5"] + }, + { + "dmxRange": [2, 3], + "type": "ColorPreset", + "comment": "Pale Bastard Amber (302)", + "colors": ["#fff0d6"] + }, + { + "dmxRange": [4, 5], + "type": "ColorPreset", + "comment": "No Color Straw (6)", + "colors": ["#feffcd"] + }, + { + "dmxRange": [6, 7], + "type": "ColorPreset", + "comment": "Pale Gold (8)", + "colors": ["#ffeead"] + }, + { + "dmxRange": [8, 9], + "type": "ColorPreset", + "comment": "Daffodil (310)", + "colors": ["#faff59"] + }, + { + "dmxRange": [10, 11], + "type": "ColorPreset", + "comment": "Straw (12)", + "colors": ["#feff2c"] + }, + { + "dmxRange": [12, 13], + "type": "ColorPreset", + "comment": "Light Amber (16)", + "colors": ["#ffc24e"] + }, + { + "dmxRange": [14, 15], + "type": "ColorPreset", + "comment": "Gallo Gold (316)", + "colors": ["#ffb95a"] + }, + { + "dmxRange": [16, 17], + "type": "ColorPreset", + "comment": "Light Flame (17)", + "colors": ["#ffa54e"] + }, + { + "dmxRange": [18, 19], + "type": "ColorPreset", + "comment": "Flame (18)", + "colors": ["#ffac45"] + }, + { + "dmxRange": [20, 21], + "type": "ColorPreset", + "comment": "Mayan Sun (318)", + "colors": ["#ff8441"] + }, + { + "dmxRange": [22, 23], + "type": "ColorPreset", + "comment": "Golden Amber (21)", + "colors": ["#ff8109"] + }, + { + "dmxRange": [24, 25], + "type": "ColorPreset", + "comment": "Soft Golden Amber (321)", + "colors": ["#ff9633"] + }, + { + "dmxRange": [26, 27], + "type": "ColorPreset", + "comment": "Orange (23)", + "colors": ["#ff640b"] + }, + { + "dmxRange": [28, 29], + "type": "ColorPreset", + "comment": "Henna Sky (325)", + "colors": ["#ff4a0d"] + }, + { + "dmxRange": [30, 31], + "type": "ColorPreset", + "comment": "Light Red (26)", + "colors": ["#ff2307"] + }, + { + "dmxRange": [32, 33], + "type": "ColorPreset", + "comment": "No Color Pink (33)", + "colors": ["#ffc8e2"] + }, + { + "dmxRange": [34, 35], + "type": "ColorPreset", + "comment": "Blush Pink (333)", + "colors": ["#ffd5f6"] + }, + { + "dmxRange": [36, 37], + "type": "ColorPreset", + "comment": "Flesh Pink (34)", + "colors": ["#ff939f"] + }, + { + "dmxRange": [38, 39], + "type": "ColorPreset", + "comment": "Pale Rose Pink (37)", + "colors": ["#ffbbf5"] + }, + { + "dmxRange": [40, 41], + "type": "ColorPreset", + "comment": "Salmon (41)", + "colors": ["#ff471c"] + }, + { + "dmxRange": [42, 43], + "type": "ColorPreset", + "comment": "Deep Salmon (42)", + "colors": ["#ff2b25"] + }, + { + "dmxRange": [44, 45], + "type": "ColorPreset", + "comment": "Middle Rose (44)", + "colors": ["#ff5bd3"] + }, + { + "dmxRange": [46, 47], + "type": "ColorPreset", + "comment": "Light Rose Purple (47)", + "colors": ["#954fff"] + }, + { + "dmxRange": [48, 49], + "type": "ColorPreset", + "comment": "Surprise Pink (51)", + "colors": ["#cbb5ff"] + }, + { + "dmxRange": [50, 51], + "type": "ColorPreset", + "comment": "No Color Blue (60)", + "colors": ["#99b0ff"] + }, + { + "dmxRange": [52, 53], + "type": "ColorPreset", + "comment": "Clearwater (360)", + "colors": ["#a3b7ff"] + }, + { + "dmxRange": [54, 55], + "type": "ColorPreset", + "comment": "Booster Blue (62)", + "colors": ["#7da3ff"] + }, + { + "dmxRange": [56, 57], + "type": "ColorPreset", + "comment": "Tipton Blue (362)", + "colors": ["#728bff"] + }, + { + "dmxRange": [58, 59], + "type": "ColorPreset", + "comment": "Blue Bell (364)", + "colors": ["#566fff"] + }, + { + "dmxRange": [60, 61], + "type": "ColorPreset", + "comment": "Daylight Blue (65)", + "colors": ["#3767ff"] + }, + { + "dmxRange": [62, 63], + "type": "ColorPreset", + "comment": "Tharon Delft Blue (365)", + "colors": ["#6a81ff"] + }, + { + "dmxRange": [64, 65], + "type": "ColorPreset", + "comment": "Cerulean Blue (375)", + "colors": ["#207aff"] + }, + { + "dmxRange": [66, 67], + "type": "ColorPreset", + "comment": "Bermuda Blue (376)", + "colors": ["#3170ff"] + }, + { + "dmxRange": [68, 69], + "type": "ColorPreset", + "comment": "Green Blue (77)", + "colors": ["#1435ff"] + }, + { + "dmxRange": [70, 71], + "type": "ColorPreset", + "comment": "Alice Blue (378)", + "colors": ["#3e3cff"] + }, + { + "dmxRange": [72, 73], + "type": "ColorPreset", + "comment": "Primary Blue (80)", + "colors": ["#141fff"] + }, + { + "dmxRange": [74, 75], + "type": "ColorPreset", + "comment": "Baldassari Blue (381)", + "colors": ["#1f18ff"] + }, + { + "dmxRange": [76, 77], + "type": "ColorPreset", + "comment": "Medium Blue (83)", + "colors": ["#130fff"] + }, + { + "dmxRange": [78, 79], + "type": "ColorPreset", + "comment": "Pale Yellow Green (87)", + "colors": ["#e4ffc2"] + }, + { + "dmxRange": [80, 81], + "type": "ColorPreset", + "comment": "Light Green (88)", + "colors": ["#d0ff96"] + }, + { + "dmxRange": [82, 83], + "type": "ColorPreset", + "comment": "Moss Green (89)", + "colors": ["#60ff74"] + }, + { + "dmxRange": [84, 85], + "type": "ColorPreset", + "comment": "Primary Green (91)", + "colors": ["#3cffa4"] + }, + { + "dmxRange": [86, 87], + "type": "ColorPreset", + "comment": "Turquoise (92)", + "colors": ["#78fffe"] + }, + { + "dmxRange": [88, 89], + "type": "ColorPreset", + "comment": "Blue Green (93)", + "colors": ["#5cd3ff"] + }, + { + "dmxRange": [90, 91], + "type": "ColorPreset", + "comment": "Chocolate (99)", + "colors": ["#ffc48d"] + }, + { + "dmxRange": [92, 255], + "type": "NoFunction", + "comment": "Reserved" + } + ] + }, + "Gel 2, LEE Color Correction": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 1], + "type": "ColorPreset", + "comment": "Double CTB (200)", + "colors": ["#313eff"] + }, + { + "dmxRange": [2, 3], + "type": "ColorPreset", + "comment": "Full CTB (201)", + "colors": ["#647bff"] + }, + { + "dmxRange": [4, 5], + "type": "ColorPreset", + "comment": "3/4 CTB (281)", + "colors": ["#7789ff"] + }, + { + "dmxRange": [6, 7], + "type": "ColorPreset", + "comment": "1/2 CTB (202)", + "colors": ["#9bb2ff"] + }, + { + "dmxRange": [8, 9], + "type": "ColorPreset", + "comment": "1/4 CTB (203)", + "colors": ["#c3d3ff"] + }, + { + "dmxRange": [10, 11], + "type": "ColorPreset", + "comment": "1/8 CTB (218)", + "colors": ["#e0eaff"] + }, + { + "dmxRange": [12, 13], + "type": "ColorPreset", + "comment": "Double CTO (287)", + "colors": ["#ff9317"] + }, + { + "dmxRange": [14, 15], + "type": "ColorPreset", + "comment": "Full CTO (204)", + "colors": ["#ffbf4d"] + }, + { + "dmxRange": [16, 17], + "type": "ColorPreset", + "comment": "3/4 CTO (285)", + "colors": ["#ffcc61"] + }, + { + "dmxRange": [18, 19], + "type": "ColorPreset", + "comment": "1/2 CTO (205)", + "colors": ["#ffdf8b"] + }, + { + "dmxRange": [20, 21], + "type": "ColorPreset", + "comment": "1/4 CTO (206)", + "colors": ["#ffeeb7"] + }, + { + "dmxRange": [22, 23], + "type": "ColorPreset", + "comment": "1/8 CTO (223)", + "colors": ["#fff6d5"] + }, + { + "dmxRange": [24, 25], + "type": "ColorPreset", + "comment": "1 1/2 CTB (283)", + "colors": ["#4559ff"] + }, + { + "dmxRange": [26, 27], + "type": "ColorPreset", + "comment": "1 1/2 CTO (286)", + "colors": ["#ffa728"] + }, + { + "dmxRange": [28, 29], + "type": "ColorPreset", + "comment": "Full CTS (441)", + "colors": ["#ffbe4c"] + }, + { + "dmxRange": [30, 31], + "type": "ColorPreset", + "comment": "1/2 CTS (442)", + "colors": ["#ffe085"] + }, + { + "dmxRange": [32, 33], + "type": "ColorPreset", + "comment": "1/4 CTS (443)", + "colors": ["#fff1bb"] + }, + { + "dmxRange": [34, 35], + "type": "ColorPreset", + "comment": "1/8 CTS (444)", + "colors": ["#fff8de"] + }, + { + "dmxRange": [36, 37], + "type": "ColorPreset", + "comment": "Full CTO + .3 ND (207)", + "colors": ["#ffc148"] + }, + { + "dmxRange": [38, 39], + "type": "ColorPreset", + "comment": "Full CTO + .6 ND (208)", + "colors": ["#ffbe4b"] + }, + { + "dmxRange": [40, 41], + "type": "ColorPreset", + "comment": "L.C.T. Yellow (Y1) (212)", + "colors": ["#ffffbe"] + }, + { + "dmxRange": [42, 43], + "type": "ColorPreset", + "comment": "White Flame Green (213)", + "colors": ["#d5ffd0"] + }, + { + "dmxRange": [44, 45], + "type": "ColorPreset", + "comment": "LEE Fluorescent Green (219)", + "colors": ["#74e0ff"] + }, + { + "dmxRange": [46, 47], + "type": "ColorPreset", + "comment": "Super Correction L.C.T. Yellow (230)", + "colors": ["#ffe596"] + }, + { + "dmxRange": [48, 49], + "type": "ColorPreset", + "comment": "Super Correction W.F. Green (232)", + "colors": ["#ffc55c"] + }, + { + "dmxRange": [50, 51], + "type": "ColorPreset", + "comment": "H.M.I. (to Tungsten) (236)", + "colors": ["#ffbd5a"] + }, + { + "dmxRange": [52, 53], + "type": "ColorPreset", + "comment": "C.I.D. (to Tungsten) (237)", + "colors": ["#ff9955"] + }, + { + "dmxRange": [54, 55], + "type": "ColorPreset", + "comment": "C.S.I. (to Tungsten) (238)", + "colors": ["#ffa994"] + }, + { + "dmxRange": [56, 57], + "type": "ColorPreset", + "comment": "LEE Fluorescent 5700 Kelvin (241)", + "colors": ["#71b6ff"] + }, + { + "dmxRange": [58, 59], + "type": "ColorPreset", + "comment": "LEE Fluorescent 4300 Kelvin (242)", + "colors": ["#9cfff2"] + }, + { + "dmxRange": [60, 61], + "type": "ColorPreset", + "comment": "LEE Fluorescent 3600 Kelvin (243)", + "colors": ["#aeffc7"] + }, + { + "dmxRange": [62, 63], + "type": "ColorPreset", + "comment": "LEE Plus Green (244)", + "colors": ["#cfff9e"] + }, + { + "dmxRange": [64, 65], + "type": "ColorPreset", + "comment": "1/2 Plus Green (245)", + "colors": ["#e3ffc5"] + }, + { + "dmxRange": [66, 67], + "type": "ColorPreset", + "comment": "1/4 Plus Green (246)", + "colors": ["#f0ffdd"] + }, + { + "dmxRange": [68, 69], + "type": "ColorPreset", + "comment": "1/8 Plus Green (278)", + "colors": ["#f8ffed"] + }, + { + "dmxRange": [70, 71], + "type": "ColorPreset", + "comment": "LEE Minus Green (247)", + "colors": ["#ffb0e6"] + }, + { + "dmxRange": [72, 73], + "type": "ColorPreset", + "comment": "1/2 Minus Green (248)", + "colors": ["#ffd3f0"] + }, + { + "dmxRange": [74, 75], + "type": "ColorPreset", + "comment": "1/4 Minus Green (249)", + "colors": ["#ffe7f8"] + }, + { + "dmxRange": [76, 77], + "type": "ColorPreset", + "comment": "1/8 Minus Green (279)", + "colors": ["#fff2f8"] + }, + { + "dmxRange": [78, 255], + "type": "NoFunction", + "comment": "Reserved" + } + ] + }, + "Gel 2, LEE Color Filters": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 1], + "type": "ColorPreset", + "comment": "Rose Pink (2)", + "colors": ["#ff5bfd"] + }, + { + "dmxRange": [2, 3], + "type": "ColorPreset", + "comment": "Lavender Tint (3)", + "colors": ["#ede2ff"] + }, + { + "dmxRange": [4, 5], + "type": "ColorPreset", + "comment": "Medium Bastard Amber (4)", + "colors": ["#ffbb92"] + }, + { + "dmxRange": [6, 7], + "type": "ColorPreset", + "comment": "Pale Yellow (7)", + "colors": ["#ffffb2"] + }, + { + "dmxRange": [8, 9], + "type": "ColorPreset", + "comment": "Dark Salmon (8)", + "colors": ["#ff722c"] + }, + { + "dmxRange": [10, 11], + "type": "ColorPreset", + "comment": "Pale Amber Gold (9)", + "colors": ["#ffdb82"] + }, + { + "dmxRange": [12, 13], + "type": "ColorPreset", + "comment": "Medium Yellow (10)", + "colors": ["#f8ff22"] + }, + { + "dmxRange": [14, 15], + "type": "ColorPreset", + "comment": "Straw Tint (13)", + "colors": ["#ffdc68"] + }, + { + "dmxRange": [16, 17], + "type": "ColorPreset", + "comment": "Surprise Peach (17)", + "colors": ["#ff9640"] + }, + { + "dmxRange": [18, 19], + "type": "ColorPreset", + "comment": "Fire (19)", + "colors": ["#ff3404"] + }, + { + "dmxRange": [20, 21], + "type": "ColorPreset", + "comment": "Medium Amber (20)", + "colors": ["#ffa313"] + }, + { + "dmxRange": [22, 23], + "type": "ColorPreset", + "comment": "Gold Amber (21)", + "colors": ["#ff6905"] + }, + { + "dmxRange": [24, 25], + "type": "ColorPreset", + "comment": "Dark Amber (22)", + "colors": ["#ff4c01"] + }, + { + "dmxRange": [26, 27], + "type": "ColorPreset", + "comment": "Scarlet (24)", + "colors": ["#ff3f22"] + }, + { + "dmxRange": [28, 29], + "type": "ColorPreset", + "comment": "Sunset Red (25)", + "colors": ["#ff5615"] + }, + { + "dmxRange": [30, 31], + "type": "ColorPreset", + "comment": "Bright Red (26)", + "colors": ["#ff1a02"] + }, + { + "dmxRange": [32, 33], + "type": "ColorPreset", + "comment": "Light Pink (35)", + "colors": ["#756cff"] + }, + { + "dmxRange": [34, 35], + "type": "ColorPreset", + "comment": "Medium Pink (36)", + "colors": ["#875aff"] + }, + { + "dmxRange": [36, 37], + "type": "ColorPreset", + "comment": "Dark Magenta (46)", + "colors": ["#ff21b0"] + }, + { + "dmxRange": [38, 39], + "type": "ColorPreset", + "comment": "Rose Purple (48)", + "colors": ["#461dff"] + }, + { + "dmxRange": [40, 41], + "type": "ColorPreset", + "comment": "Light Lavender (52)", + "colors": ["#3c3aff"] + }, + { + "dmxRange": [42, 43], + "type": "ColorPreset", + "comment": "Paler Lavender (53)", + "colors": ["#5065ff"] + }, + { + "dmxRange": [44, 45], + "type": "ColorPreset", + "comment": "Lavender (58)", + "colors": ["#2010ff"] + }, + { + "dmxRange": [46, 47], + "type": "ColorPreset", + "comment": "Mist Blue (61)", + "colors": ["#4664ff"] + }, + { + "dmxRange": [48, 49], + "type": "ColorPreset", + "comment": "Pale Blue (63)", + "colors": ["#3c59ff"] + }, + { + "dmxRange": [50, 51], + "type": "ColorPreset", + "comment": "Sky Blue (68)", + "colors": ["#121aff"] + }, + { + "dmxRange": [52, 53], + "type": "ColorPreset", + "comment": "Evening Blue (75)", + "colors": ["#1416ff"] + }, + { + "dmxRange": [54, 55], + "type": "ColorPreset", + "comment": "Just Blue (79)", + "colors": ["#110eff"] + }, + { + "dmxRange": [56, 57], + "type": "ColorPreset", + "comment": "Deeper Blue (85)", + "colors": ["#1107ff"] + }, + { + "dmxRange": [58, 59], + "type": "ColorPreset", + "comment": "Lime Green (88)", + "colors": ["#7eff68"] + }, + { + "dmxRange": [60, 61], + "type": "ColorPreset", + "comment": "Moss Green (89)", + "colors": ["#38ff7b"] + }, + { + "dmxRange": [62, 63], + "type": "ColorPreset", + "comment": "Dark Yellow Green (90)", + "colors": ["#15ff53"] + }, + { + "dmxRange": [64, 65], + "type": "ColorPreset", + "comment": "Spring Yellow (100)", + "colors": ["#a6ff43"] + }, + { + "dmxRange": [66, 67], + "type": "ColorPreset", + "comment": "Yellow (101)", + "colors": ["#c5ff20"] + }, + { + "dmxRange": [68, 69], + "type": "ColorPreset", + "comment": "Light Amber (102)", + "colors": ["#daff66"] + }, + { + "dmxRange": [70, 71], + "type": "ColorPreset", + "comment": "Straw (103)", + "colors": ["#9ab8ff"] + }, + { + "dmxRange": [72, 73], + "type": "ColorPreset", + "comment": "Deep Amber (104)", + "colors": ["#f3ff26"] + }, + { + "dmxRange": [74, 75], + "type": "ColorPreset", + "comment": "Primary Red (106)", + "colors": ["#ff2104"] + }, + { + "dmxRange": [76, 77], + "type": "ColorPreset", + "comment": "Light Rose (107)", + "colors": ["#a979ff"] + }, + { + "dmxRange": [78, 79], + "type": "ColorPreset", + "comment": "English Rose (108)", + "colors": ["#fbd0ff"] + }, + { + "dmxRange": [80, 81], + "type": "ColorPreset", + "comment": "Light Salmon (109)", + "colors": ["#a17dff"] + }, + { + "dmxRange": [82, 83], + "type": "ColorPreset", + "comment": "Middle Rose (110)", + "colors": ["#7b5fff"] + }, + { + "dmxRange": [84, 85], + "type": "ColorPreset", + "comment": "Dark Pink (111)", + "colors": ["#9147ff"] + }, + { + "dmxRange": [86, 87], + "type": "ColorPreset", + "comment": "Magenta (113)", + "colors": ["#ff1e80"] + }, + { + "dmxRange": [88, 89], + "type": "ColorPreset", + "comment": "Peacock Blue (115)", + "colors": ["#175fff"] + }, + { + "dmxRange": [90, 91], + "type": "ColorPreset", + "comment": "Steel Blue (117)", + "colors": ["#3660ff"] + }, + { + "dmxRange": [92, 93], + "type": "ColorPreset", + "comment": "Light Blue (118)", + "colors": ["#1333ff"] + }, + { + "dmxRange": [94, 95], + "type": "ColorPreset", + "comment": "Deep Blue (120)", + "colors": ["#1103ff"] + }, + { + "dmxRange": [96, 97], + "type": "ColorPreset", + "comment": "LEE Green (121)", + "colors": ["#61ff6e"] + }, + { + "dmxRange": [98, 99], + "type": "ColorPreset", + "comment": "Fern Green (122)", + "colors": ["#48ff90"] + }, + { + "dmxRange": [100, 101], + "type": "ColorPreset", + "comment": "Dark Green (124)", + "colors": ["#17ff9d"] + }, + { + "dmxRange": [102, 103], + "type": "ColorPreset", + "comment": "Smokey Pink (127)", + "colors": ["#ae65ff"] + }, + { + "dmxRange": [104, 105], + "type": "ColorPreset", + "comment": "Bright Pink (128)", + "colors": ["#8313ff"] + }, + { + "dmxRange": [106, 107], + "type": "ColorPreset", + "comment": "Marine Blue (131)", + "colors": ["#266fff"] + }, + { + "dmxRange": [108, 109], + "type": "ColorPreset", + "comment": "Golden Amber (134)", + "colors": ["#ffba6e"] + }, + { + "dmxRange": [110, 111], + "type": "ColorPreset", + "comment": "Deep Golden Amber (135)", + "colors": ["#ff4d00"] + }, + { + "dmxRange": [112, 113], + "type": "ColorPreset", + "comment": "Pale Lavender (136)", + "colors": ["#4b4eff"] + }, + { + "dmxRange": [114, 115], + "type": "ColorPreset", + "comment": "Special Lavender (137)", + "colors": ["#2e32ff"] + }, + { + "dmxRange": [116, 117], + "type": "ColorPreset", + "comment": "Pale Green (138)", + "colors": ["#8fffe7"] + }, + { + "dmxRange": [118, 119], + "type": "ColorPreset", + "comment": "Summer Blue (140)", + "colors": ["#244cff"] + }, + { + "dmxRange": [120, 121], + "type": "ColorPreset", + "comment": "Pale Violet (142)", + "colors": ["#2324ff"] + }, + { + "dmxRange": [122, 123], + "type": "ColorPreset", + "comment": "Pale Navy Blue (143)", + "colors": ["#1b39ff"] + }, + { + "dmxRange": [124, 125], + "type": "ColorPreset", + "comment": "No Color Blue (144)", + "colors": ["#1d42ff"] + }, + { + "dmxRange": [126, 127], + "type": "ColorPreset", + "comment": "Apricot (147)", + "colors": ["#ffd1ad"] + }, + { + "dmxRange": [128, 129], + "type": "ColorPreset", + "comment": "Bright Rose (148)", + "colors": ["#ff37df"] + }, + { + "dmxRange": [130, 131], + "type": "ColorPreset", + "comment": "Gold Tint (151)", + "colors": ["#9d96ff"] + }, + { + "dmxRange": [132, 133], + "type": "ColorPreset", + "comment": "Pale Gold (152)", + "colors": ["#9c9fff"] + }, + { + "dmxRange": [134, 135], + "type": "ColorPreset", + "comment": "Pale Salmon (153)", + "colors": ["#8a7bff"] + }, + { + "dmxRange": [136, 137], + "type": "ColorPreset", + "comment": "Pale Rose (154)", + "colors": ["#8a8cff"] + }, + { + "dmxRange": [138, 139], + "type": "ColorPreset", + "comment": "Chocolate (156)", + "colors": ["#e0e0ff"] + }, + { + "dmxRange": [140, 141], + "type": "ColorPreset", + "comment": "Pink (157)", + "colors": ["#f577ff"] + }, + { + "dmxRange": [142, 143], + "type": "ColorPreset", + "comment": "No Color Straw (159)", + "colors": ["#7898ff"] + }, + { + "dmxRange": [144, 145], + "type": "ColorPreset", + "comment": "Slate Blue (161)", + "colors": ["#1c2dff"] + }, + { + "dmxRange": [146, 147], + "type": "ColorPreset", + "comment": "Bastard Amber (162)", + "colors": ["#8d99ff"] + }, + { + "dmxRange": [148, 149], + "type": "ColorPreset", + "comment": "Flame Red (164)", + "colors": ["#ff3916"] + }, + { + "dmxRange": [150, 151], + "type": "ColorPreset", + "comment": "Daylight Blue (165)", + "colors": ["#1729ff"] + }, + { + "dmxRange": [152, 153], + "type": "ColorPreset", + "comment": "Lilac Tint (169)", + "colors": ["#5762ff"] + }, + { + "dmxRange": [154, 155], + "type": "ColorPreset", + "comment": "Deep Lavender (170)", + "colors": ["#433aff"] + }, + { + "dmxRange": [156, 157], + "type": "ColorPreset", + "comment": "Dark Steel Blue (174)", + "colors": ["#263bff"] + }, + { + "dmxRange": [158, 159], + "type": "ColorPreset", + "comment": "Loving Amber (176)", + "colors": ["#d49bff"] + }, + { + "dmxRange": [160, 161], + "type": "ColorPreset", + "comment": "Dark Lavender (180)", + "colors": ["#1c0bff"] + }, + { + "dmxRange": [162, 163], + "type": "ColorPreset", + "comment": "Light Red (182)", + "colors": ["#ff2606"] + }, + { + "dmxRange": [164, 165], + "type": "ColorPreset", + "comment": "Flesh Pink (192)", + "colors": ["#9f4fff"] + }, + { + "dmxRange": [166, 167], + "type": "ColorPreset", + "comment": "Surprise Pink (194)", + "colors": ["#312fff"] + }, + { + "dmxRange": [168, 169], + "type": "ColorPreset", + "comment": "Zenith Blue (195)", + "colors": ["#1107ff"] + }, + { + "dmxRange": [170, 171], + "type": "ColorPreset", + "comment": "True Blue (196)", + "colors": ["#2038ff"] + }, + { + "dmxRange": [172, 173], + "type": "ColorPreset", + "comment": "Alice Blue (197)", + "colors": ["#181aff"] + }, + { + "dmxRange": [174, 175], + "type": "ColorPreset", + "comment": "Palace Blue (198)", + "colors": ["#1407ff"] + }, + { + "dmxRange": [176, 177], + "type": "ColorPreset", + "comment": "Regal Blue (199)", + "colors": ["#1f10ff"] + }, + { + "dmxRange": [178, 255], + "type": "NoFunction", + "comment": "Reserved" + } + ] + }, + "Gel 2, LEE 600 Series": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 1], + "type": "ColorPreset", + "comment": "Arctic White (600)", + "colors": ["#2f3fff"] + }, + { + "dmxRange": [2, 3], + "type": "ColorPreset", + "comment": "Silver (601)", + "colors": ["#394dff"] + }, + { + "dmxRange": [4, 5], + "type": "ColorPreset", + "comment": "Platinum (602)", + "colors": ["#4158ff"] + }, + { + "dmxRange": [6, 7], + "type": "ColorPreset", + "comment": "Moonlight White (603)", + "colors": ["#445aff"] + }, + { + "dmxRange": [8, 9], + "type": "ColorPreset", + "comment": "Full CT 85 (604)", + "colors": ["#fff2de"] + }, + { + "dmxRange": [10, 11], + "type": "ColorPreset", + "comment": "Industry Sodium (650)", + "colors": ["#cfffbd"] + }, + { + "dmxRange": [12, 13], + "type": "ColorPreset", + "comment": "HI Sodium (651)", + "colors": ["#ffe3ab"] + }, + { + "dmxRange": [14, 15], + "type": "ColorPreset", + "comment": "Urban Sodium (652)", + "colors": ["#ff993a"] + }, + { + "dmxRange": [16, 17], + "type": "ColorPreset", + "comment": "LO Sodium (653)", + "colors": ["#ffbf4a"] + }, + { + "dmxRange": [18, 255], + "type": "NoFunction", + "comment": "Reserved" + } + ] + }, + "Gel 2, LEE Cosmetic Series": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 1], + "type": "ColorPreset", + "comment": "Cosmetic Peach (184)", + "colors": ["#778fff"] + }, + { + "dmxRange": [2, 3], + "type": "ColorPreset", + "comment": "Cosmetic Silver Rose (186)", + "colors": ["#707bff"] + }, + { + "dmxRange": [4, 5], + "type": "ColorPreset", + "comment": "Cosmetic Rouge (187)", + "colors": ["#8091ff"] + }, + { + "dmxRange": [6, 7], + "type": "ColorPreset", + "comment": "Cosmetic Highlight (188)", + "colors": ["#7b90ff"] + }, + { + "dmxRange": [8, 9], + "type": "ColorPreset", + "comment": "Cosmetic Silver Moss (189)", + "colors": ["#7fa7ff"] + }, + { + "dmxRange": [10, 11], + "type": "ColorPreset", + "comment": "Cosmetic Aqua Blue (191)", + "colors": ["#6082ff"] + }, + { + "dmxRange": [12, 13], + "type": "ColorPreset", + "comment": "Lily Frost (705)", + "colors": ["#3a32ff"] + }, + { + "dmxRange": [14, 15], + "type": "ColorPreset", + "comment": "Shanklin Frost (717)", + "colors": ["#2f41ff"] + }, + { + "dmxRange": [16, 17], + "type": "ColorPreset", + "comment": "Half Shanklin Frost (718)", + "colors": ["#425aff"] + }, + { + "dmxRange": [18, 19], + "type": "ColorPreset", + "comment": "Durham Daylight Frost (720)", + "colors": ["#2a39ff"] + }, + { + "dmxRange": [20, 21], + "type": "ColorPreset", + "comment": "Hampshire Rose (749)", + "colors": ["#898aff"] + }, + { + "dmxRange": [22, 23], + "type": "ColorPreset", + "comment": "Durham Frost (750)", + "colors": ["#6882ff"] + }, + { + "dmxRange": [24, 25], + "type": "ColorPreset", + "comment": "Soft Amber Key 1 (774)", + "colors": ["#a9b1ff"] + }, + { + "dmxRange": [26, 27], + "type": "ColorPreset", + "comment": "Soft Amber Key 2 (775)", + "colors": ["#f2ddff"] + }, + { + "dmxRange": [28, 29], + "type": "ColorPreset", + "comment": "Moroccan Frost (791)", + "colors": ["#a993ff"] + }, + { + "dmxRange": [30, 31], + "type": "ColorPreset", + "comment": "Blue Diffusion (217)", + "colors": ["#6983ff"] + }, + { + "dmxRange": [32, 33], + "type": "ColorPreset", + "comment": "Blue Frost (221)", + "colors": ["#6981ff"] + }, + { + "dmxRange": [34, 35], + "type": "ColorPreset", + "comment": "Daylight Blue Frost (224)", + "colors": ["#3848ff"] + }, + { + "dmxRange": [36, 255], + "type": "NoFunction", + "comment": "Reserved" + } + ] + }, + "Gel 2, LEE 700 Series": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 1], + "type": "ColorPreset", + "comment": "Perfect Lavender (700)", + "colors": ["#1a06ff"] + }, + { + "dmxRange": [2, 3], + "type": "ColorPreset", + "comment": "Provence (701)", + "colors": ["#210dff"] + }, + { + "dmxRange": [4, 5], + "type": "ColorPreset", + "comment": "Special Pale Lavender (702)", + "colors": ["#4c59ff"] + }, + { + "dmxRange": [6, 7], + "type": "ColorPreset", + "comment": "Cold Lavender (703)", + "colors": ["#3929ff"] + }, + { + "dmxRange": [8, 9], + "type": "ColorPreset", + "comment": "Lily (704)", + "colors": ["#423cff"] + }, + { + "dmxRange": [10, 11], + "type": "ColorPreset", + "comment": "King Fals Lavender (706)", + "colors": ["#1d0cff"] + }, + { + "dmxRange": [12, 13], + "type": "ColorPreset", + "comment": "Cool Lavender (708)", + "colors": ["#3e53ff"] + }, + { + "dmxRange": [14, 15], + "type": "ColorPreset", + "comment": "Electric Lilac (709)", + "colors": ["#3340ff"] + }, + { + "dmxRange": [16, 17], + "type": "ColorPreset", + "comment": "Spir Special Blue (710)", + "colors": ["#1b1bff"] + }, + { + "dmxRange": [18, 19], + "type": "ColorPreset", + "comment": "Cold Blue (711)", + "colors": ["#2b33ff"] + }, + { + "dmxRange": [20, 21], + "type": "ColorPreset", + "comment": "Bedford Blue (712)", + "colors": ["#1c24ff"] + }, + { + "dmxRange": [22, 23], + "type": "ColorPreset", + "comment": "Elysian Blue (714)", + "colors": ["#1211ff"] + }, + { + "dmxRange": [24, 25], + "type": "ColorPreset", + "comment": "Cabana Blue (715)", + "colors": ["#130aff"] + }, + { + "dmxRange": [26, 27], + "type": "ColorPreset", + "comment": "Mikkel Blue (716)", + "colors": ["#1104ff"] + }, + { + "dmxRange": [28, 29], + "type": "ColorPreset", + "comment": "Colour Wash Blue (719)", + "colors": ["#1e29ff"] + }, + { + "dmxRange": [30, 31], + "type": "ColorPreset", + "comment": "Berry Blue (721)", + "colors": ["#110cff"] + }, + { + "dmxRange": [32, 33], + "type": "ColorPreset", + "comment": "Virgin Blue (723)", + "colors": ["#1411ff"] + }, + { + "dmxRange": [34, 35], + "type": "ColorPreset", + "comment": "Ocean Blue (724)", + "colors": ["#1e3eff"] + }, + { + "dmxRange": [36, 37], + "type": "ColorPreset", + "comment": "Old Steel Blue (725)", + "colors": ["#375cff"] + }, + { + "dmxRange": [38, 39], + "type": "ColorPreset", + "comment": "Steel Green (728)", + "colors": ["#4170ff"] + }, + { + "dmxRange": [40, 41], + "type": "ColorPreset", + "comment": "Liberty Green (730)", + "colors": ["#5188ff"] + }, + { + "dmxRange": [42, 43], + "type": "ColorPreset", + "comment": "Dirty Ice (731)", + "colors": ["#5f95ff"] + }, + { + "dmxRange": [44, 45], + "type": "ColorPreset", + "comment": "Damp Squib (733)", + "colors": ["#71a6ff"] + }, + { + "dmxRange": [46, 47], + "type": "ColorPreset", + "comment": "JAS Green (738)", + "colors": ["#4fff40"] + }, + { + "dmxRange": [48, 49], + "type": "ColorPreset", + "comment": "Bram Brown (742)", + "colors": ["#f1ffa2"] + }, + { + "dmxRange": [50, 51], + "type": "ColorPreset", + "comment": "Dirty White (744)", + "colors": ["#f5ffbd"] + }, + { + "dmxRange": [52, 53], + "type": "ColorPreset", + "comment": "Brown (746)", + "colors": ["#ffc331"] + }, + { + "dmxRange": [54, 55], + "type": "ColorPreset", + "comment": "Easy White (747)", + "colors": ["#c7b3ff"] + }, + { + "dmxRange": [56, 57], + "type": "ColorPreset", + "comment": "Seedy Pink (748)", + "colors": ["#9057ff"] + }, + { + "dmxRange": [58, 59], + "type": "ColorPreset", + "comment": "Wheat (763)", + "colors": ["#95b9ff"] + }, + { + "dmxRange": [60, 61], + "type": "ColorPreset", + "comment": "Sun Colour Straw (764)", + "colors": ["#b8e0ff"] + }, + { + "dmxRange": [62, 63], + "type": "ColorPreset", + "comment": "LEE Yellow (765)", + "colors": ["#ceffd2"] + }, + { + "dmxRange": [64, 65], + "type": "ColorPreset", + "comment": "Cardbox Amber (773)", + "colors": ["#dbc2ff"] + }, + { + "dmxRange": [66, 67], + "type": "ColorPreset", + "comment": "Nectarine (776)", + "colors": ["#ffdbe4"] + }, + { + "dmxRange": [68, 69], + "type": "ColorPreset", + "comment": "Millennium Gold (778)", + "colors": ["#ff6807"] + }, + { + "dmxRange": [70, 71], + "type": "ColorPreset", + "comment": "Bastard Pink (779)", + "colors": ["#ff7d8d"] + }, + { + "dmxRange": [72, 73], + "type": "ColorPreset", + "comment": "Terry Red (781)", + "colors": ["#ff4305"] + }, + { + "dmxRange": [74, 75], + "type": "ColorPreset", + "comment": "Blood Red (789)", + "colors": ["#ff2500"] + }, + { + "dmxRange": [76, 77], + "type": "ColorPreset", + "comment": "Moroccan Pink (790)", + "colors": ["#af98ff"] + }, + { + "dmxRange": [78, 79], + "type": "ColorPreset", + "comment": "Pretty 'n Pink (794)", + "colors": ["#6d4dff"] + }, + { + "dmxRange": [80, 81], + "type": "ColorPreset", + "comment": "Magical Magenta (795)", + "colors": ["#570dff"] + }, + { + "dmxRange": [82, 255], + "type": "NoFunction", + "comment": "Reserved" + } + ] + }, + "Reserved for future use": { + "capability": { + "type": "NoFunction" + } + } + }, + "modes": [ + { + "name": "P01: CCT & RGBW 8bit", + "shortName": "P01", + "channels": [ + "Dimmer", + "Color Temperature", + "Green-Magenta Point 8bit", + "Cross Fade to Color", + "Red", + "Green", + "Blue", + "White", + "Fan Control", + "Preset", + "Strobe", + "Reserved for future use" + ] + }, + { + "name": "P02: CCT 8bit", + "shortName": "P02", + "channels": [ + "Dimmer", + "Color Temperature", + "Green-Magenta Point 8bit", + "Fan Control", + "Preset", + "Strobe", + "Reserved for future use" + ] + }, + { + "name": "P03: CCT & HSI 8bit", + "shortName": "P03", + "channels": [ + "Dimmer", + "Color Temperature", + "Green-Magenta Point 8bit", + "Cross Fade to Color", + "Hue", + "Saturation", + "Fan Control", + "Preset", + "Strobe", + "Reserved for future use" + ] + }, + { + "name": "P04: RGBW 8bit", + "shortName": "P04", + "channels": [ + "Dimmer", + "Red", + "Green", + "Blue", + "White", + "Fan Control", + "Preset", + "Strobe", + "Reserved for future use" + ] + }, + { + "name": "P05: HSI 8bit", + "shortName": "P05", + "channels": [ + "Dimmer", + "Hue", + "Saturation", + "Fan Control", + "Preset", + "Strobe", + "Reserved for future use" + ] + }, + { + "name": "P06: CCT & RGBW 16bit", + "shortName": "P06", + "channels": [ + "Dimmer", + "Dimmer fine", + "Color Temperature", + "Color Temperature fine", + "Green-Magenta Point 16bit", + "Green-Magenta Point 16bit fine", + "Cross Fade to Color", + "Cross Fade to Color fine", + "Red", + "Red fine", + "Green", + "Green fine", + "Blue", + "Blue fine", + "White", + "White fine", + "Fan Control", + "Preset", + "Strobe", + "Reserved for future use" + ] + }, + { + "name": "P07: CCT 16bit", + "shortName": "P07", + "channels": [ + "Dimmer", + "Dimmer fine", + "Color Temperature", + "Color Temperature fine", + "Green-Magenta Point 16bit", + "Green-Magenta Point 16bit fine", + "Fan Control", + "Preset", + "Strobe", + "Reserved for future use" + ] + }, + { + "name": "P08: CCT & HSI 16bit", + "shortName": "P08", + "channels": [ + "Dimmer", + "Dimmer fine", + "Color Temperature", + "Color Temperature fine", + "Green-Magenta Point 16bit", + "Green-Magenta Point 16bit fine", + "Cross Fade to Color", + "Cross Fade to Color fine", + "Hue", + "Hue fine", + "Saturation", + "Saturation fine", + "Fan Control", + "Preset", + "Strobe", + "Reserved for future use" + ] + }, + { + "name": "P09: RGBW 16bit", + "shortName": "P09", + "channels": [ + "Dimmer", + "Dimmer fine", + "Red", + "Red fine", + "Green", + "Green fine", + "Blue", + "Blue fine", + "White", + "White fine", + "Fan Control", + "Preset", + "Strobe", + "Reserved for future use" + ] + }, + { + "name": "P10: HSI 16bit", + "shortName": "P10", + "channels": [ + "Dimmer", + "Dimmer fine", + "Hue", + "Hue fine", + "Saturation", + "Saturation fine", + "Fan Control", + "Preset", + "Strobe", + "Reserved for future use" + ] + }, + { + "name": "P11: CCT & RGBW 8/16bit", + "shortName": "P11", + "channels": [ + "Dimmer", + "Dimmer fine", + "Color Temperature", + "Color Temperature fine", + "Green-Magenta Point 8bit", + "Cross Fade to Color", + "Red", + "Red fine", + "Green", + "Green fine", + "Blue", + "Blue fine", + "White", + "White fine", + "Fan Control", + "Preset", + "Strobe", + "Reserved for future use" + ] + }, + { + "name": "P12: CCT 8/16bit", + "shortName": "P12", + "channels": [ + "Dimmer", + "Dimmer fine", + "Color Temperature", + "Color Temperature fine", + "Green-Magenta Point 8bit", + "Fan Control", + "Preset", + "Strobe", + "Reserved for future use" + ] + }, + { + "name": "P13: CCT & HSI 8/16bit", + "shortName": "P13", + "channels": [ + "Dimmer", + "Dimmer fine", + "Color Temperature", + "Color Temperature fine", + "Green-Magenta Point 8bit", + "Cross Fade to Color", + "Hue", + "Hue fine", + "Saturation", + "Saturation fine", + "Fan Control", + "Preset", + "Strobe", + "Reserved for future use" + ] + }, + { + "name": "P14: RGBW 8/16bit", + "shortName": "P14", + "channels": [ + "Dimmer", + "Dimmer fine", + "Red", + "Red fine", + "Green", + "Green fine", + "Blue", + "Blue fine", + "White", + "White fine", + "Fan Control", + "Preset", + "Strobe", + "Reserved for future use" + ] + }, + { + "name": "P15: HSI 8/16bit", + "shortName": "P15", + "channels": [ + "Dimmer", + "Dimmer fine", + "Hue", + "Hue fine", + "Saturation", + "Saturation fine", + "Fan Control", + "Preset", + "Strobe", + "Reserved for future use" + ] + }, + { + "name": "P16: GEL 8bit", + "shortName": "P16", + "channels": [ + "Dimmer", + "Gel 1, CCT", + "Gel 1, Color Matching", + "Gel 1, Brand", + "Gel 1, Category", + "Gel 1", + "Crossfade to gel", + "Gel 2, CCT", + "Gel 2, Color Matching", + "Gel 2, Brand", + "Gel 2, Category", + "Gel 2", + "Gel Transition Type", + "Fan Control", + "Preset", + "Strobe", + "Reserved for future use" + ] + }, + { + "name": "P17: GEL 16bit", + "shortName": "P17", + "channels": [ + "Dimmer", + "Dimmer fine", + "Gel 1, CCT", + "Gel 1, Color Matching", + "Gel 1, Brand", + "Gel 1, Category", + "Gel 1", + "Crossfade to gel", + "Crossfade to gel fine", + "Gel 2, CCT", + "Gel 2, Color Matching", + "Gel 2, Brand", + "Gel 2, Category", + "Gel 2", + "Gel Transition Type", + "Fan Control", + "Preset", + "Strobe", + "Reserved for future use" + ] + } + ] +} diff --git a/fixtures/arri/orbiter.json b/fixtures/arri/orbiter.json new file mode 100644 index 0000000000..7620d4dd56 --- /dev/null +++ b/fixtures/arri/orbiter.json @@ -0,0 +1,4939 @@ +{ + "$schema": "https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/master/schemas/fixture.json", + "name": "Orbiter", + "categories": ["Dimmer", "Color Changer", "Strobe"], + "meta": { + "authors": ["Dyami Caliri"], + "createDate": "2023-03-01", + "lastModifyDate": "2023-03-01" + }, + "links": { + "manual": [ + "https://www.arri.com/resource/blob/294120/1e4261476a297dd1ff2576e9ad8b5c1f/arri-orbiter-data-sheet-en-sep2022-2-data.pdf", + "https://www.arri.com/resource/blob/306142/c563bed1e5ac8c3d9d91fe0855f47c27/l5-0037960-arri-orbiter-dmx-mode-specification-en-v5-0-jul2022-data.pdf" + ], + "productPage": [ + "https://www.arri.com/en/lighting/led/orbiter" + ], + "video": [ + "https://www.youtube.com/watch?v=oCkh0DAXjms", + "https://www.youtube.com/watch?v=3Q8W6XnOr_g" + ] + }, + "physical": { + "dimensions": [410, 305, 330], + "weight": 11.7, + "power": 500, + "DMXconnector": "5-pin", + "bulb": { + "type": "LED" + } + }, + "availableChannels": { + "Dimmer": { + "fineChannelAliases": ["Dimmer fine"], + "dmxValueResolution": "8bit", + "defaultValue": 0, + "highlightValue": 255, + "capability": { + "type": "Intensity" + } + }, + "Color Temperature": { + "fineChannelAliases": ["Color Temperature fine"], + "capability": { + "type": "ColorTemperature", + "colorTemperatureStart": "2000K", + "colorTemperatureEnd": "20000K" + } + }, + "Green-Magenta Point 8bit": { + "name": "Green-Magenta Point", + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 10], + "type": "Generic", + "comment": "Neutral" + }, + { + "dmxRange": [11, 20], + "type": "Generic", + "comment": "Full minus green" + }, + { + "dmxRange": [21, 119], + "type": "Generic", + "comment": "-99%…-1%" + }, + { + "dmxRange": [120, 145], + "type": "Generic", + "comment": "Neutral" + }, + { + "dmxRange": [146, 244], + "type": "Generic", + "comment": "1%…99%" + }, + { + "dmxRange": [245, 255], + "type": "Generic", + "comment": "Full plus green" + } + ] + }, + "Green-Magenta Point 16bit": { + "name": "Green-Magenta Point", + "fineChannelAliases": ["Green-Magenta Point 16bit fine"], + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 4587], + "type": "Generic", + "comment": "Neutral" + }, + { + "dmxRange": [4588, 9830], + "type": "Generic", + "comment": "Full minus green" + }, + { + "dmxRange": [9831, 30145], + "type": "Generic", + "comment": "-99%…-1%" + }, + { + "dmxRange": [30146, 39976], + "type": "Generic", + "comment": "Neutral" + }, + { + "dmxRange": [39977, 60292], + "type": "Generic", + "comment": "1%…99%" + }, + { + "dmxRange": [60293, 65535], + "type": "Generic", + "comment": "Full plus green" + } + ] + }, + "Warmer/Cooler 8bit": { + "name": "Warmer/Cooler", + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 19], + "type": "Generic", + "comment": "Neutral" + }, + { + "dmxRange": [20, 127], + "type": "Generic", + "comment": "-1.0…0.0" + }, + { + "dmxRange": [128, 147], + "type": "Generic", + "comment": "Neutral" + }, + { + "dmxRange": [148, 255], + "type": "Generic", + "comment": "0.0…+1.0" + } + ] + }, + "Warmer/Cooler 16bit": { + "name": "Warmer/Cooler", + "fineChannelAliases": ["Warmer/Cooler 16bit fine"], + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 4883], + "type": "Generic", + "comment": "Neutral" + }, + { + "dmxRange": [4884, 32767], + "type": "Generic", + "comment": "-1.0…0.0" + }, + { + "dmxRange": [32768, 37779], + "type": "Generic", + "comment": "Neutral" + }, + { + "dmxRange": [37780, 65535], + "type": "Generic", + "comment": "0.0…+1.0" + } + ] + }, + "Saturate/Desaturate 8bit": { + "name": "Saturate/Desaturate", + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 19], + "type": "Generic", + "comment": "Neutral" + }, + { + "dmxRange": [20, 127], + "type": "Generic", + "comment": "-1.0…0.0" + }, + { + "dmxRange": [128, 147], + "type": "Generic", + "comment": "Neutral" + }, + { + "dmxRange": [148, 255], + "type": "Generic", + "comment": "0.0…+1.0" + } + ] + }, + "Saturate/Desaturate 16bit": { + "name": "Saturate/Desaturate", + "fineChannelAliases": ["Saturate/Desaturate 16bit fine"], + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 4883], + "type": "Generic", + "comment": "Neutral" + }, + { + "dmxRange": [4884, 32767], + "type": "Generic", + "comment": "-1.0…0.0" + }, + { + "dmxRange": [32768, 37779], + "type": "Generic", + "comment": "Neutral" + }, + { + "dmxRange": [37780, 65535], + "type": "Generic", + "comment": "0.0…+1.0" + } + ] + }, + "+Red/-Red 8bit": { + "name": "+Red/-Red", + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 19], + "type": "Generic", + "comment": "Neutral" + }, + { + "dmxRange": [20, 127], + "type": "Generic", + "comment": "-1.0…0.0" + }, + { + "dmxRange": [128, 147], + "type": "Generic", + "comment": "Neutral" + }, + { + "dmxRange": [148, 255], + "type": "Generic", + "comment": "0.0…+1.0" + } + ] + }, + "+Red/-Red 16bit": { + "name": "+Red/-Red", + "fineChannelAliases": ["+Red/-Red 16bit fine"], + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 4883], + "type": "Generic", + "comment": "Neutral" + }, + { + "dmxRange": [4884, 32767], + "type": "Generic", + "comment": "-1.0…0.0" + }, + { + "dmxRange": [32768, 37779], + "type": "Generic", + "comment": "Neutral" + }, + { + "dmxRange": [37780, 65535], + "type": "Generic", + "comment": "0.0…+1.0" + } + ] + }, + "+Green/-Green 8bit": { + "name": "+Green/-Green", + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 19], + "type": "Generic", + "comment": "Neutral" + }, + { + "dmxRange": [20, 127], + "type": "Generic", + "comment": "-1.0…0.0" + }, + { + "dmxRange": [128, 147], + "type": "Generic", + "comment": "Neutral" + }, + { + "dmxRange": [148, 255], + "type": "Generic", + "comment": "0.0…+1.0" + } + ] + }, + "+Green/-Green 16bit": { + "name": "+Green/-Green", + "fineChannelAliases": ["+Green/-Green 16bit fine"], + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 4883], + "type": "Generic", + "comment": "Neutral" + }, + { + "dmxRange": [4884, 32767], + "type": "Generic", + "comment": "-1.0…0.0" + }, + { + "dmxRange": [32768, 37779], + "type": "Generic", + "comment": "Neutral" + }, + { + "dmxRange": [37780, 65535], + "type": "Generic", + "comment": "0.0…+1.0" + } + ] + }, + "+Blue/-Blue 8bit": { + "name": "+Blue/-Blue", + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 19], + "type": "Generic", + "comment": "Neutral" + }, + { + "dmxRange": [20, 127], + "type": "Generic", + "comment": "-1.0…0.0" + }, + { + "dmxRange": [128, 147], + "type": "Generic", + "comment": "Neutral" + }, + { + "dmxRange": [148, 255], + "type": "Generic", + "comment": "0.0…+1.0" + } + ] + }, + "+Blue/-Blue 16bit": { + "name": "+Blue/-Blue", + "fineChannelAliases": ["+Blue/-Blue 16bit fine"], + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 4883], + "type": "Generic", + "comment": "Neutral" + }, + { + "dmxRange": [4884, 32767], + "type": "Generic", + "comment": "-1.0…0.0" + }, + { + "dmxRange": [32768, 37779], + "type": "Generic", + "comment": "Neutral" + }, + { + "dmxRange": [37780, 65535], + "type": "Generic", + "comment": "0.0…+1.0" + } + ] + }, + "+Cyan/-Cyan 8bit": { + "name": "+Cyan/-Cyan", + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 19], + "type": "Generic", + "comment": "Neutral" + }, + { + "dmxRange": [20, 127], + "type": "Generic", + "comment": "-1.0…0.0" + }, + { + "dmxRange": [128, 147], + "type": "Generic", + "comment": "Neutral" + }, + { + "dmxRange": [148, 255], + "type": "Generic", + "comment": "0.0…+1.0" + } + ] + }, + "+Cyan/-Cyan 16bit": { + "name": "+Cyan/-Cyan", + "fineChannelAliases": ["+Cyan/-Cyan 16bit fine"], + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 4883], + "type": "Generic", + "comment": "Neutral" + }, + { + "dmxRange": [4884, 32767], + "type": "Generic", + "comment": "-1.0…0.0" + }, + { + "dmxRange": [32768, 37779], + "type": "Generic", + "comment": "Neutral" + }, + { + "dmxRange": [37780, 65535], + "type": "Generic", + "comment": "0.0…+1.0" + } + ] + }, + "+Magenta/-Magenta 8bit": { + "name": "+Magenta/-Magenta", + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 19], + "type": "Generic", + "comment": "Neutral" + }, + { + "dmxRange": [20, 127], + "type": "Generic", + "comment": "-1.0…0.0" + }, + { + "dmxRange": [128, 147], + "type": "Generic", + "comment": "Neutral" + }, + { + "dmxRange": [148, 255], + "type": "Generic", + "comment": "0.0…+1.0" + } + ] + }, + "+Magenta/-Magenta 16bit": { + "name": "+Magenta/-Magenta", + "fineChannelAliases": ["+Magenta/-Magenta 16bit fine"], + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 4883], + "type": "Generic", + "comment": "Neutral" + }, + { + "dmxRange": [4884, 32767], + "type": "Generic", + "comment": "-1.0…0.0" + }, + { + "dmxRange": [32768, 37779], + "type": "Generic", + "comment": "Neutral" + }, + { + "dmxRange": [37780, 65535], + "type": "Generic", + "comment": "0.0…+1.0" + } + ] + }, + "+Yellow/-Yellow 8bit": { + "name": "+Yellow/-Yellow", + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 19], + "type": "Generic", + "comment": "Neutral" + }, + { + "dmxRange": [20, 127], + "type": "Generic", + "comment": "-1.0…0.0" + }, + { + "dmxRange": [128, 147], + "type": "Generic", + "comment": "Neutral" + }, + { + "dmxRange": [148, 255], + "type": "Generic", + "comment": "0.0…+1.0" + } + ] + }, + "+Yellow/-Yellow 16bit": { + "name": "+Yellow/-Yellow", + "fineChannelAliases": ["+Yellow/-Yellow 16bit fine"], + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 4883], + "type": "Generic", + "comment": "Neutral" + }, + { + "dmxRange": [4884, 32767], + "type": "Generic", + "comment": "-1.0…0.0" + }, + { + "dmxRange": [32768, 37779], + "type": "Generic", + "comment": "Neutral" + }, + { + "dmxRange": [37780, 65535], + "type": "Generic", + "comment": "0.0…+1.0" + } + ] + }, + "Zoom": { + "name": "Zoom", + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 19], + "type": "Generic", + "comment": "No Effect" + }, + { + "dmxRange": [20, 255], + "type": "Zoom", + "angleStart": "15deg", + "angleEnd": "30deg" + } + ] + }, + "Focus": { + "capabilities": [ + { + "dmxRange": [0, 19], + "type": "Generic", + "comment": "No Effect" + }, + { + "dmxRange": [20, 255], + "type": "Focus", + "distanceStart": "near", + "distanceEnd": "far" + } + ] + }, + "X Coordinate": { + "fineChannelAliases": ["X Coordinate fine"], + "defaultValue": 0, + "capability": { + "type": "Generic", + "comment": "0.0…0.8" + } + }, + "Y Coordinate": { + "fineChannelAliases": ["Y Coordinate fine"], + "defaultValue": 0, + "capability": { + "type": "Generic", + "comment": "0.0…0.8" + } + }, + "Category": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 50], + "type": "Generic", + "comment": "Incandescent", + "switchChannels": { + "Source": "Source Incandescent" + } + }, + { + "dmxRange": [51, 101], + "type": "Generic", + "comment": "Fluorescent", + "switchChannels": { + "Source": "Source Fluorescent" + } + }, + { + "dmxRange": [102, 152], + "type": "Generic", + "comment": "Discharge", + "switchChannels": { + "Source": "Source Discharge" + } + }, + { + "dmxRange": [153, 203], + "type": "Generic", + "comment": "Other", + "switchChannels": { + "Source": "Source Other" + } + }, + { + "dmxRange": [204, 255], + "type": "NoFunction", + "comment": "Reserved", + "switchChannels": { + "Source": "Source Other" + } + } + ] + }, + "Source Incandescent": { + "capabilities": [ + { + "dmxRange": [0, 2], + "type": "Generic", + "comment": "Tungsten Bulb" + }, + { + "dmxRange": [3, 5], + "type": "Generic", + "comment": "Incandescent" + }, + { + "dmxRange": [6, 8], + "type": "Generic", + "comment": "Halogen" + }, + { + "dmxRange": [9, 11], + "type": "Generic", + "comment": "Antique Bulb" + }, + { + "dmxRange": [12, 14], + "type": "Generic", + "comment": "Warm Antique Bulb" + }, + { + "dmxRange": [15, 17], + "type": "Generic", + "comment": "Christmas Light" + }, + { + "dmxRange": [18, 20], + "type": "Generic", + "comment": "Night Light" + }, + { + "dmxRange": [21, 23], + "type": "Generic", + "comment": "Infrared Heat Lamp" + }, + { + "dmxRange": [24, 26], + "type": "Generic", + "comment": "Grow Light" + }, + { + "dmxRange": [27, 255], + "type": "NoFunction", + "comment": "Reserved" + } + ] + }, + "Source Fluorescent": { + "capabilities": [ + { + "dmxRange": [0, 2], + "type": "Generic", + "comment": "CFL Soft White" + }, + { + "dmxRange": [3, 5], + "type": "Generic", + "comment": "CFL Bright White" + }, + { + "dmxRange": [6, 8], + "type": "Generic", + "comment": "CFL Cool White" + }, + { + "dmxRange": [9, 11], + "type": "Generic", + "comment": "CFL Daylight" + }, + { + "dmxRange": [12, 14], + "type": "Generic", + "comment": "Cool White 1" + }, + { + "dmxRange": [15, 17], + "type": "Generic", + "comment": "Cool White 2" + }, + { + "dmxRange": [18, 20], + "type": "Generic", + "comment": "Cool White 3" + }, + { + "dmxRange": [21, 23], + "type": "Generic", + "comment": "Warm White" + }, + { + "dmxRange": [24, 26], + "type": "Generic", + "comment": "CFL Blacklight" + }, + { + "dmxRange": [27, 255], + "type": "NoFunction", + "comment": "Reserved" + } + ] + }, + "Source Discharge": { + "capabilities": [ + { + "dmxRange": [0, 2], + "type": "Generic", + "comment": "HMI" + }, + { + "dmxRange": [3, 5], + "type": "Generic", + "comment": "High Pressure Sodium" + }, + { + "dmxRange": [6, 8], + "type": "Generic", + "comment": "Low Pressure Sodium" + }, + { + "dmxRange": [9, 11], + "type": "Generic", + "comment": "Mercury Vapor" + }, + { + "dmxRange": [12, 14], + "type": "Generic", + "comment": "Metal Halide" + }, + { + "dmxRange": [15, 17], + "type": "Generic", + "comment": "Ceramic" + }, + { + "dmxRange": [18, 20], + "type": "Generic", + "comment": "Carbon Arc" + }, + { + "dmxRange": [21, 23], + "type": "Generic", + "comment": "Xenon" + }, + { + "dmxRange": [24, 255], + "type": "NoFunction", + "comment": "Reserved" + } + ] + }, + "Source Other": { + "capabilities": [ + { + "dmxRange": [0, 2], + "type": "Generic", + "comment": "Candle" + }, + { + "dmxRange": [3, 5], + "type": "Generic", + "comment": "Gas Fire" + }, + { + "dmxRange": [6, 8], + "type": "Generic", + "comment": "Sun Direct" + }, + { + "dmxRange": [9, 11], + "type": "Generic", + "comment": "Sun Overcast" + }, + { + "dmxRange": [12, 14], + "type": "Generic", + "comment": "Sun Blue Hour" + }, + { + "dmxRange": [15, 17], + "type": "Generic", + "comment": "Mobile Phone" + }, + { + "dmxRange": [18, 20], + "type": "Generic", + "comment": "Computer Monitor" + }, + { + "dmxRange": [21, 23], + "type": "Generic", + "comment": "Electroluminescence" + }, + { + "dmxRange": [24, 26], + "type": "Generic", + "comment": "Blow Torch" + }, + { + "dmxRange": [27, 29], + "type": "Generic", + "comment": "Road Flare" + }, + { + "dmxRange": [30, 32], + "type": "Generic", + "comment": "Amber Caution" + }, + { + "dmxRange": [33, 35], + "type": "Generic", + "comment": "Green Traffic Light" + }, + { + "dmxRange": [36, 38], + "type": "Generic", + "comment": "Yellow Traffic Light" + }, + { + "dmxRange": [39, 41], + "type": "Generic", + "comment": "Red Traffic Light" + }, + { + "dmxRange": [42, 44], + "type": "Generic", + "comment": "Blue Glow Stick" + }, + { + "dmxRange": [45, 47], + "type": "Generic", + "comment": "Green Glow Stick" + }, + { + "dmxRange": [48, 50], + "type": "Generic", + "comment": "Red Glow Stick" + }, + { + "dmxRange": [51, 53], + "type": "Generic", + "comment": "Yellow Glow Stick" + }, + { + "dmxRange": [54, 56], + "type": "Generic", + "comment": "Pink Glow Stick" + }, + { + "dmxRange": [57, 59], + "type": "Generic", + "comment": "Violet Glow Stick" + }, + { + "dmxRange": [60, 255], + "type": "NoFunction", + "comment": "Reserved" + } + ] + }, + "Cross Fade to Color": { + "fineChannelAliases": ["Cross Fade to Color fine"], + "defaultValue": 0, + "capability": { + "type": "Generic", + "comment": "White … RGBW/HSI color" + } + }, + "Red": { + "fineChannelAliases": ["Red fine"], + "defaultValue": 0, + "capability": { + "type": "ColorIntensity", + "color": "Red" + } + }, + "Green": { + "fineChannelAliases": ["Green fine"], + "defaultValue": 0, + "capability": { + "type": "ColorIntensity", + "color": "Green" + } + }, + "Blue": { + "fineChannelAliases": ["Blue fine"], + "defaultValue": 0, + "capability": { + "type": "ColorIntensity", + "color": "Blue" + } + }, + "Amber": { + "fineChannelAliases": ["Amber fine"], + "defaultValue": 0, + "capability": { + "type": "ColorIntensity", + "color": "Amber" + } + }, + "Cyan": { + "fineChannelAliases": ["Cyan fine"], + "defaultValue": 0, + "capability": { + "type": "ColorIntensity", + "color": "Cyan" + } + }, + "Lime": { + "fineChannelAliases": ["Lime fine"], + "defaultValue": 0, + "capability": { + "type": "ColorIntensity", + "color": "Lime" + } + }, + "White": { + "fineChannelAliases": ["White fine"], + "defaultValue": 0, + "capability": { + "type": "ColorIntensity", + "color": "White" + } + }, + "Hue": { + "fineChannelAliases": ["Hue fine"], + "defaultValue": 0, + "capability": { + "type": "Generic", + "comment": "0…360°" + } + }, + "Saturation": { + "fineChannelAliases": ["Saturation fine"], + "defaultValue": 0, + "capability": { + "type": "Generic", + "comment": "0…100%" + } + }, + "Fan Control": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 9], + "type": "NoFunction", + "comment": "Use Fan Mode of Fixture Menu" + }, + { + "dmxRange": [10, 57], + "type": "Maintenance", + "comment": "Quiet, Fan speed fixed" + }, + { + "dmxRange": [58, 105], + "type": "Maintenance", + "comment": "Variable, Fan speed variable" + }, + { + "dmxRange": [106, 153], + "type": "Maintenance", + "comment": "High Temp, Fan speed fixed" + }, + { + "dmxRange": [154, 201], + "type": "NoFunction" + }, + { + "dmxRange": [202, 249], + "type": "Maintenance", + "comment": "Fan At Full Speed" + }, + { + "dmxRange": [250, 250], + "type": "NoFunction", + "helpWanted": "Is this capability really here? Or is it just a typo in the manual?" + }, + { + "dmxRange": [251, 255], + "type": "Maintenance", + "comment": "Fan off" + } + ] + }, + "Presets": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 11], + "type": "NoFunction" + }, + { + "dmxRange": [12, 23], + "type": "ColorPreset", + "comment": "Preset 01 - User Defined" + }, + { + "dmxRange": [24, 35], + "type": "ColorPreset", + "comment": "Preset 02 - User Defined" + }, + { + "dmxRange": [36, 47], + "type": "ColorPreset", + "comment": "Preset 03 - User Defined" + }, + { + "dmxRange": [48, 59], + "type": "ColorPreset", + "comment": "Preset 04 - User Defined" + }, + { + "dmxRange": [60, 71], + "type": "ColorPreset", + "comment": "Preset 05 - User Defined" + }, + { + "dmxRange": [72, 83], + "type": "ColorPreset", + "comment": "Preset 06 - User Defined" + }, + { + "dmxRange": [84, 95], + "type": "ColorPreset", + "comment": "Preset 07 - User Defined" + }, + { + "dmxRange": [96, 107], + "type": "ColorPreset", + "comment": "Preset 08 - User Defined" + }, + { + "dmxRange": [108, 119], + "type": "ColorPreset", + "comment": "Preset 09 - User Defined" + }, + { + "dmxRange": [120, 131], + "type": "ColorPreset", + "comment": "Preset 10 - User Defined" + }, + { + "dmxRange": [132, 143], + "type": "ColorPreset", + "colorTemperature": "2900K", + "comment": "Preset 01" + }, + { + "dmxRange": [144, 155], + "type": "ColorPreset", + "colorTemperature": "3200K", + "comment": "Preset 02" + }, + { + "dmxRange": [156, 167], + "type": "ColorPreset", + "colorTemperature": "5600K", + "comment": "Preset 03" + }, + { + "dmxRange": [168, 179], + "type": "ColorPreset", + "colorTemperature": "6500K", + "comment": "Preset 04" + }, + { + "dmxRange": [180, 191], + "type": "ColorPreset", + "comment": "Preset 05 - 120° Hue, 100% Saturation" + }, + { + "dmxRange": [192, 203], + "type": "ColorPreset", + "comment": "Preset 06 - 240° Hue, 100% Saturation" + }, + { + "dmxRange": [204, 215], + "type": "ColorPreset", + "comment": "Preset 07 - Rosco 3408", + "colorTemperature": "5600K" + }, + { + "dmxRange": [216, 227], + "type": "ColorPreset", + "comment": "Preset 08 - Lee 187", + "colorTemperature": "3200K" + }, + { + "dmxRange": [228, 239], + "type": "ColorPreset", + "comment": "Preset 09 - Rosco 3152", + "colorTemperature": "3200K" + }, + { + "dmxRange": [240, 255], + "type": "ColorPreset", + "comment": "Preset 10 - Lee 162", + "colorTemperature": "3200K" + } + ] + }, + "Strobe": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 19], + "type": "NoFunction" + }, + { + "dmxRange": [20, 255], + "type": "ShutterStrobe", + "shutterEffect": "Strobe", + "speedStart": "1Hz", + "speedEnd": "25Hz" + } + ] + }, + "Gel Color Matching": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 84], + "type": "Maintenance", + "comment": "Best Color" + }, + { + "dmxRange": [85, 170], + "type": "Maintenance", + "comment": "Brightest" + }, + { + "dmxRange": [171, 255], + "type": "Maintenance", + "comment": "No Color Gel" + } + ] + }, + "Gel Brand": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 127], + "type": "Maintenance", + "comment": "Rosco", + "switchChannels": { + "Gel Category": "Gel Category Rosco", + "Gel": "Gel Rosco" + } + }, + { + "dmxRange": [128, 255], + "type": "Maintenance", + "comment": "LEE", + "switchChannels": { + "Gel Category": "Gel Category LEE", + "Gel": "Gel LEE" + } + } + ] + }, + "Gel Category Rosco": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 50], + "type": "Maintenance", + "comment": "Color Correction", + "switchChannels": { + "Gel Rosco": "Gel Rosco Color Correction" + } + }, + { + "dmxRange": [51, 101], + "type": "Maintenance", + "comment": "CalColor", + "switchChannels": { + "Gel Rosco": "Gel Rosco CalColor" + } + }, + { + "dmxRange": [102, 152], + "type": "Maintenance", + "comment": "Storaro Selection", + "switchChannels": { + "Gel Rosco": "Gel Rosco Storaro Selection" + } + }, + { + "dmxRange": [153, 255], + "type": "Maintenance", + "comment": "Roscolux", + "switchChannels": { + "Gel Rosco": "Gel Roscolux" + } + } + ] + }, + "Gel Category LEE": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 50], + "type": "Maintenance", + "comment": "Color Correction", + "switchChannels": { + "Gel LEE": "Gel LEE Color Correction" + } + }, + { + "dmxRange": [51, 101], + "type": "Maintenance", + "comment": "Color Filters", + "switchChannels": { + "Gel LEE": "Gel LEE Color Filters" + } + }, + { + "dmxRange": [102, 152], + "type": "Maintenance", + "comment": "600 Series", + "switchChannels": { + "Gel LEE": "Gel LEE 600 Series" + } + }, + { + "dmxRange": [153, 203], + "type": "Maintenance", + "comment": "Cosmetic Filters", + "switchChannels": { + "Gel LEE": "Gel LEE Cosmetic Series" + } + }, + { + "dmxRange": [204, 255], + "type": "Maintenance", + "comment": "700 Series", + "switchChannels": { + "Gel LEE": "Gel LEE 700 Series" + } + } + ] + }, + "Gel Rosco Color Correction": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 0], + "type": "ColorPreset", + "comment": "Full CTB (3202)", + "colors": ["#6a81ff"] + }, + { + "dmxRange": [1, 1], + "type": "ColorPreset", + "comment": "3/4 CTB (3203)", + "colors": ["#839cff"] + }, + { + "dmxRange": [2, 2], + "type": "ColorPreset", + "comment": "1/2 CTB (3204)", + "colors": ["#a3b7ff"] + }, + { + "dmxRange": [3, 3], + "type": "ColorPreset", + "comment": "1/3 CTB (3206)", + "colors": ["#b5c4ff"] + }, + { + "dmxRange": [4, 4], + "type": "ColorPreset", + "comment": "1/4 CTB (3208)", + "colors": ["#cdd6ff"] + }, + { + "dmxRange": [5, 5], + "type": "ColorPreset", + "comment": "1/8 CTB (3216)", + "colors": ["#ebf0ff"] + }, + { + "dmxRange": [6, 6], + "type": "ColorPreset", + "comment": "Double CTB (3220)", + "colors": ["#2c35ff"] + }, + { + "dmxRange": [7, 7], + "type": "ColorPreset", + "comment": "Full CTO (3407)", + "colors": ["#ffad49"] + }, + { + "dmxRange": [8, 8], + "type": "ColorPreset", + "comment": "3/4 CTO (3411)", + "colors": ["#ffb85b"] + }, + { + "dmxRange": [9, 9], + "type": "ColorPreset", + "comment": "1/2 CTO (3408)", + "colors": ["#ffd585"] + }, + { + "dmxRange": [10, 10], + "type": "ColorPreset", + "comment": "1/4 CTO (3409)", + "colors": ["#ffebbf"] + }, + { + "dmxRange": [11, 11], + "type": "ColorPreset", + "comment": "1/8 CTO (3410)", + "colors": ["#fff5d8"] + }, + { + "dmxRange": [12, 12], + "type": "ColorPreset", + "comment": "Double CTO (3420)", + "colors": ["#ff7a21"] + }, + { + "dmxRange": [13, 13], + "type": "ColorPreset", + "comment": "Full CTS (3441)", + "colors": ["#ffbb4d"] + }, + { + "dmxRange": [14, 14], + "type": "ColorPreset", + "comment": "1/2 CTS (3442)", + "colors": ["#ffdf88"] + }, + { + "dmxRange": [15, 15], + "type": "ColorPreset", + "comment": "1/4 CTS (3443)", + "colors": ["#fff3c1"] + }, + { + "dmxRange": [16, 16], + "type": "ColorPreset", + "comment": "1/8 CTS (3444)", + "colors": ["#fff8da"] + }, + { + "dmxRange": [17, 17], + "type": "ColorPreset", + "comment": "Full Plusgreen (3304)", + "colors": ["#d0ff95"] + }, + { + "dmxRange": [18, 18], + "type": "ColorPreset", + "comment": "1/2 Plusgreen (3315)", + "colors": ["#e4ffc3"] + }, + { + "dmxRange": [19, 19], + "type": "ColorPreset", + "comment": "1/4 Plusgreen (3316)", + "colors": ["#f4ffdc"] + }, + { + "dmxRange": [20, 20], + "type": "ColorPreset", + "comment": "1/8 Plusgreen (3317)", + "colors": ["#fbffe4"] + }, + { + "dmxRange": [21, 21], + "type": "ColorPreset", + "comment": "Full Minusgreen (3308)", + "colors": ["#ffbbf4"] + }, + { + "dmxRange": [22, 22], + "type": "ColorPreset", + "comment": "3/4 Minusgreen (3309)", + "colors": ["#ffcaee"] + }, + { + "dmxRange": [23, 23], + "type": "ColorPreset", + "comment": "1/2 Minusgreen (3313)", + "colors": ["#ffd5f6"] + }, + { + "dmxRange": [24, 24], + "type": "ColorPreset", + "comment": "1/4 Minusgreen (3314)", + "colors": ["#ffe9f8"] + }, + { + "dmxRange": [25, 25], + "type": "ColorPreset", + "comment": "1/8 Minusgreen (3318)", + "colors": ["#fff2ef"] + }, + { + "dmxRange": [26, 26], + "type": "ColorPreset", + "comment": "Fluorofilter (3310)", + "colors": ["#ff8840"] + }, + { + "dmxRange": [27, 27], + "type": "ColorPreset", + "comment": "Industrial Vapor (3150)", + "colors": ["#fffc63"] + }, + { + "dmxRange": [28, 28], + "type": "ColorPreset", + "comment": "Urban Vapor (3152)", + "colors": ["#ff901b"] + }, + { + "dmxRange": [29, 29], + "type": "ColorPreset", + "comment": "Tough Y-1 (3107)", + "colors": ["#ffffbe"] + }, + { + "dmxRange": [30, 30], + "type": "ColorPreset", + "comment": "Tough MT 54 (3134)", + "colors": ["#ffedab"] + }, + { + "dmxRange": [31, 31], + "type": "ColorPreset", + "comment": "Tough MTY (3106)", + "colors": ["#ffa940"] + }, + { + "dmxRange": [32, 32], + "type": "ColorPreset", + "comment": "Tough MT2 (3102)", + "colors": ["#ffc250"] + }, + { + "dmxRange": [33, 255], + "type": "NoFunction", + "comment": "Reserved" + } + ] + }, + "Gel Rosco CalColor": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 0], + "type": "ColorPreset", + "comment": "15 Blue (4215)", + "colors": ["#b6bbff"] + }, + { + "dmxRange": [1, 1], + "type": "ColorPreset", + "comment": "30 Blue (4230)", + "colors": ["#838bff"] + }, + { + "dmxRange": [2, 2], + "type": "ColorPreset", + "comment": "60 Blue (4260)", + "colors": ["#504eff"] + }, + { + "dmxRange": [3, 3], + "type": "ColorPreset", + "comment": "90 Blue (4290)", + "colors": ["#2c20ff"] + }, + { + "dmxRange": [4, 4], + "type": "ColorPreset", + "comment": "7 Cyan (4307)", + "colors": ["#ffdf6d"] + }, + { + "dmxRange": [5, 5], + "type": "ColorPreset", + "comment": "15 Cyan (4315)", + "colors": ["#d5f9ff"] + }, + { + "dmxRange": [6, 6], + "type": "ColorPreset", + "comment": "30 Cyan (4330)", + "colors": ["#aae7ff"] + }, + { + "dmxRange": [7, 7], + "type": "ColorPreset", + "comment": "60 Cyan (4360)", + "colors": ["#75d8ff"] + }, + { + "dmxRange": [8, 8], + "type": "ColorPreset", + "comment": "90 Cyan (4390)", + "colors": ["#4ec3ff"] + }, + { + "dmxRange": [9, 9], + "type": "ColorPreset", + "comment": "15 Green (4415)", + "colors": ["#d8ffb9"] + }, + { + "dmxRange": [10, 10], + "type": "ColorPreset", + "comment": "30 Green (4430)", + "colors": ["#b3ff87"] + }, + { + "dmxRange": [11, 11], + "type": "ColorPreset", + "comment": "60 Green (4460)", + "colors": ["#86ff56"] + }, + { + "dmxRange": [12, 12], + "type": "ColorPreset", + "comment": "90 Green (4490)", + "colors": ["#62ff3b"] + }, + { + "dmxRange": [13, 13], + "type": "ColorPreset", + "comment": "15 Yellow (4515)", + "colors": ["#fbffb3"] + }, + { + "dmxRange": [14, 14], + "type": "ColorPreset", + "comment": "30 Yellow (4530)", + "colors": ["#f7ff85"] + }, + { + "dmxRange": [15, 15], + "type": "ColorPreset", + "comment": "60 Yellow (4560)", + "colors": ["#f6ff4c"] + }, + { + "dmxRange": [16, 16], + "type": "ColorPreset", + "comment": "90 Yellow (4590)", + "colors": ["#fbff31"] + }, + { + "dmxRange": [17, 17], + "type": "ColorPreset", + "comment": "15 Red (4615)", + "colors": ["#ffd5c2"] + }, + { + "dmxRange": [18, 18], + "type": "ColorPreset", + "comment": "30 Red (4630)", + "colors": ["#ffb08d"] + }, + { + "dmxRange": [19, 19], + "type": "ColorPreset", + "comment": "60 Red (4660)", + "colors": ["#ff7f4d"] + }, + { + "dmxRange": [20, 20], + "type": "ColorPreset", + "comment": "90 Red (4690)", + "colors": ["#ff5725"] + }, + { + "dmxRange": [21, 21], + "type": "ColorPreset", + "comment": "15 Magenta (4715)", + "colors": ["#fbceff"] + }, + { + "dmxRange": [22, 22], + "type": "ColorPreset", + "comment": "30 Magenta (4730)", + "colors": ["#f5a0ff"] + }, + { + "dmxRange": [23, 23], + "type": "ColorPreset", + "comment": "60 Magenta (4760)", + "colors": ["#ea5eff"] + }, + { + "dmxRange": [24, 24], + "type": "ColorPreset", + "comment": "90 Magenta (4790)", + "colors": ["#eb49ff"] + }, + { + "dmxRange": [25, 25], + "type": "ColorPreset", + "comment": "15 Pink (4815)", + "colors": ["#ffd0df"] + }, + { + "dmxRange": [26, 26], + "type": "ColorPreset", + "comment": "30 Pink (4830)", + "colors": ["#ffa6be"] + }, + { + "dmxRange": [27, 27], + "type": "ColorPreset", + "comment": "60 Pink (4860)", + "colors": ["#ff7c94"] + }, + { + "dmxRange": [28, 28], + "type": "ColorPreset", + "comment": "90 Pink (4890)", + "colors": ["#ff5660"] + }, + { + "dmxRange": [29, 29], + "type": "ColorPreset", + "comment": "15 Lavender (4915)", + "colors": ["#d0bbff"] + }, + { + "dmxRange": [30, 30], + "type": "ColorPreset", + "comment": "30 Lavender (4930)", + "colors": ["#b893ff"] + }, + { + "dmxRange": [31, 31], + "type": "ColorPreset", + "comment": "60 Lavender (4960)", + "colors": ["#8a53ff"] + }, + { + "dmxRange": [32, 32], + "type": "ColorPreset", + "comment": "90 Lavender (4990)", + "colors": ["#632eff"] + }, + { + "dmxRange": [33, 255], + "type": "NoFunction", + "comment": "Reserved" + } + ] + }, + "Gel Rosco Storaro Selection": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 0], + "type": "ColorPreset", + "comment": "VS Red (2001)", + "colors": ["#ff2307"] + }, + { + "dmxRange": [1, 1], + "type": "ColorPreset", + "comment": "VS Orange (2002)", + "colors": ["#ff7a21"] + }, + { + "dmxRange": [2, 2], + "type": "ColorPreset", + "comment": "VS Yellow (2003)", + "colors": ["#ffcc14"] + }, + { + "dmxRange": [3, 3], + "type": "ColorPreset", + "comment": "VS Green (2004)", + "colors": ["#25ff55"] + }, + { + "dmxRange": [4, 4], + "type": "ColorPreset", + "comment": "VS Cyan (2005)", + "colors": ["#2ca5ff"] + }, + { + "dmxRange": [5, 5], + "type": "ColorPreset", + "comment": "VS Azure (2006)", + "colors": ["#141fff"] + }, + { + "dmxRange": [6, 6], + "type": "ColorPreset", + "comment": "VS Blue (2007)", + "colors": ["#2c35ff"] + }, + { + "dmxRange": [7, 7], + "type": "ColorPreset", + "comment": "VS Indigo (2008)", + "colors": ["#2612ff"] + }, + { + "dmxRange": [8, 8], + "type": "ColorPreset", + "comment": "VS Violet (2009)", + "colors": ["#741fff"] + }, + { + "dmxRange": [9, 9], + "type": "ColorPreset", + "comment": "VS Magenta (2010)", + "colors": ["#eb49ff"] + }, + { + "dmxRange": [10, 255], + "type": "NoFunction", + "comment": "Reserved" + } + ] + }, + "Gel Roscolux": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 0], + "type": "ColorPreset", + "comment": "Light Bastard Amber (1)", + "colors": ["#ffdba5"] + }, + { + "dmxRange": [1, 1], + "type": "ColorPreset", + "comment": "Bastard Amber (2)", + "colors": ["#ffdba5"] + }, + { + "dmxRange": [2, 2], + "type": "ColorPreset", + "comment": "Pale Bastard Amber (302)", + "colors": ["#fff0d6"] + }, + { + "dmxRange": [3, 3], + "type": "ColorPreset", + "comment": "Dark Bastard Amber (3)", + "colors": ["#fff0d6"] + }, + { + "dmxRange": [4, 4], + "type": "ColorPreset", + "comment": "Warm Peach (303)", + "colors": ["#fff0d6"] + }, + { + "dmxRange": [5, 5], + "type": "ColorPreset", + "comment": "Medium Bastard Amber (4)", + "colors": ["#fff0d6"] + }, + { + "dmxRange": [6, 6], + "type": "ColorPreset", + "comment": "Pale Apricot (304)", + "colors": ["#ffd1ad"] + }, + { + "dmxRange": [7, 7], + "type": "ColorPreset", + "comment": "Rose Tint (5)", + "colors": ["#ffd1ad"] + }, + { + "dmxRange": [8, 8], + "type": "ColorPreset", + "comment": "Rose Gold (305)", + "colors": ["#ffd1ad"] + }, + { + "dmxRange": [9, 9], + "type": "ColorPreset", + "comment": "No Color Straw (6)", + "colors": ["#feffcd"] + }, + { + "dmxRange": [10, 10], + "type": "ColorPreset", + "comment": "Pale Yellow (7)", + "colors": ["#ffeead"] + }, + { + "dmxRange": [11, 11], + "type": "ColorPreset", + "comment": "Pale Gold (8)", + "colors": ["#ffeead"] + }, + { + "dmxRange": [12, 12], + "type": "ColorPreset", + "comment": "Pale Amber Gold (9)", + "colors": ["#ffeead"] + }, + { + "dmxRange": [13, 13], + "type": "ColorPreset", + "comment": "Medium Yellow (10)", + "colors": ["#f8ff22"] + }, + { + "dmxRange": [14, 14], + "type": "ColorPreset", + "comment": "Daffodil (310)", + "colors": ["#faff59"] + }, + { + "dmxRange": [15, 15], + "type": "ColorPreset", + "comment": "Light Straw (11)", + "colors": ["#feff2c"] + }, + { + "dmxRange": [16, 16], + "type": "ColorPreset", + "comment": "Straw (12)", + "colors": ["#feff2c"] + }, + { + "dmxRange": [17, 17], + "type": "ColorPreset", + "comment": "Canary (312)", + "colors": ["#feff2c"] + }, + { + "dmxRange": [18, 18], + "type": "ColorPreset", + "comment": "Straw Tint (13)", + "colors": ["#ffdc68"] + }, + { + "dmxRange": [19, 19], + "type": "ColorPreset", + "comment": "Light Relief Yellow (313)", + "colors": ["#ffdc68"] + }, + { + "dmxRange": [20, 20], + "type": "ColorPreset", + "comment": "Medium Straw (14)", + "colors": ["#ffdc68"] + }, + { + "dmxRange": [21, 21], + "type": "ColorPreset", + "comment": "Deep Straw (15)", + "colors": ["#ffdc68"] + }, + { + "dmxRange": [22, 22], + "type": "ColorPreset", + "comment": "Light Amber (16)", + "colors": ["#ffc24e"] + }, + { + "dmxRange": [23, 23], + "type": "ColorPreset", + "comment": "Gallo Gold (316)", + "colors": ["#ffb95a"] + }, + { + "dmxRange": [24, 24], + "type": "ColorPreset", + "comment": "Light Flame (17)", + "colors": ["#ffa54e"] + }, + { + "dmxRange": [25, 25], + "type": "ColorPreset", + "comment": "Apricot (317)", + "colors": ["#ffa54e"] + }, + { + "dmxRange": [26, 26], + "type": "ColorPreset", + "comment": "Flame (18)", + "colors": ["#ffac45"] + }, + { + "dmxRange": [27, 27], + "type": "ColorPreset", + "comment": "Mayan Sun (318)", + "colors": ["#ff8441"] + }, + { + "dmxRange": [28, 28], + "type": "ColorPreset", + "comment": "Fire (19)", + "colors": ["#ff3404"] + }, + { + "dmxRange": [29, 29], + "type": "ColorPreset", + "comment": "Medium Amber (20)", + "colors": ["#ffa313"] + }, + { + "dmxRange": [30, 30], + "type": "ColorPreset", + "comment": "Golden Amber (21)", + "colors": ["#ff8109"] + }, + { + "dmxRange": [31, 31], + "type": "ColorPreset", + "comment": "Soft Golden Amber (321)", + "colors": ["#ff9633"] + }, + { + "dmxRange": [32, 32], + "type": "ColorPreset", + "comment": "Deep Amber (22)", + "colors": ["#ff4c01"] + }, + { + "dmxRange": [33, 33], + "type": "ColorPreset", + "comment": "Orange (23)", + "colors": ["#ff640b"] + }, + { + "dmxRange": [34, 34], + "type": "ColorPreset", + "comment": "Henna Sky (325)", + "colors": ["#ff4a0d"] + }, + { + "dmxRange": [35, 35], + "type": "ColorPreset", + "comment": "Scarlet (24)", + "colors": ["#ff3f22"] + }, + { + "dmxRange": [36, 36], + "type": "ColorPreset", + "comment": "Gypsy Red (324)", + "colors": ["#ff3f22"] + }, + + { + "dmxRange": [37, 37], + "type": "ColorPreset", + "comment": "Orange Red (25)", + "colors": ["#ff5615"] + }, + { + "dmxRange": [38, 38], + "type": "ColorPreset", + "comment": "Light Red (26)", + "colors": ["#ff2307"] + }, + { + "dmxRange": [39, 39], + "type": "ColorPreset", + "comment": "Medium Red (27)", + "colors": ["#ff2307"] + }, + { + "dmxRange": [40, 40], + "type": "ColorPreset", + "comment": "Light Salmon Pink (30)", + "colors": ["#a17dff"] + }, + { + "dmxRange": [41, 41], + "type": "ColorPreset", + "comment": "Salmon Pink (31)", + "colors": ["#a17dff"] + }, + { + "dmxRange": [42, 42], + "type": "ColorPreset", + "comment": "Shell Pink (331)", + "colors": ["#a17dff"] + }, + { + "dmxRange": [43, 43], + "type": "ColorPreset", + "comment": "Medium Salmon Pink (32)", + "colors": ["#a17dff"] + }, + { + "dmxRange": [44, 44], + "type": "ColorPreset", + "comment": "Cherry Rose (332)", + "colors": ["#a17dff"] + }, + { + "dmxRange": [45, 45], + "type": "ColorPreset", + "comment": "No Color Pink (33)", + "colors": ["#ffc8e2"] + }, + { + "dmxRange": [46, 46], + "type": "ColorPreset", + "comment": "Blush Pink (333)", + "colors": ["#ffd5f6"] + }, + { + "dmxRange": [47, 47], + "type": "ColorPreset", + "comment": "Flesh Pink (34)", + "colors": ["#ff939f"] + }, + { + "dmxRange": [48, 48], + "type": "ColorPreset", + "comment": "Light Pink (35)", + "colors": ["#756cff"] + }, + { + "dmxRange": [49, 49], + "type": "ColorPreset", + "comment": "Medium Pink (36)", + "colors": ["#875aff"] + }, + { + "dmxRange": [50, 50], + "type": "ColorPreset", + "comment": "Billinton Pink (336)", + "colors": ["#875aff"] + }, + { + "dmxRange": [51, 51], + "type": "ColorPreset", + "comment": "Pale Rose Pink (37)", + "colors": ["#ffbbf5"] + }, + { + "dmxRange": [52, 52], + "type": "ColorPreset", + "comment": "True Pink (337)", + "colors": ["#ffbbf5"] + }, + { + "dmxRange": [53, 53], + "type": "ColorPreset", + "comment": "Light Rose (38)", + "colors": ["#a979ff"] + }, + { + "dmxRange": [54, 54], + "type": "ColorPreset", + "comment": "Skelton Exotic Sangria (39)", + "colors": ["#a979ff"] + }, + { + "dmxRange": [55, 55], + "type": "ColorPreset", + "comment": "Broadway Pink (339)", + "colors": ["#a979ff"] + }, + { + "dmxRange": [56, 56], + "type": "ColorPreset", + "comment": "Light Salmon (40)", + "colors": ["#a17dff"] + }, + { + "dmxRange": [57, 57], + "type": "ColorPreset", + "comment": "Salmon (41)", + "colors": ["#ff471c"] + }, + { + "dmxRange": [58, 58], + "type": "ColorPreset", + "comment": "Deep Salmon (42)", + "colors": ["#ff2b25"] + }, + { + "dmxRange": [59, 59], + "type": "ColorPreset", + "comment": "Rose Pink (342)", + "colors": ["#ff5bfd"] + }, + { + "dmxRange": [60, 60], + "type": "ColorPreset", + "comment": "Deep Pink (43)", + "colors": ["#ff5bfd"] + }, + { + "dmxRange": [61, 61], + "type": "ColorPreset", + "comment": "Neon Pink (343)", + "colors": ["#ff5bfd"] + }, + { + "dmxRange": [62, 62], + "type": "ColorPreset", + "comment": "Middle Rose (44)", + "colors": ["#ff5bd3"] + }, + { + "dmxRange": [63, 63], + "type": "ColorPreset", + "comment": "Follies Pink (344)", + "colors": ["#ff5bd3"] + }, + { + "dmxRange": [64, 64], + "type": "ColorPreset", + "comment": "Rose (45)", + "colors": ["#ff5bd3"] + }, + { + "dmxRange": [65, 65], + "type": "ColorPreset", + "comment": "Magenta (46)", + "colors": ["#ff21b0"] + }, + { + "dmxRange": [66, 66], + "type": "ColorPreset", + "comment": "Tropical Magenta (346)", + "colors": ["#ff21b0"] + }, + { + "dmxRange": [67, 67], + "type": "ColorPreset", + "comment": "Light Rose Purple (47)", + "colors": ["#954fff"] + }, + { + "dmxRange": [68, 68], + "type": "ColorPreset", + "comment": "Belladonna Rose (347)", + "colors": ["#954fff"] + }, + { + "dmxRange": [69, 69], + "type": "ColorPreset", + "comment": "Rose Purple (48)", + "colors": ["#461dff"] + }, + { + "dmxRange": [70, 70], + "type": "ColorPreset", + "comment": "Purple Jazz (348)", + "colors": ["#461dff"] + }, + { + "dmxRange": [71, 71], + "type": "ColorPreset", + "comment": "Medium Purple (49)", + "colors": ["#461dff"] + }, + { + "dmxRange": [72, 72], + "type": "ColorPreset", + "comment": "Fisher Fuchsia (349)", + "colors": ["#461dff"] + }, + { + "dmxRange": [73, 73], + "type": "ColorPreset", + "comment": "Mauve (50)", + "colors": ["#461dff"] + }, + { + "dmxRange": [74, 74], + "type": "ColorPreset", + "comment": "Surprise Pink (51)", + "colors": ["#cbb5ff"] + }, + { + "dmxRange": [75, 75], + "type": "ColorPreset", + "comment": "Lavender Mist (351)", + "colors": ["#4b4eff"] + }, + { + "dmxRange": [76, 76], + "type": "ColorPreset", + "comment": "Light Lavender (52)", + "colors": ["#3c3aff"] + }, + { + "dmxRange": [77, 77], + "type": "ColorPreset", + "comment": "Pale Lavender (53)", + "colors": ["#5065ff"] + }, + { + "dmxRange": [78, 78], + "type": "ColorPreset", + "comment": "Lilly Lavender (353)", + "colors": ["#5065ff"] + }, + { + "dmxRange": [79, 79], + "type": "ColorPreset", + "comment": "Special Lavender (54)", + "colors": ["#2e32ff"] + }, + { + "dmxRange": [80, 80], + "type": "ColorPreset", + "comment": "Lilac (55)", + "colors": ["#5762ff"] + }, + { + "dmxRange": [81, 81], + "type": "ColorPreset", + "comment": "Pale Violet (355)", + "colors": ["#2324ff"] + }, + { + "dmxRange": [82, 82], + "type": "ColorPreset", + "comment": "Gypsy Lavender (56)", + "colors": ["#2e32ff"] + }, + { + "dmxRange": [83, 83], + "type": "ColorPreset", + "comment": "Medium Lavender (356)", + "colors": ["#2e32ff"] + }, + { + "dmxRange": [84, 84], + "type": "ColorPreset", + "comment": "Lavender (57)", + "colors": ["#2010ff"] + }, + { + "dmxRange": [85, 85], + "type": "ColorPreset", + "comment": "Royal Lavender (357)", + "colors": ["#2010ff"] + }, + { + "dmxRange": [86, 86], + "type": "ColorPreset", + "comment": "Deep Lavender (58)", + "colors": ["#2010ff"] + }, + { + "dmxRange": [87, 87], + "type": "ColorPreset", + "comment": "Rose Indigo (358)", + "colors": ["#2010ff"] + }, + { + "dmxRange": [88, 88], + "type": "ColorPreset", + "comment": "Indigo (59)", + "colors": ["#2010ff"] + }, + { + "dmxRange": [89, 89], + "type": "ColorPreset", + "comment": "Medium Violet (359)", + "colors": ["#741fff"] + }, + { + "dmxRange": [90, 90], + "type": "ColorPreset", + "comment": "No Color Blue (60)", + "colors": ["#99b0ff"] + }, + { + "dmxRange": [91, 91], + "type": "ColorPreset", + "comment": "Clearwater (360)", + "colors": ["#a3b7ff"] + }, + { + "dmxRange": [92, 92], + "type": "ColorPreset", + "comment": "Mist Blue (61)", + "colors": ["#4664ff"] + }, + { + "dmxRange": [93, 93], + "type": "ColorPreset", + "comment": "Hemsley Blue (361)", + "colors": ["#4664ff"] + }, + { + "dmxRange": [94, 94], + "type": "ColorPreset", + "comment": "Booster Blue (62)", + "colors": ["#7da3ff"] + }, + { + "dmxRange": [95, 95], + "type": "ColorPreset", + "comment": "Tipton Blue (362)", + "colors": ["#728bff"] + }, + { + "dmxRange": [96, 96], + "type": "ColorPreset", + "comment": "Pale Blue (63)", + "colors": ["#3c59ff"] + }, + { + "dmxRange": [97, 97], + "type": "ColorPreset", + "comment": "Aquamarine (363)", + "colors": ["#3c59ff"] + }, + { + "dmxRange": [98, 98], + "type": "ColorPreset", + "comment": "Light Steel Bell (64)", + "colors": ["#566fff"] + }, + { + "dmxRange": [99, 99], + "type": "ColorPreset", + "comment": "Blue Bell (364)", + "colors": ["#566fff"] + }, + { + "dmxRange": [100, 100], + "type": "ColorPreset", + "comment": "Daylight Blue (65)", + "colors": ["#3767ff"] + }, + { + "dmxRange": [101, 101], + "type": "ColorPreset", + "comment": "Tharon Delft Blue (365)", + "colors": ["#6a81ff"] + }, + { + "dmxRange": [102, 102], + "type": "ColorPreset", + "comment": "Cool Blue (66)", + "colors": ["#6a81ff"] + }, + { + "dmxRange": [103, 103], + "type": "ColorPreset", + "comment": "Jordan Blue (366)", + "colors": ["#6a81ff"] + }, + { + "dmxRange": [104, 104], + "type": "ColorPreset", + "comment": "Light Sky Blue (67)", + "colors": ["#6a81ff"] + }, + { + "dmxRange": [105, 105], + "type": "ColorPreset", + "comment": "Slate Blue (367)", + "colors": ["#6a81ff"] + }, + { + "dmxRange": [106, 106], + "type": "ColorPreset", + "comment": "Parry Sky Blue (68)", + "colors": ["#121aff"] + }, + { + "dmxRange": [107, 107], + "type": "ColorPreset", + "comment": "Winkler Blue (368)", + "colors": ["#121aff"] + }, + { + "dmxRange": [108, 108], + "type": "ColorPreset", + "comment": "Brilliant Blue (69)", + "colors": ["#121aff"] + }, + { + "dmxRange": [109, 109], + "type": "ColorPreset", + "comment": "Tahitian Blue (369)", + "colors": ["#121aff"] + }, + { + "dmxRange": [110, 110], + "type": "ColorPreset", + "comment": "Nile Blue (70)", + "colors": ["#121aff"] + }, + { + "dmxRange": [111, 111], + "type": "ColorPreset", + "comment": "Italian Blue (370)", + "colors": ["#121aff"] + }, + { + "dmxRange": [112, 112], + "type": "ColorPreset", + "comment": "Sea Blue (71)", + "colors": ["#121aff"] + }, + { + "dmxRange": [113, 113], + "type": "ColorPreset", + "comment": "Azure Blue (72)", + "colors": ["#141fff"] + }, + { + "dmxRange": [114, 114], + "type": "ColorPreset", + "comment": "Peacock Blue (73)", + "colors": ["#175fff"] + }, + { + "dmxRange": [115, 115], + "type": "ColorPreset", + "comment": "Night Blue (74)", + "colors": ["#175fff"] + }, + { + "dmxRange": [116, 116], + "type": "ColorPreset", + "comment": "Sea Green (374)", + "colors": ["#175fff"] + }, + { + "dmxRange": [117, 117], + "type": "ColorPreset", + "comment": "Twilight Blue (75)", + "colors": ["#1416ff"] + }, + { + "dmxRange": [118, 118], + "type": "ColorPreset", + "comment": "Cerulean Blue (375)", + "colors": ["#207aff"] + }, + { + "dmxRange": [119, 119], + "type": "ColorPreset", + "comment": "Light Green Blue (76)", + "colors": ["#1435ff"] + }, + { + "dmxRange": [120, 120], + "type": "ColorPreset", + "comment": "Bermuda Blue (376)", + "colors": ["#3170ff"] + }, + { + "dmxRange": [121, 121], + "type": "ColorPreset", + "comment": "Green Blue (77)", + "colors": ["#1435ff"] + }, + { + "dmxRange": [122, 122], + "type": "ColorPreset", + "comment": "Iris Purple (377)", + "colors": ["#1435ff"] + }, + { + "dmxRange": [123, 123], + "type": "ColorPreset", + "comment": "Trudy Blue (78)", + "colors": ["#3e3cff"] + }, + { + "dmxRange": [124, 124], + "type": "ColorPreset", + "comment": "Alice Blue (378)", + "colors": ["#3e3cff"] + }, + { + "dmxRange": [125, 125], + "type": "ColorPreset", + "comment": "Bright Blue (79)", + "colors": ["#110eff"] + }, + { + "dmxRange": [126, 126], + "type": "ColorPreset", + "comment": "Primary Blue (80)", + "colors": ["#141fff"] + }, + { + "dmxRange": [127, 127], + "type": "ColorPreset", + "comment": "Urban Blue (81)", + "colors": ["#141fff"] + }, + { + "dmxRange": [128, 128], + "type": "ColorPreset", + "comment": "Baldassari Blue (381)", + "colors": ["#1f18ff"] + }, + { + "dmxRange": [129, 129], + "type": "ColorPreset", + "comment": "Surprise Blue (82)", + "colors": ["#1f18ff"] + }, + { + "dmxRange": [130, 130], + "type": "ColorPreset", + "comment": "Congo Blue (382)", + "colors": ["#1f18ff"] + }, + { + "dmxRange": [131, 131], + "type": "ColorPreset", + "comment": "Medium Blue (83)", + "colors": ["#130fff"] + }, + { + "dmxRange": [132, 132], + "type": "ColorPreset", + "comment": "Sapphire Blue (383)", + "colors": ["#130fff"] + }, + { + "dmxRange": [133, 133], + "type": "ColorPreset", + "comment": "Zephyr Blue (84)", + "colors": ["#130fff"] + }, + { + "dmxRange": [134, 134], + "type": "ColorPreset", + "comment": "Midnight Blue (384)", + "colors": ["#130fff"] + }, + { + "dmxRange": [135, 135], + "type": "ColorPreset", + "comment": "Deep Blue (85)", + "colors": ["#1107ff"] + }, + { + "dmxRange": [136, 136], + "type": "ColorPreset", + "comment": "Royal Blue (385)", + "colors": ["#1107ff"] + }, + { + "dmxRange": [137, 137], + "type": "ColorPreset", + "comment": "Pea Green (86)", + "colors": ["#1107ff"] + }, + { + "dmxRange": [138, 138], + "type": "ColorPreset", + "comment": "Leaf Green (386)", + "colors": ["#1107ff"] + }, + { + "dmxRange": [139, 139], + "type": "ColorPreset", + "comment": "Pale Yellow Green (87)", + "colors": ["#e4ffc2"] + }, + { + "dmxRange": [140, 140], + "type": "ColorPreset", + "comment": "Light Green (88)", + "colors": ["#d0ff96"] + }, + { + "dmxRange": [141, 141], + "type": "ColorPreset", + "comment": "Gaslight Green (388)", + "colors": ["#d0ff96"] + }, + { + "dmxRange": [142, 142], + "type": "ColorPreset", + "comment": "Moss Green (89)", + "colors": ["#60ff74"] + }, + { + "dmxRange": [143, 143], + "type": "ColorPreset", + "comment": "Chroma Green (389)", + "colors": ["#60ff74"] + }, + { + "dmxRange": [144, 144], + "type": "ColorPreset", + "comment": "Primary Green (91)", + "colors": ["#3cffa4"] + }, + { + "dmxRange": [145, 145], + "type": "ColorPreset", + "comment": "Pacific Green (392)", + "colors": ["#3cffa4"] + }, + { + "dmxRange": [146, 146], + "type": "ColorPreset", + "comment": "Turquoise (92)", + "colors": ["#78fffe"] + }, + { + "dmxRange": [147, 147], + "type": "ColorPreset", + "comment": "Blue Green (93)", + "colors": ["#5cd3ff"] + }, + { + "dmxRange": [148, 148], + "type": "ColorPreset", + "comment": "Emerald Green (393)", + "colors": ["#5cd3ff"] + }, + { + "dmxRange": [149, 149], + "type": "ColorPreset", + "comment": "Teal Green (395)", + "colors": ["#5cd3ff"] + }, + { + "dmxRange": [150, 150], + "type": "ColorPreset", + "comment": "Lime (96)", + "colors": ["#7eff68"] + }, + { + "dmxRange": [151, 151], + "type": "ColorPreset", + "comment": "Pale Grey (397)", + "colors": ["#7e7e7e"] + }, + { + "dmxRange": [152, 152], + "type": "ColorPreset", + "comment": "Neutral Grey (398)", + "colors": ["#7e7e7e"] + }, + { + "dmxRange": [153, 153], + "type": "ColorPreset", + "comment": "Chocolate (99)", + "colors": ["#ffc48d"] + }, + { + "dmxRange": [154, 255], + "type": "NoFunction", + "comment": "Reserved" + } + ] + }, + "Gel LEE Color Correction": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 0], + "type": "ColorPreset", + "comment": "Double CTB (200)", + "colors": ["#313eff"] + }, + { + "dmxRange": [1, 1], + "type": "ColorPreset", + "comment": "Full CTB (201)", + "colors": ["#647bff"] + }, + { + "dmxRange": [2, 2], + "type": "ColorPreset", + "comment": "3/4 CTB (281)", + "colors": ["#7789ff"] + }, + { + "dmxRange": [3, 3], + "type": "ColorPreset", + "comment": "1/2 CTB (202)", + "colors": ["#9bb2ff"] + }, + { + "dmxRange": [4, 4], + "type": "ColorPreset", + "comment": "1/4 CTB (203)", + "colors": ["#c3d3ff"] + }, + { + "dmxRange": [5, 5], + "type": "ColorPreset", + "comment": "1/8 CTB (218)", + "colors": ["#e0eaff"] + }, + { + "dmxRange": [6, 6], + "type": "ColorPreset", + "comment": "Double CTO (287)", + "colors": ["#ff9317"] + }, + { + "dmxRange": [7, 7], + "type": "ColorPreset", + "comment": "Full CTO (204)", + "colors": ["#ffbf4d"] + }, + { + "dmxRange": [8, 8], + "type": "ColorPreset", + "comment": "3/4 CTO (285)", + "colors": ["#ffcc61"] + }, + { + "dmxRange": [9, 9], + "type": "ColorPreset", + "comment": "1/2 CTO (205)", + "colors": ["#ffdf8b"] + }, + { + "dmxRange": [10, 10], + "type": "ColorPreset", + "comment": "1/4 CTO (206)", + "colors": ["#ffeeb7"] + }, + { + "dmxRange": [11, 11], + "type": "ColorPreset", + "comment": "1/8 CTO (223)", + "colors": ["#fff6d5"] + }, + { + "dmxRange": [12, 12], + "type": "ColorPreset", + "comment": "1 1/2 CTB (283)", + "colors": ["#4559ff"] + }, + { + "dmxRange": [13, 13], + "type": "ColorPreset", + "comment": "1 1/2 CTO (286)", + "colors": ["#ffa728"] + }, + { + "dmxRange": [14, 14], + "type": "ColorPreset", + "comment": "Full CTS (441)", + "colors": ["#ffbe4c"] + }, + { + "dmxRange": [15, 15], + "type": "ColorPreset", + "comment": "1/2 CTS (442)", + "colors": ["#ffe085"] + }, + { + "dmxRange": [16, 16], + "type": "ColorPreset", + "comment": "1/4 CTS (443)", + "colors": ["#fff1bb"] + }, + { + "dmxRange": [17, 17], + "type": "ColorPreset", + "comment": "1/8 CTS (444)", + "colors": ["#fff8de"] + }, + { + "dmxRange": [18, 18], + "type": "ColorPreset", + "comment": "Full CTO + .3 ND (207)", + "colors": ["#ffc148"] + }, + { + "dmxRange": [19, 19], + "type": "ColorPreset", + "comment": "Full CTO + .6 ND (208)", + "colors": ["#ffbe4b"] + }, + { + "dmxRange": [20, 20], + "type": "ColorPreset", + "comment": "L.C.T. Yellow (Y1) (212)", + "colors": ["#ffffbe"] + }, + { + "dmxRange": [21, 21], + "type": "ColorPreset", + "comment": "White Flame Green (213)", + "colors": ["#d5ffd0"] + }, + { + "dmxRange": [22, 22], + "type": "ColorPreset", + "comment": "LEE Fluorescent Green (219)", + "colors": ["#74e0ff"] + }, + { + "dmxRange": [23, 23], + "type": "ColorPreset", + "comment": "Super Correction L.C.T. Yellow (230)", + "colors": ["#ffe596"] + }, + { + "dmxRange": [24, 24], + "type": "ColorPreset", + "comment": "Super Correction W.F. Green (232)", + "colors": ["#ffc55c"] + }, + { + "dmxRange": [25, 25], + "type": "ColorPreset", + "comment": "H.M.I. (to Tungsten) (236)", + "colors": ["#ffbd5a"] + }, + { + "dmxRange": [26, 26], + "type": "ColorPreset", + "comment": "C.I.D. (to Tungsten) (237)", + "colors": ["#ff9955"] + }, + { + "dmxRange": [27, 27], + "type": "ColorPreset", + "comment": "C.S.I. (to Tungsten) (238)", + "colors": ["#ffa994"] + }, + { + "dmxRange": [28, 28], + "type": "ColorPreset", + "comment": "LEE Fluorescent 5700 Kelvin (241)", + "colors": ["#71b6ff"] + }, + { + "dmxRange": [29, 29], + "type": "ColorPreset", + "comment": "LEE Fluorescent 4300 Kelvin (242)", + "colors": ["#9cfff2"] + }, + { + "dmxRange": [30, 30], + "type": "ColorPreset", + "comment": "LEE Fluorescent 3600 Kelvin (243)", + "colors": ["#aeffc7"] + }, + { + "dmxRange": [31, 31], + "type": "ColorPreset", + "comment": "LEE Plus Green (244)", + "colors": ["#cfff9e"] + }, + { + "dmxRange": [32, 32], + "type": "ColorPreset", + "comment": "1/2 Plus Green (245)", + "colors": ["#e3ffc5"] + }, + { + "dmxRange": [33, 33], + "type": "ColorPreset", + "comment": "1/4 Plus Green (246)", + "colors": ["#f0ffdd"] + }, + { + "dmxRange": [34, 34], + "type": "ColorPreset", + "comment": "1/8 Plus Green (278)", + "colors": ["#f8ffed"] + }, + { + "dmxRange": [35, 35], + "type": "ColorPreset", + "comment": "LEE Minus Green (247)", + "colors": ["#ffb0e6"] + }, + { + "dmxRange": [36, 36], + "type": "ColorPreset", + "comment": "1/2 Minus Green (248)", + "colors": ["#ffd3f0"] + }, + { + "dmxRange": [37, 37], + "type": "ColorPreset", + "comment": "1/4 Minus Green (249)", + "colors": ["#ffe7f8"] + }, + { + "dmxRange": [38, 38], + "type": "ColorPreset", + "comment": "1/8 Minus Green (279)", + "colors": ["#fff2f8"] + }, + { + "dmxRange": [39, 255], + "type": "NoFunction", + "comment": "Reserved" + } + ] + }, + "Gel LEE Color Filters": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 0], + "type": "ColorPreset", + "comment": "Rose Pink (2)", + "colors": ["#ff5bfd"] + }, + { + "dmxRange": [1, 1], + "type": "ColorPreset", + "comment": "Lavender Tint (3)", + "colors": ["#ede2ff"] + }, + { + "dmxRange": [2, 2], + "type": "ColorPreset", + "comment": "Medium Bastard Amber (4)", + "colors": ["#ffbb92"] + }, + { + "dmxRange": [3, 3], + "type": "ColorPreset", + "comment": "Pale Yellow (7)", + "colors": ["#ffffb2"] + }, + { + "dmxRange": [4, 4], + "type": "ColorPreset", + "comment": "Dark Salmon (8)", + "colors": ["#ff722c"] + }, + { + "dmxRange": [5, 5], + "type": "ColorPreset", + "comment": "Pale Amber Gold (9)", + "colors": ["#ffdb82"] + }, + { + "dmxRange": [6, 6], + "type": "ColorPreset", + "comment": "Medium Yellow (10)", + "colors": ["#f8ff22"] + }, + { + "dmxRange": [7, 7], + "type": "ColorPreset", + "comment": "Straw Tint (13)", + "colors": ["#ffdc68"] + }, + { + "dmxRange": [8, 8], + "type": "ColorPreset", + "comment": "Deep Straw (15)", + "colors": ["#ffdc68"] + }, + { + "dmxRange": [9, 9], + "type": "ColorPreset", + "comment": "Surprise Peach (17)", + "colors": ["#ff9640"] + }, + { + "dmxRange": [10, 10], + "type": "ColorPreset", + "comment": "Fire (19)", + "colors": ["#ff3404"] + }, + { + "dmxRange": [11, 11], + "type": "ColorPreset", + "comment": "Medium Amber (20)", + "colors": ["#ffa313"] + }, + { + "dmxRange": [12, 12], + "type": "ColorPreset", + "comment": "Gold Amber (21)", + "colors": ["#ff6905"] + }, + { + "dmxRange": [13, 13], + "type": "ColorPreset", + "comment": "Dark Amber (22)", + "colors": ["#ff4c01"] + }, + { + "dmxRange": [14, 14], + "type": "ColorPreset", + "comment": "Scarlet (24)", + "colors": ["#ff3f22"] + }, + { + "dmxRange": [15, 15], + "type": "ColorPreset", + "comment": "Sunset Red (25)", + "colors": ["#ff5615"] + }, + { + "dmxRange": [16, 16], + "type": "ColorPreset", + "comment": "Bright Red (26)", + "colors": ["#ff1a02"] + }, + { + "dmxRange": [17, 17], + "type": "ColorPreset", + "comment": "Medium Red (27)", + "colors": ["#ff1a02"] + }, + { + "dmxRange": [18, 18], + "type": "ColorPreset", + "comment": "PLASA Red (29)", + "colors": ["#ff1a02"] + }, + { + "dmxRange": [19, 19], + "type": "ColorPreset", + "comment": "Light Pink (35)", + "colors": ["#756cff"] + }, + { + "dmxRange": [20, 20], + "type": "ColorPreset", + "comment": "Medium Pink (36)", + "colors": ["#875aff"] + }, + { + "dmxRange": [21, 21], + "type": "ColorPreset", + "comment": "Dark Magenta (46)", + "colors": ["#ff21b0"] + }, + { + "dmxRange": [22, 22], + "type": "ColorPreset", + "comment": "Rose Purple (48)", + "colors": ["#461dff"] + }, + { + "dmxRange": [23, 23], + "type": "ColorPreset", + "comment": "Medium Purple (49)", + "colors": ["#461dff"] + }, + { + "dmxRange": [24, 24], + "type": "ColorPreset", + "comment": "Light Lavender (52)", + "colors": ["#3c3aff"] + }, + { + "dmxRange": [25, 25], + "type": "ColorPreset", + "comment": "Paler Lavender (53)", + "colors": ["#5065ff"] + }, + { + "dmxRange": [26, 26], + "type": "ColorPreset", + "comment": "Lavender (58)", + "colors": ["#2010ff"] + }, + { + "dmxRange": [27, 27], + "type": "ColorPreset", + "comment": "Mist Blue (61)", + "colors": ["#4664ff"] + }, + { + "dmxRange": [28, 28], + "type": "ColorPreset", + "comment": "Pale Blue (63)", + "colors": ["#3c59ff"] + }, + { + "dmxRange": [29, 29], + "type": "ColorPreset", + "comment": "Sky Blue (68)", + "colors": ["#121aff"] + }, + { + "dmxRange": [30, 30], + "type": "ColorPreset", + "comment": "Tokyo Blue (71)", + "colors": ["#121aff"] + }, + { + "dmxRange": [31, 31], + "type": "ColorPreset", + "comment": "Evening Blue (75)", + "colors": ["#1416ff"] + }, + { + "dmxRange": [32, 32], + "type": "ColorPreset", + "comment": "Just Blue (79)", + "colors": ["#110eff"] + }, + { + "dmxRange": [33, 33], + "type": "ColorPreset", + "comment": "Deeper Blue (85)", + "colors": ["#1107ff"] + }, + { + "dmxRange": [34, 34], + "type": "ColorPreset", + "comment": "Lime Green (88)", + "colors": ["#7eff68"] + }, + { + "dmxRange": [35, 35], + "type": "ColorPreset", + "comment": "Moss Green (89)", + "colors": ["#38ff7b"] + }, + { + "dmxRange": [36, 36], + "type": "ColorPreset", + "comment": "Dark Yellow Green (90)", + "colors": ["#15ff53"] + }, + { + "dmxRange": [37, 37], + "type": "ColorPreset", + "comment": "Spring Yellow (100)", + "colors": ["#a6ff43"] + }, + { + "dmxRange": [38, 38], + "type": "ColorPreset", + "comment": "Yellow (101)", + "colors": ["#c5ff20"] + }, + { + "dmxRange": [39, 39], + "type": "ColorPreset", + "comment": "Light Amber (102)", + "colors": ["#daff66"] + }, + { + "dmxRange": [40, 40], + "type": "ColorPreset", + "comment": "Straw (103)", + "colors": ["#9ab8ff"] + }, + { + "dmxRange": [41, 41], + "type": "ColorPreset", + "comment": "Deep Amber (104)", + "colors": ["#f3ff26"] + }, + { + "dmxRange": [42, 42], + "type": "ColorPreset", + "comment": "Orange (105)", + "colors": ["#f3ff26"] + }, + { + "dmxRange": [43, 43], + "type": "ColorPreset", + "comment": "Primary Red (106)", + "colors": ["#ff2104"] + }, + { + "dmxRange": [44, 44], + "type": "ColorPreset", + "comment": "Light Rose (107)", + "colors": ["#a979ff"] + }, + { + "dmxRange": [45, 45], + "type": "ColorPreset", + "comment": "English Rose (108)", + "colors": ["#fbd0ff"] + }, + { + "dmxRange": [46, 46], + "type": "ColorPreset", + "comment": "Light Salmon (109)", + "colors": ["#a17dff"] + }, + { + "dmxRange": [47, 47], + "type": "ColorPreset", + "comment": "Middle Rose (110)", + "colors": ["#7b5fff"] + }, + { + "dmxRange": [48, 48], + "type": "ColorPreset", + "comment": "Dark Pink (111)", + "colors": ["#9147ff"] + }, + { + "dmxRange": [49, 49], + "type": "ColorPreset", + "comment": "Magenta (113)", + "colors": ["#ff1e80"] + }, + { + "dmxRange": [50, 50], + "type": "ColorPreset", + "comment": "Peacock Blue (115)", + "colors": ["#175fff"] + }, + { + "dmxRange": [51, 51], + "type": "ColorPreset", + "comment": "Medium Blue-Green (116)", + "colors": ["#175fff"] + }, + { + "dmxRange": [52, 52], + "type": "ColorPreset", + "comment": "Steel Blue (117)", + "colors": ["#3660ff"] + }, + { + "dmxRange": [53, 53], + "type": "ColorPreset", + "comment": "Light Blue (118)", + "colors": ["#1333ff"] + }, + { + "dmxRange": [54, 54], + "type": "ColorPreset", + "comment": "Dark Blue (119)", + "colors": ["#1333ff"] + }, + { + "dmxRange": [55, 55], + "type": "ColorPreset", + "comment": "Deep Blue (120)", + "colors": ["#1103ff"] + }, + { + "dmxRange": [56, 56], + "type": "ColorPreset", + "comment": "LEE Green (121)", + "colors": ["#61ff6e"] + }, + { + "dmxRange": [57, 57], + "type": "ColorPreset", + "comment": "Fern Green (122)", + "colors": ["#48ff90"] + }, + { + "dmxRange": [58, 58], + "type": "ColorPreset", + "comment": "Dark Green (124)", + "colors": ["#17ff9d"] + }, + { + "dmxRange": [59, 59], + "type": "ColorPreset", + "comment": "Mauve (126)", + "colors": ["#17ff9d"] + }, + { + "dmxRange": [60, 60], + "type": "ColorPreset", + "comment": "Smokey Pink (127)", + "colors": ["#ae65ff"] + }, + { + "dmxRange": [61, 61], + "type": "ColorPreset", + "comment": "Bright Pink (128)", + "colors": ["#8313ff"] + }, + { + "dmxRange": [62, 62], + "type": "ColorPreset", + "comment": "Marine Blue (131)", + "colors": ["#266fff"] + }, + { + "dmxRange": [63, 63], + "type": "ColorPreset", + "comment": "Medium Blue (132)", + "colors": ["#266fff"] + }, + { + "dmxRange": [64, 64], + "type": "ColorPreset", + "comment": "Golden Amber (134)", + "colors": ["#ffba6e"] + }, + { + "dmxRange": [65, 65], + "type": "ColorPreset", + "comment": "Deep Golden Amber (135)", + "colors": ["#ff4d00"] + }, + { + "dmxRange": [66, 66], + "type": "ColorPreset", + "comment": "Pale Lavender (136)", + "colors": ["#4b4eff"] + }, + { + "dmxRange": [67, 67], + "type": "ColorPreset", + "comment": "Special Lavender (137)", + "colors": ["#2e32ff"] + }, + { + "dmxRange": [68, 68], + "type": "ColorPreset", + "comment": "Pale Green (138)", + "colors": ["#8fffe7"] + }, + { + "dmxRange": [69, 69], + "type": "ColorPreset", + "comment": "Primary Green (139)", + "colors": ["#8fffe7"] + }, + { + "dmxRange": [70, 70], + "type": "ColorPreset", + "comment": "Summer Blue (140)", + "colors": ["#244cff"] + }, + { + "dmxRange": [71, 71], + "type": "ColorPreset", + "comment": "Bright Blue (141)", + "colors": ["#244cff"] + }, + { + "dmxRange": [72, 72], + "type": "ColorPreset", + "comment": "Pale Violet (142)", + "colors": ["#2324ff"] + }, + { + "dmxRange": [73, 73], + "type": "ColorPreset", + "comment": "Pale Navy Blue (143)", + "colors": ["#1b39ff"] + }, + { + "dmxRange": [74, 74], + "type": "ColorPreset", + "comment": "No Color Blue (144)", + "colors": ["#1d42ff"] + }, + { + "dmxRange": [75, 75], + "type": "ColorPreset", + "comment": "Apricot (147)", + "colors": ["#ffd1ad"] + }, + { + "dmxRange": [76, 76], + "type": "ColorPreset", + "comment": "Bright Rose (148)", + "colors": ["#ff37df"] + }, + { + "dmxRange": [77, 77], + "type": "ColorPreset", + "comment": "Gold Tint (151)", + "colors": ["#9d96ff"] + }, + { + "dmxRange": [78, 78], + "type": "ColorPreset", + "comment": "Pale Gold (152)", + "colors": ["#9c9fff"] + }, + { + "dmxRange": [79, 79], + "type": "ColorPreset", + "comment": "Pale Salmon (153)", + "colors": ["#8a7bff"] + }, + { + "dmxRange": [80, 80], + "type": "ColorPreset", + "comment": "Pale Rose (154)", + "colors": ["#8a8cff"] + }, + { + "dmxRange": [81, 81], + "type": "ColorPreset", + "comment": "Chocolate (156)", + "colors": ["#e0e0ff"] + }, + { + "dmxRange": [82, 82], + "type": "ColorPreset", + "comment": "Pink (157)", + "colors": ["#f577ff"] + }, + { + "dmxRange": [83, 83], + "type": "ColorPreset", + "comment": "Deep Orange (158)", + "colors": ["#f577ff"] + }, + { + "dmxRange": [84, 84], + "type": "ColorPreset", + "comment": "No Color Straw (159)", + "colors": ["#7898ff"] + }, + { + "dmxRange": [85, 85], + "type": "ColorPreset", + "comment": "Slate Blue (161)", + "colors": ["#1c2dff"] + }, + { + "dmxRange": [86, 86], + "type": "ColorPreset", + "comment": "Bastard Amber (162)", + "colors": ["#8d99ff"] + }, + { + "dmxRange": [87, 87], + "type": "ColorPreset", + "comment": "Flame Red (164)", + "colors": ["#ff3916"] + }, + { + "dmxRange": [88, 88], + "type": "ColorPreset", + "comment": "Daylight Blue (165)", + "colors": ["#1729ff"] + }, + { + "dmxRange": [89, 89], + "type": "ColorPreset", + "comment": "Lilac Tint (169)", + "colors": ["#5762ff"] + }, + { + "dmxRange": [90, 90], + "type": "ColorPreset", + "comment": "Deep Lavender (170)", + "colors": ["#433aff"] + }, + { + "dmxRange": [91, 91], + "type": "ColorPreset", + "comment": "Lagoon Blue (172)", + "colors": ["#433aff"] + }, + { + "dmxRange": [92, 92], + "type": "ColorPreset", + "comment": "Dark Steel Blue (174)", + "colors": ["#263bff"] + }, + { + "dmxRange": [93, 93], + "type": "ColorPreset", + "comment": "Loving Amber (176)", + "colors": ["#d49bff"] + }, + { + "dmxRange": [94, 94], + "type": "ColorPreset", + "comment": "Chrome Orange (179)", + "colors": ["#d49bff"] + }, + { + "dmxRange": [95, 95], + "type": "ColorPreset", + "comment": "Dark Lavender (180)", + "colors": ["#1c0bff"] + }, + { + "dmxRange": [96, 96], + "type": "ColorPreset", + "comment": "Congo Blue (181)", + "colors": ["#1c0bff"] + }, + { + "dmxRange": [97, 97], + "type": "ColorPreset", + "comment": "Light Red (182)", + "colors": ["#ff2606"] + }, + { + "dmxRange": [98, 98], + "type": "ColorPreset", + "comment": "Moonlight Blue (183)", + "colors": ["#1c0bff"] + }, + { + "dmxRange": [99, 99], + "type": "ColorPreset", + "comment": "Flesh Pink (192)", + "colors": ["#9f4fff"] + }, + { + "dmxRange": [100, 100], + "type": "ColorPreset", + "comment": "Surprise Pink (194)", + "colors": ["#312fff"] + }, + { + "dmxRange": [101, 101], + "type": "ColorPreset", + "comment": "Zenith Blue (195)", + "colors": ["#1107ff"] + }, + { + "dmxRange": [102, 102], + "type": "ColorPreset", + "comment": "True Blue (196)", + "colors": ["#2038ff"] + }, + { + "dmxRange": [103, 103], + "type": "ColorPreset", + "comment": "Alice Blue (197)", + "colors": ["#181aff"] + }, + { + "dmxRange": [104, 104], + "type": "ColorPreset", + "comment": "Palace Blue (198)", + "colors": ["#1407ff"] + }, + { + "dmxRange": [105, 105], + "type": "ColorPreset", + "comment": "Regal Blue (199)", + "colors": ["#1f10ff"] + }, + { + "dmxRange": [106, 106], + "type": "ColorPreset", + "comment": "Soft Green (322)", + "colors": ["#4170ff"] + }, + { + "dmxRange": [107, 107], + "type": "ColorPreset", + "comment": "Jade (323)", + "colors": ["#4170ff"] + }, + { + "dmxRange": [108, 108], + "type": "ColorPreset", + "comment": "Forest Green (327)", + "colors": ["#4170ff"] + }, + { + "dmxRange": [109, 109], + "type": "ColorPreset", + "comment": "Follies Pink (328)", + "colors": ["#ff5bd3"] + }, + { + "dmxRange": [110, 110], + "type": "ColorPreset", + "comment": "Special Rose Pink (332)", + "colors": ["#ffbbf5"] + }, + { + "dmxRange": [111, 111], + "type": "ColorPreset", + "comment": "Special Med Lavender (343)", + "colors": ["#4c59ff"] + }, + { + "dmxRange": [112, 112], + "type": "ColorPreset", + "comment": "Fuchsia Pink (345)", + "colors": ["#ffd0df"] + }, + { + "dmxRange": [113, 113], + "type": "ColorPreset", + "comment": "Glacier Blue (352)", + "colors": ["#130fff"] + }, + { + "dmxRange": [114, 114], + "type": "ColorPreset", + "comment": "Lighter Blue (353)", + "colors": ["#130fff"] + }, + { + "dmxRange": [115, 115], + "type": "ColorPreset", + "comment": "Special Steel Blue (354)", + "colors": ["#3660ff"] + }, + { + "dmxRange": [116, 116], + "type": "ColorPreset", + "comment": "Special Medium Blue (363)", + "colors": ["#130fff"] + }, + { + "dmxRange": [117, 117], + "type": "ColorPreset", + "comment": "Cornflower (366)", + "colors": ["#130fff"] + }, + { + "dmxRange": [118, 118], + "type": "ColorPreset", + "comment": "Double New Color Blue (500)", + "colors": ["#130fff"] + }, + { + "dmxRange": [119, 119], + "type": "ColorPreset", + "comment": "New Color Robertson (501)", + "colors": ["#130fff"] + }, + { + "dmxRange": [120, 120], + "type": "ColorPreset", + "comment": "Half New Color Blue (502)", + "colors": ["#130fff"] + }, + { + "dmxRange": [121, 121], + "type": "ColorPreset", + "comment": "Quarter New Colur Blue (503)", + "colors": ["#130fff"] + }, + { + "dmxRange": [122, 122], + "type": "ColorPreset", + "comment": "Waterfront Green (504)", + "colors": ["#130fff"] + }, + { + "dmxRange": [123, 123], + "type": "ColorPreset", + "comment": "Sally Green (505)", + "colors": ["#130fff"] + }, + { + "dmxRange": [124, 124], + "type": "ColorPreset", + "comment": "Marlene (506)", + "colors": ["#130fff"] + }, + { + "dmxRange": [125, 125], + "type": "ColorPreset", + "comment": "Madge (507)", + "colors": ["#130fff"] + }, + { + "dmxRange": [126, 126], + "type": "ColorPreset", + "comment": "Midnight Maya (508)", + "colors": ["#130fff"] + }, + { + "dmxRange": [127, 127], + "type": "ColorPreset", + "comment": "Bacon Brown (511)", + "colors": ["#130fff"] + }, + { + "dmxRange": [128, 128], + "type": "ColorPreset", + "comment": "Amber Delight (512)", + "colors": ["#130fff"] + }, + { + "dmxRange": [129, 129], + "type": "ColorPreset", + "comment": "Ice & a Slice (513)", + "colors": ["#130fff"] + }, + { + "dmxRange": [130, 130], + "type": "ColorPreset", + "comment": "Double G & T (514)", + "colors": ["#130fff"] + }, + { + "dmxRange": [131, 131], + "type": "ColorPreset", + "comment": "Argent Blue (525)", + "colors": ["#130fff"] + }, + { + "dmxRange": [132, 132], + "type": "ColorPreset", + "comment": "ALD Gold (550)", + "colors": ["#130fff"] + }, + { + "dmxRange": [133, 255], + "type": "NoFunction", + "comment": "Reserved" + } + ] + }, + "Gel LEE 600 Series": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 0], + "type": "ColorPreset", + "comment": "Arctic White (600)", + "colors": ["#2f3fff"] + }, + { + "dmxRange": [1, 1], + "type": "ColorPreset", + "comment": "Silver (601)", + "colors": ["#394dff"] + }, + { + "dmxRange": [2, 2], + "type": "ColorPreset", + "comment": "Platinum (602)", + "colors": ["#4158ff"] + }, + { + "dmxRange": [3, 3], + "type": "ColorPreset", + "comment": "Moonlight White (603)", + "colors": ["#445aff"] + }, + { + "dmxRange": [4, 4], + "type": "ColorPreset", + "comment": "Full CT 85 (604)", + "colors": ["#fff2de"] + }, + { + "dmxRange": [5, 5], + "type": "ColorPreset", + "comment": "Half Mustard Yellow (642)", + "colors": ["#fff2de"] + }, + { + "dmxRange": [6, 6], + "type": "ColorPreset", + "comment": "Quarter Mustard Yellow (643)", + "colors": ["#fff2de"] + }, + { + "dmxRange": [7, 7], + "type": "ColorPreset", + "comment": "Industry Sodium (650)", + "colors": ["#cfffbd"] + }, + { + "dmxRange": [8, 8], + "type": "ColorPreset", + "comment": "HI Sodium (651)", + "colors": ["#ffe3ab"] + }, + { + "dmxRange": [9, 9], + "type": "ColorPreset", + "comment": "Urban Sodium (652)", + "colors": ["#ff993a"] + }, + { + "dmxRange": [10, 10], + "type": "ColorPreset", + "comment": "LO Sodium (653)", + "colors": ["#ffbf4a"] + }, + { + "dmxRange": [11, 255], + "type": "NoFunction", + "comment": "Reserved" + } + ] + }, + "Gel LEE Cosmetic Series": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 0], + "type": "ColorPreset", + "comment": "Cosmetic Peach (184)", + "colors": ["#778fff"] + }, + { + "dmxRange": [1, 1], + "type": "ColorPreset", + "comment": "Cosmetic Silver Rose (186)", + "colors": ["#707bff"] + }, + { + "dmxRange": [2, 2], + "type": "ColorPreset", + "comment": "Cosmetic Rouge (187)", + "colors": ["#8091ff"] + }, + { + "dmxRange": [3, 3], + "type": "ColorPreset", + "comment": "Cosmetic Highlight (188)", + "colors": ["#7b90ff"] + }, + { + "dmxRange": [4, 4], + "type": "ColorPreset", + "comment": "Cosmetic Silver Moss (189)", + "colors": ["#7fa7ff"] + }, + { + "dmxRange": [5, 5], + "type": "ColorPreset", + "comment": "Cosmetic Aqua Blue (191)", + "colors": ["#6082ff"] + }, + { + "dmxRange": [6, 6], + "type": "ColorPreset", + "comment": "Lily Frost (705)", + "colors": ["#3a32ff"] + }, + { + "dmxRange": [7, 7], + "type": "ColorPreset", + "comment": "Shanklin Frost (717)", + "colors": ["#2f41ff"] + }, + { + "dmxRange": [8, 8], + "type": "ColorPreset", + "comment": "Half Shanklin Frost (718)", + "colors": ["#425aff"] + }, + { + "dmxRange": [9, 9], + "type": "ColorPreset", + "comment": "Durham Daylight Frost (720)", + "colors": ["#2a39ff"] + }, + { + "dmxRange": [10, 10], + "type": "ColorPreset", + "comment": "Hampshire Rose (749)", + "colors": ["#898aff"] + }, + { + "dmxRange": [11, 11], + "type": "ColorPreset", + "comment": "Durham Frost (750)", + "colors": ["#6882ff"] + }, + { + "dmxRange": [12, 12], + "type": "ColorPreset", + "comment": "Soft Amber Key 1 (774)", + "colors": ["#a9b1ff"] + }, + { + "dmxRange": [13, 13], + "type": "ColorPreset", + "comment": "Soft Amber Key 2 (775)", + "colors": ["#f2ddff"] + }, + { + "dmxRange": [14, 14], + "type": "ColorPreset", + "comment": "Moroccan Frost (791)", + "colors": ["#a993ff"] + }, + { + "dmxRange": [15, 15], + "type": "ColorPreset", + "comment": "Blue Diffusion (217)", + "colors": ["#6983ff"] + }, + { + "dmxRange": [16, 16], + "type": "ColorPreset", + "comment": "Blue Frost (221)", + "colors": ["#6981ff"] + }, + { + "dmxRange": [17, 17], + "type": "ColorPreset", + "comment": "Daylight Blue Frost (224)", + "colors": ["#3848ff"] + }, + { + "dmxRange": [18, 255], + "type": "NoFunction", + "comment": "Reserved" + } + ] + }, + "Gel LEE 700 Series": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 0], + "type": "ColorPreset", + "comment": "Perfect Lavender (700)", + "colors": ["#1a06ff"] + }, + { + "dmxRange": [1, 1], + "type": "ColorPreset", + "comment": "Provence (701)", + "colors": ["#210dff"] + }, + { + "dmxRange": [2, 2], + "type": "ColorPreset", + "comment": "Special Pale Lavender (702)", + "colors": ["#4c59ff"] + }, + { + "dmxRange": [3, 3], + "type": "ColorPreset", + "comment": "Cold Lavender (703)", + "colors": ["#3929ff"] + }, + { + "dmxRange": [4, 4], + "type": "ColorPreset", + "comment": "Lily (704)", + "colors": ["#423cff"] + }, + { + "dmxRange": [5, 5], + "type": "ColorPreset", + "comment": "King Fals Lavender (706)", + "colors": ["#1d0cff"] + }, + { + "dmxRange": [6, 6], + "type": "ColorPreset", + "comment": "Cool Lavender (708)", + "colors": ["#3e53ff"] + }, + { + "dmxRange": [7, 7], + "type": "ColorPreset", + "comment": "Electric Lilac (709)", + "colors": ["#3340ff"] + }, + { + "dmxRange": [8, 8], + "type": "ColorPreset", + "comment": "Spir Special Blue (710)", + "colors": ["#1b1bff"] + }, + { + "dmxRange": [9, 9], + "type": "ColorPreset", + "comment": "Cold Blue (711)", + "colors": ["#2b33ff"] + }, + { + "dmxRange": [10, 10], + "type": "ColorPreset", + "comment": "Bedford Blue (712)", + "colors": ["#1c24ff"] + }, + { + "dmxRange": [11, 11], + "type": "ColorPreset", + "comment": "J Winter Blue (713)", + "colors": ["#1c24ff"] + }, + { + "dmxRange": [12, 12], + "type": "ColorPreset", + "comment": "Elysian Blue (714)", + "colors": ["#1211ff"] + }, + { + "dmxRange": [13, 13], + "type": "ColorPreset", + "comment": "Cabana Blue (715)", + "colors": ["#130aff"] + }, + { + "dmxRange": [14, 14], + "type": "ColorPreset", + "comment": "Mikkel Blue (716)", + "colors": ["#1104ff"] + }, + { + "dmxRange": [15, 15], + "type": "ColorPreset", + "comment": "Colour Wash Blue (719)", + "colors": ["#1e29ff"] + }, + { + "dmxRange": [16, 16], + "type": "ColorPreset", + "comment": "Berry Blue (721)", + "colors": ["#110cff"] + }, + { + "dmxRange": [17, 17], + "type": "ColorPreset", + "comment": "Bray Blue (722)", + "colors": ["#110cff"] + }, + { + "dmxRange": [18, 18], + "type": "ColorPreset", + "comment": "Virgin Blue (723)", + "colors": ["#1411ff"] + }, + { + "dmxRange": [19, 19], + "type": "ColorPreset", + "comment": "Ocean Blue (724)", + "colors": ["#1e3eff"] + }, + { + "dmxRange": [20, 20], + "type": "ColorPreset", + "comment": "Old Steel Blue (725)", + "colors": ["#375cff"] + }, + { + "dmxRange": [21, 21], + "type": "ColorPreset", + "comment": "QFD (727)", + "colors": ["#375cff"] + }, + { + "dmxRange": [22, 22], + "type": "ColorPreset", + "comment": "Steel Green (728)", + "colors": ["#4170ff"] + }, + { + "dmxRange": [23, 23], + "type": "ColorPreset", + "comment": "Scuba Green (729)", + "colors": ["#4170ff"] + }, + { + "dmxRange": [24, 24], + "type": "ColorPreset", + "comment": "Liberty Green (730)", + "colors": ["#5188ff"] + }, + { + "dmxRange": [25, 25], + "type": "ColorPreset", + "comment": "Dirty Ice (731)", + "colors": ["#5f95ff"] + }, + { + "dmxRange": [26, 26], + "type": "ColorPreset", + "comment": "Damp Squib (733)", + "colors": ["#71a6ff"] + }, + { + "dmxRange": [27, 27], + "type": "ColorPreset", + "comment": "Velvet Green (735)", + "colors": ["#4fff40"] + }, + { + "dmxRange": [28, 28], + "type": "ColorPreset", + "comment": "Velvet Green (736)", + "colors": ["#4fff40"] + }, + { + "dmxRange": [29, 29], + "type": "ColorPreset", + "comment": "JAS Green (738)", + "colors": ["#4fff40"] + }, + { + "dmxRange": [30, 30], + "type": "ColorPreset", + "comment": "Aurora Borealis Green (740)", + "colors": ["#4fff40"] + }, + { + "dmxRange": [31, 31], + "type": "ColorPreset", + "comment": "Mustard Yellow (741)", + "colors": ["#f1ffa2"] + }, + { + "dmxRange": [32, 32], + "type": "ColorPreset", + "comment": "Bram Brown (742)", + "colors": ["#f1ffa2"] + }, + { + "dmxRange": [33, 33], + "type": "ColorPreset", + "comment": "Dirty White (744)", + "colors": ["#f5ffbd"] + }, + { + "dmxRange": [34, 34], + "type": "ColorPreset", + "comment": "Brown (746)", + "colors": ["#ffc331"] + }, + { + "dmxRange": [35, 35], + "type": "ColorPreset", + "comment": "Easy White (747)", + "colors": ["#c7b3ff"] + }, + { + "dmxRange": [36, 36], + "type": "ColorPreset", + "comment": "Seedy Pink (748)", + "colors": ["#9057ff"] + }, + { + "dmxRange": [37, 37], + "type": "ColorPreset", + "comment": "Wheat (763)", + "colors": ["#95b9ff"] + }, + { + "dmxRange": [38, 38], + "type": "ColorPreset", + "comment": "Sun Colour Straw (764)", + "colors": ["#b8e0ff"] + }, + { + "dmxRange": [39, 39], + "type": "ColorPreset", + "comment": "LEE Yellow (765)", + "colors": ["#ceffd2"] + }, + { + "dmxRange": [40, 40], + "type": "ColorPreset", + "comment": "Oklahoma Yellow (767)", + "colors": ["#ceffd2"] + }, + { + "dmxRange": [41, 41], + "type": "ColorPreset", + "comment": "Egg Yolk Yellow (768)", + "colors": ["#ceffd2"] + }, + { + "dmxRange": [42, 42], + "type": "ColorPreset", + "comment": "Burnt Yellow (770)", + "colors": ["#ceffd2"] + }, + { + "dmxRange": [43, 43], + "type": "ColorPreset", + "comment": "Cardbox Amber (773)", + "colors": ["#dbc2ff"] + }, + { + "dmxRange": [44, 44], + "type": "ColorPreset", + "comment": "Nectarine (776)", + "colors": ["#ffdbe4"] + }, + { + "dmxRange": [45, 45], + "type": "ColorPreset", + "comment": "Rust (777)", + "colors": ["#ffdbe4"] + }, + { + "dmxRange": [46, 46], + "type": "ColorPreset", + "comment": "Millennium Gold (778)", + "colors": ["#ff6807"] + }, + { + "dmxRange": [47, 47], + "type": "ColorPreset", + "comment": "Bastard Pink (779)", + "colors": ["#ff7d8d"] + }, + { + "dmxRange": [48, 48], + "type": "ColorPreset", + "comment": "AS Golden Amber (780)", + "colors": ["#ff7d8d"] + }, + { + "dmxRange": [49, 49], + "type": "ColorPreset", + "comment": "Terry Red (781)", + "colors": ["#ff4305"] + }, + { + "dmxRange": [50, 50], + "type": "ColorPreset", + "comment": "Marius Red (787)", + "colors": ["#ff4305"] + }, + { + "dmxRange": [51, 51], + "type": "ColorPreset", + "comment": "Blood Red (789)", + "colors": ["#ff2500"] + }, + { + "dmxRange": [52, 52], + "type": "ColorPreset", + "comment": "Moroccan Pink (790)", + "colors": ["#af98ff"] + }, + { + "dmxRange": [53, 53], + "type": "ColorPreset", + "comment": "Vanity Fair (793)", + "colors": ["#af98ff"] + }, + { + "dmxRange": [54, 54], + "type": "ColorPreset", + "comment": "Pretty 'n Pink (794)", + "colors": ["#6d4dff"] + }, + { + "dmxRange": [55, 55], + "type": "ColorPreset", + "comment": "Magical Magenta (795)", + "colors": ["#570dff"] + }, + { + "dmxRange": [56, 56], + "type": "ColorPreset", + "comment": "Deep Purple (797)", + "colors": ["#570dff"] + }, + { + "dmxRange": [57, 57], + "type": "ColorPreset", + "comment": "Chrysalis Pink (798)", + "colors": ["#570dff"] + }, + { + "dmxRange": [58, 58], + "type": "ColorPreset", + "comment": "Special KH Lavender (799)", + "colors": ["#570dff"] + }, + { + "dmxRange": [59, 255], + "type": "NoFunction", + "comment": "Reserved" + } + ] + }, + "Reserved for future use": { + "capability": { + "type": "NoFunction" + } + } + }, + "modes": [ + { + "name": "P01: CCT 8bit", + "shortName": "P01", + "channels": [ + "Dimmer", + "Color Temperature", + "Green-Magenta Point 8bit", + "Zoom", + "Focus", + "Reserved for future use" + ] + }, + { + "name": "P02: CCT 16bit", + "shortName": "P02", + "channels": [ + "Dimmer", + "Dimmer fine", + "Color Temperature", + "Color Temperature fine", + "Green-Magenta Point 16bit", + "Green-Magenta Point 16bit fine", + "Zoom", + "Focus", + "Reserved for future use" + ] + }, + { + "name": "P03: HSI 8bit", + "shortName": "P03", + "channels": [ + "Dimmer", + "Hue", + "Saturation", + "Zoom", + "Focus", + "Reserved for future use" + ] + }, + { + "name": "P04: HSI 16bit", + "shortName": "P04", + "channels": [ + "Dimmer", + "Dimmer fine", + "Hue", + "Hue fine", + "Saturation", + "Saturation fine", + "Zoom", + "Focus", + "Reserved for future use" + ] + }, + { + "name": "P05: x,y Coordinate 8bit", + "shortName": "P05", + "channels": [ + "Dimmer", + "X Coordinate", + "Y Coordinate", + "Zoom", + "Focus", + "Reserved for future use" + ] + }, + { + "name": "P06: x,y Coordinate 16bit", + "shortName": "P06", + "channels": [ + "Dimmer", + "Dimmer fine", + "X Coordinate", + "X Coordinate fine", + "Y Coordinate", + "Y Coordinate fine", + "Zoom", + "Focus", + "Reserved for future use" + ] + }, + { + "name": "P07: GEL 8bit", + "shortName": "P07", + "channels": [ + "Dimmer", + "Color Temperature", + "Gel Color Matching", + "Gel Brand", + "Gel Category", + "Gel", + "Zoom", + "Focus", + "Reserved for future use" + ] + }, + { + "name": "P08: GEL 16bit", + "shortName": "P08", + "channels": [ + "Dimmer", + "Dimmer fine", + "Color Temperature", + "Color Temperature fine", + "Gel Color Matching", + "Gel Brand", + "Gel Category", + "Gel", + "Zoom", + "Focus", + "Reserved for future use" + ] + }, + { + "name": "P09: Source Match 8bit", + "shortName": "P09", + "channels": [ + "Dimmer", + "Category", + "Source", + "Zoom", + "Focus", + "Reserved for future use" + ] + }, + { + "name": "P10: Source Match 16bit", + "shortName": "P10", + "channels": [ + "Dimmer", + "Dimmer fine", + "Category", + "Source", + "Zoom", + "Focus", + "Reserved for future use" + ] + }, + { + "name": "P13: RGBACL 8bit", + "shortName": "P13", + "channels": [ + "Dimmer", + "Red", + "Green", + "Blue", + "Amber", + "Cyan", + "Lime", + "White", + "Color Temperature", + "Green-Magenta Point 8bit", + "Zoom", + "Focus", + "Reserved for future use" + ] + }, + { + "name": "P14: RGBACL 16bit", + "shortName": "P14", + "channels": [ + "Dimmer", + "Dimmer fine", + "Red", + "Red fine", + "Green", + "Green fine", + "Blue", + "Blue fine", + "Amber", + "Amber fine", + "Cyan", + "Cyan fine", + "Lime", + "Lime fine", + "White", + "White fine", + "Color Temperature", + "Color Temperature fine", + "Green-Magenta Point 16bit", + "Green-Magenta Point 16bit fine", + "Zoom", + "Focus", + "Reserved for future use" + ] + }, + { + "name": "P15: CCT & HSI 8bit", + "shortName": "P15", + "channels": [ + "Dimmer", + "Color Temperature", + "Green-Magenta Point 8bit", + "Cross Fade to Color", + "Hue", + "Saturation", + "Zoom", + "Focus", + "Reserved for future use" + ] + }, + { + "name": "P16: CCT & HSI 16bit", + "shortName": "P16", + "channels": [ + "Dimmer", + "Dimmer fine", + "Color Temperature", + "Color Temperature fine", + "Green-Magenta Point 16bit", + "Green-Magenta Point 16bit fine", + "Cross Fade to Color", + "Cross Fade to Color fine", + "Hue", + "Hue fine", + "Saturation", + "Saturation fine", + "Zoom", + "Focus", + "Reserved for future use" + ] + }, + { + "name": "E01: CCT 8bit ECC", + "shortName": "E01", + "channels": [ + "Dimmer", + "Color Temperature", + "Green-Magenta Point 8bit", + "Zoom", + "Focus", + "Reserved for future use", + "Warmer/Cooler 8bit", + "Saturate/Desaturate 8bit", + "+Red/-Red 8bit", + "+Green/-Green 8bit", + "+Blue/-Blue 8bit", + "+Cyan/-Cyan 8bit", + "+Magenta/-Magenta 8bit", + "+Yellow/-Yellow 8bit" + ] + }, + { + "name": "E02: CCT 16bit ECC", + "shortName": "E02", + "channels": [ + "Dimmer", + "Dimmer fine", + "Color Temperature", + "Color Temperature fine", + "Green-Magenta Point 16bit", + "Green-Magenta Point 16bit fine", + "Zoom", + "Focus", + "Reserved for future use", + "Warmer/Cooler 16bit", + "Warmer/Cooler 16bit fine", + "Saturate/Desaturate 16bit", + "Saturate/Desaturate 16bit fine", + "+Red/-Red 16bit", + "+Red/-Red 16bit fine", + "+Green/-Green 16bit", + "+Green/-Green 16bit fine", + "+Blue/-Blue 16bit", + "+Blue/-Blue 16bit fine", + "+Cyan/-Cyan 16bit", + "+Cyan/-Cyan 16bit fine", + "+Magenta/-Magenta 16bit", + "+Magenta/-Magenta 16bit fine", + "+Yellow/-Yellow 16bit", + "+Yellow/-Yellow 16bit fine" + ] + }, + { + "name": "E03: HSI 8bit ECC", + "shortName": "E03", + "channels": [ + "Dimmer", + "Hue", + "Saturation", + "Zoom", + "Focus", + "Reserved for future use", + "Warmer/Cooler 8bit", + "Saturate/Desaturate 8bit", + "+Red/-Red 8bit", + "+Green/-Green 8bit", + "+Blue/-Blue 8bit", + "+Cyan/-Cyan 8bit", + "+Magenta/-Magenta 8bit", + "+Yellow/-Yellow 8bit" + ] + }, + { + "name": "E04: HSI 16bit ECC", + "shortName": "E04", + "channels": [ + "Dimmer", + "Dimmer fine", + "Hue", + "Hue fine", + "Saturation", + "Saturation fine", + "Zoom", + "Focus", + "Reserved for future use", + "Warmer/Cooler 16bit", + "Warmer/Cooler 16bit fine", + "Saturate/Desaturate 16bit", + "Saturate/Desaturate 16bit fine", + "+Red/-Red 16bit", + "+Red/-Red 16bit fine", + "+Green/-Green 16bit", + "+Green/-Green 16bit fine", + "+Blue/-Blue 16bit", + "+Blue/-Blue 16bit fine", + "+Cyan/-Cyan 16bit", + "+Cyan/-Cyan 16bit fine", + "+Magenta/-Magenta 16bit", + "+Magenta/-Magenta 16bit fine", + "+Yellow/-Yellow 16bit", + "+Yellow/-Yellow 16bit fine" + ] + }, + { + "name": "E05: x,y Coordinate 8bit ECC", + "shortName": "E05", + "channels": [ + "Dimmer", + "X Coordinate", + "Y Coordinate", + "Zoom", + "Focus", + "Reserved for future use", + "Warmer/Cooler 8bit", + "Saturate/Desaturate 8bit", + "+Red/-Red 8bit", + "+Green/-Green 8bit", + "+Blue/-Blue 8bit", + "+Cyan/-Cyan 8bit", + "+Magenta/-Magenta 8bit", + "+Yellow/-Yellow 8bit" + ] + }, + { + "name": "E06: x,y Coordinate 16bit ECC", + "shortName": "E06", + "channels": [ + "Dimmer", + "Dimmer fine", + "X Coordinate", + "X Coordinate fine", + "Y Coordinate", + "Y Coordinate fine", + "Zoom", + "Focus", + "Reserved for future use", + "Warmer/Cooler 16bit", + "Warmer/Cooler 16bit fine", + "Saturate/Desaturate 16bit", + "Saturate/Desaturate 16bit fine", + "+Red/-Red 16bit", + "+Red/-Red 16bit fine", + "+Green/-Green 16bit", + "+Green/-Green 16bit fine", + "+Blue/-Blue 16bit", + "+Blue/-Blue 16bit fine", + "+Cyan/-Cyan 16bit", + "+Cyan/-Cyan 16bit fine", + "+Magenta/-Magenta 16bit", + "+Magenta/-Magenta 16bit fine", + "+Yellow/-Yellow 16bit", + "+Yellow/-Yellow 16bit fine" + ] + }, + { + "name": "E07: GEL 8bit ECC", + "shortName": "E07", + "channels": [ + "Dimmer", + "Color Temperature", + "Gel Color Matching", + "Gel Brand", + "Gel Category", + "Gel", + "Zoom", + "Focus", + "Reserved for future use", + "Warmer/Cooler 8bit", + "Saturate/Desaturate 8bit", + "+Red/-Red 8bit", + "+Green/-Green 8bit", + "+Blue/-Blue 8bit", + "+Cyan/-Cyan 8bit", + "+Magenta/-Magenta 8bit", + "+Yellow/-Yellow 8bit" + ] + }, + { + "name": "E08: GEL 16bit ECC", + "shortName": "E08", + "channels": [ + "Dimmer", + "Dimmer fine", + "Color Temperature", + "Color Temperature fine", + "Gel Color Matching", + "Gel Brand", + "Gel Category", + "Gel", + "Zoom", + "Focus", + "Reserved for future use", + "Warmer/Cooler 16bit", + "Warmer/Cooler 16bit fine", + "Saturate/Desaturate 16bit", + "Saturate/Desaturate 16bit fine", + "+Red/-Red 16bit", + "+Red/-Red 16bit fine", + "+Green/-Green 16bit", + "+Green/-Green 16bit fine", + "+Blue/-Blue 16bit", + "+Blue/-Blue 16bit fine", + "+Cyan/-Cyan 16bit", + "+Cyan/-Cyan 16bit fine", + "+Magenta/-Magenta 16bit", + "+Magenta/-Magenta 16bit fine", + "+Yellow/-Yellow 16bit", + "+Yellow/-Yellow 16bit fine" + ] + }, + { + "name": "E09: Source Match 8bit ECC", + "shortName": "E09", + "channels": [ + "Dimmer", + "Category", + "Source", + "Zoom", + "Focus", + "Reserved for future use", + "Warmer/Cooler 8bit", + "Saturate/Desaturate 8bit", + "+Red/-Red 8bit", + "+Green/-Green 8bit", + "+Blue/-Blue 8bit", + "+Cyan/-Cyan 8bit", + "+Magenta/-Magenta 8bit", + "+Yellow/-Yellow 8bit" + ] + }, + { + "name": "E10: Source Match 16bit ECC", + "shortName": "E10", + "channels": [ + "Dimmer", + "Dimmer fine", + "Category", + "Source", + "Zoom", + "Focus", + "Reserved for future use", + "Warmer/Cooler 16bit", + "Warmer/Cooler 16bit fine", + "Saturate/Desaturate 16bit", + "Saturate/Desaturate 16bit fine", + "+Red/-Red 16bit", + "+Red/-Red 16bit fine", + "+Green/-Green 16bit", + "+Green/-Green 16bit fine", + "+Blue/-Blue 16bit", + "+Blue/-Blue 16bit fine", + "+Cyan/-Cyan 16bit", + "+Cyan/-Cyan 16bit fine", + "+Magenta/-Magenta 16bit", + "+Magenta/-Magenta 16bit fine", + "+Yellow/-Yellow 16bit", + "+Yellow/-Yellow 16bit fine" + ] + }, + { + "name": "E13: RGBACL 8bit ECC", + "shortName": "E13", + "channels": [ + "Dimmer", + "Red", + "Green", + "Blue", + "Amber", + "Cyan", + "Lime", + "White", + "Color Temperature", + "Green-Magenta Point 8bit", + "Zoom", + "Focus", + "Reserved for future use", + "Warmer/Cooler 8bit", + "Saturate/Desaturate 8bit", + "+Red/-Red 8bit", + "+Green/-Green 8bit", + "+Blue/-Blue 8bit", + "+Cyan/-Cyan 8bit", + "+Magenta/-Magenta 8bit", + "+Yellow/-Yellow 8bit" + ] + }, + { + "name": "E14: RGBACL 16bit ECC", + "shortName": "E14", + "channels": [ + "Dimmer", + "Dimmer fine", + "Red", + "Red fine", + "Green", + "Green fine", + "Blue", + "Blue fine", + "Amber", + "Amber fine", + "Cyan", + "Cyan fine", + "Lime", + "Lime fine", + "White", + "White fine", + "Color Temperature", + "Color Temperature fine", + "Green-Magenta Point 16bit", + "Green-Magenta Point 16bit fine", + "Zoom", + "Focus", + "Reserved for future use", + "Warmer/Cooler 16bit", + "Warmer/Cooler 16bit fine", + "Saturate/Desaturate 16bit", + "Saturate/Desaturate 16bit fine", + "+Red/-Red 16bit", + "+Red/-Red 16bit fine", + "+Green/-Green 16bit", + "+Green/-Green 16bit fine", + "+Blue/-Blue 16bit", + "+Blue/-Blue 16bit fine", + "+Cyan/-Cyan 16bit", + "+Cyan/-Cyan 16bit fine", + "+Magenta/-Magenta 16bit", + "+Magenta/-Magenta 16bit fine", + "+Yellow/-Yellow 16bit", + "+Yellow/-Yellow 16bit fine" + ] + }, + { + "name": "E15: CCT & HSI 8bit ECC", + "shortName": "E15", + "channels": [ + "Dimmer", + "Color Temperature", + "Green-Magenta Point 8bit", + "Cross Fade to Color", + "Hue", + "Saturation", + "Zoom", + "Focus", + "Reserved for future use", + "Warmer/Cooler 8bit", + "Saturate/Desaturate 8bit", + "+Red/-Red 8bit", + "+Green/-Green 8bit", + "+Blue/-Blue 8bit", + "+Cyan/-Cyan 8bit", + "+Magenta/-Magenta 8bit", + "+Yellow/-Yellow 8bit" + ] + }, + { + "name": "E16: CCT & HSI 16bit ECC", + "shortName": "E16", + "channels": [ + "Dimmer", + "Dimmer fine", + "Color Temperature", + "Color Temperature fine", + "Green-Magenta Point 16bit", + "Green-Magenta Point 16bit fine", + "Cross Fade to Color", + "Cross Fade to Color fine", + "Hue", + "Hue fine", + "Saturation", + "Saturation fine", + "Zoom", + "Focus", + "Reserved for future use", + "Warmer/Cooler 16bit", + "Warmer/Cooler 16bit fine", + "Saturate/Desaturate 16bit", + "Saturate/Desaturate 16bit fine", + "+Red/-Red 16bit", + "+Red/-Red 16bit fine", + "+Green/-Green 16bit", + "+Green/-Green 16bit fine", + "+Blue/-Blue 16bit", + "+Blue/-Blue 16bit fine", + "+Cyan/-Cyan 16bit", + "+Cyan/-Cyan 16bit fine", + "+Magenta/-Magenta 16bit", + "+Magenta/-Magenta 16bit fine", + "+Yellow/-Yellow 16bit", + "+Yellow/-Yellow 16bit fine" + ] + } + ] +} diff --git a/fixtures/arri/skypanel-s120c.json b/fixtures/arri/skypanel-s120c.json index 080ad9da03..06f5d8c3ea 100644 --- a/fixtures/arri/skypanel-s120c.json +++ b/fixtures/arri/skypanel-s120c.json @@ -5,7 +5,7 @@ "meta": { "authors": ["Jean-François Losson", "Dyami Caliri"], "createDate": "2020-10-02", - "lastModifyDate": "2020-10-02" + "lastModifyDate": "2022-08-10" }, "links": { "manual": [ @@ -355,6 +355,4320 @@ } ] }, + "Crossfade to gel": { + "fineChannelAliases": ["Crossfade to gel fine"], + "defaultValue": 0, + "capability": { + "type": "Generic", + "comment": "Gel 1 … Gel 2" + } + }, + "Gel Transition Type": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 51], + "type": "Maintenance", + "comment": "Direct" + }, + { + "dmxRange": [52, 102], + "type": "Maintenance", + "comment": "Through White Point" + }, + { + "dmxRange": [103, 153], + "type": "Maintenance", + "comment": "Through Black Point" + }, + { + "dmxRange": [154, 204], + "type": "Maintenance", + "comment": "Over White Point" + }, + { + "dmxRange": [205, 255], + "type": "Maintenance", + "comment": "Under White Point" + } + ] + }, + "Gel 1, CCT": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 127], + "type": "ColorTemperature", + "colorTemperature": "3200K" + }, + { + "dmxRange": [128, 255], + "type": "ColorTemperature", + "colorTemperature": "5600K" + } + ] + }, + "Gel 1, Color Matching": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 84], + "type": "Maintenance", + "comment": "Best Color" + }, + { + "dmxRange": [85, 170], + "type": "Maintenance", + "comment": "Brightest" + }, + { + "dmxRange": [171, 255], + "type": "Maintenance", + "comment": "No Color Gel" + } + ] + }, + "Gel 1, Brand": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 127], + "type": "Maintenance", + "comment": "Rosco", + "switchChannels": { + "Gel 1, Category": "Gel 1, Category Rosco", + "Gel 1": "Gel 1 Rosco" + } + }, + { + "dmxRange": [128, 255], + "type": "Maintenance", + "comment": "LEE", + "switchChannels": { + "Gel 1, Category": "Gel 1, Category LEE", + "Gel 1": "Gel 1 LEE" + } + } + ] + }, + "Gel 1, Category Rosco": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 50], + "type": "Maintenance", + "comment": "Color Correction", + "switchChannels": { + "Gel 1 Rosco": "Gel 1, Rosco Color Correction" + } + }, + { + "dmxRange": [51, 101], + "type": "Maintenance", + "comment": "CalColor", + "switchChannels": { + "Gel 1 Rosco": "Gel 1, Rosco CalColor" + } + }, + { + "dmxRange": [102, 152], + "type": "Maintenance", + "comment": "Storaro Selection", + "switchChannels": { + "Gel 1 Rosco": "Gel 1, Rosco Storaro Selection" + } + }, + { + "dmxRange": [153, 255], + "type": "Maintenance", + "comment": "Cinelux", + "switchChannels": { + "Gel 1 Rosco": "Gel 1, Rosco Cinelux" + } + } + ] + }, + "Gel 1, Category LEE": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 50], + "type": "Maintenance", + "comment": "Color Correction", + "switchChannels": { + "Gel 1 LEE": "Gel 1, LEE Color Correction" + } + }, + { + "dmxRange": [51, 101], + "type": "Maintenance", + "comment": "Color Filters", + "switchChannels": { + "Gel 1 LEE": "Gel 1, LEE Color Filters" + } + }, + { + "dmxRange": [102, 152], + "type": "Maintenance", + "comment": "600 Series", + "switchChannels": { + "Gel 1 LEE": "Gel 1, LEE 600 Series" + } + }, + { + "dmxRange": [153, 203], + "type": "Maintenance", + "comment": "Cosmetic Filters", + "switchChannels": { + "Gel 1 LEE": "Gel 1, LEE Cosmetic Series" + } + }, + { + "dmxRange": [204, 255], + "type": "Maintenance", + "comment": "700 Series", + "switchChannels": { + "Gel 1 LEE": "Gel 1, LEE 700 Series" + } + } + ] + }, + "Gel 1, Rosco Color Correction": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 1], + "type": "ColorPreset", + "comment": "Full CTB (3202)", + "colors": ["#6a81ff"] + }, + { + "dmxRange": [2, 3], + "type": "ColorPreset", + "comment": "3/4 CTB (3203)", + "colors": ["#839cff"] + }, + { + "dmxRange": [4, 5], + "type": "ColorPreset", + "comment": "1/2 CTB (3204)", + "colors": ["#a3b7ff"] + }, + { + "dmxRange": [6, 7], + "type": "ColorPreset", + "comment": "1/3 CTB (3206)", + "colors": ["#b5c4ff"] + }, + { + "dmxRange": [8, 9], + "type": "ColorPreset", + "comment": "1/4 CTB (3208)", + "colors": ["#cdd6ff"] + }, + { + "dmxRange": [10, 11], + "type": "ColorPreset", + "comment": "1/8 CTB (3216)", + "colors": ["#ebf0ff"] + }, + { + "dmxRange": [12, 13], + "type": "ColorPreset", + "comment": "Double CTB (3220)", + "colors": ["#2c35ff"] + }, + { + "dmxRange": [14, 15], + "type": "ColorPreset", + "comment": "Full CTO (3407)", + "colors": ["#ffad49"] + }, + { + "dmxRange": [16, 17], + "type": "ColorPreset", + "comment": "3/4 CTO (3411)", + "colors": ["#ffb85b"] + }, + { + "dmxRange": [18, 19], + "type": "ColorPreset", + "comment": "1/2 CTO (3408)", + "colors": ["#ffd585"] + }, + { + "dmxRange": [20, 21], + "type": "ColorPreset", + "comment": "1/4 CTO (3409)", + "colors": ["#ffebbf"] + }, + { + "dmxRange": [22, 23], + "type": "ColorPreset", + "comment": "1/8 CTO (3410)", + "colors": ["#fff5d8"] + }, + { + "dmxRange": [24, 25], + "type": "ColorPreset", + "comment": "Double CTO (3420)", + "colors": ["#ff7a21"] + }, + { + "dmxRange": [26, 27], + "type": "ColorPreset", + "comment": "Full CTS (3441)", + "colors": ["#ffbb4d"] + }, + { + "dmxRange": [28, 29], + "type": "ColorPreset", + "comment": "1/2 CTS (3442)", + "colors": ["#ffdf88"] + }, + { + "dmxRange": [30, 31], + "type": "ColorPreset", + "comment": "1/4 CTS (3443)", + "colors": ["#fff3c1"] + }, + { + "dmxRange": [32, 33], + "type": "ColorPreset", + "comment": "1/8 CTS (3444)", + "colors": ["#fff8da"] + }, + { + "dmxRange": [34, 35], + "type": "ColorPreset", + "comment": "Full Plusgreen (3304)", + "colors": ["#d0ff95"] + }, + { + "dmxRange": [36, 37], + "type": "ColorPreset", + "comment": "1/2 Plusgreen (3315)", + "colors": ["#e4ffc3"] + }, + { + "dmxRange": [38, 39], + "type": "ColorPreset", + "comment": "1/4 Plusgreen (3316)", + "colors": ["#f4ffdc"] + }, + { + "dmxRange": [40, 41], + "type": "ColorPreset", + "comment": "1/8 Plusgreen (3317)", + "colors": ["#fbffe4"] + }, + { + "dmxRange": [42, 43], + "type": "ColorPreset", + "comment": "Full Minusgreen (3308)", + "colors": ["#ffbbf4"] + }, + { + "dmxRange": [44, 45], + "type": "ColorPreset", + "comment": "3/4 Minusgreen (3309)", + "colors": ["#ffcaee"] + }, + { + "dmxRange": [46, 47], + "type": "ColorPreset", + "comment": "1/2 Minusgreen (3313)", + "colors": ["#ffd5f6"] + }, + { + "dmxRange": [48, 49], + "type": "ColorPreset", + "comment": "1/4 Minusgreen (3314)", + "colors": ["#ffe9f8"] + }, + { + "dmxRange": [50, 51], + "type": "ColorPreset", + "comment": "1/8 Minusgreen (3318)", + "colors": ["#fff2ef"] + }, + { + "dmxRange": [52, 53], + "type": "ColorPreset", + "comment": "Fluorofilter (3310)", + "colors": ["#ff8840"] + }, + { + "dmxRange": [54, 55], + "type": "ColorPreset", + "comment": "Industrial Vapor (3150)", + "colors": ["#fffc63"] + }, + { + "dmxRange": [56, 57], + "type": "ColorPreset", + "comment": "Urban Vapor (3152)", + "colors": ["#ff901b"] + }, + { + "dmxRange": [58, 59], + "type": "ColorPreset", + "comment": "Tough Y-1 (3107)", + "colors": ["#ffffbe"] + }, + { + "dmxRange": [60, 61], + "type": "ColorPreset", + "comment": "Tough MT 54 (3134)", + "colors": ["#ffedab"] + }, + { + "dmxRange": [62, 63], + "type": "ColorPreset", + "comment": "Tough MTY (3106)", + "colors": ["#ffa940"] + }, + { + "dmxRange": [64, 65], + "type": "ColorPreset", + "comment": "Tough MT2 (3102)", + "colors": ["#ffc250"] + }, + { + "dmxRange": [66, 255], + "type": "NoFunction", + "comment": "Reserved" + } + ] + }, + "Gel 1, Rosco CalColor": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 1], + "type": "ColorPreset", + "comment": "15 Blue (4215)", + "colors": ["#b6bbff"] + }, + { + "dmxRange": [2, 3], + "type": "ColorPreset", + "comment": "30 Blue (4230)", + "colors": ["#838bff"] + }, + { + "dmxRange": [4, 5], + "type": "ColorPreset", + "comment": "60 Blue (4260)", + "colors": ["#504eff"] + }, + { + "dmxRange": [6, 7], + "type": "ColorPreset", + "comment": "90 Blue (4290)", + "colors": ["#2c20ff"] + }, + { + "dmxRange": [8, 9], + "type": "ColorPreset", + "comment": "7 Cyan (4307)", + "colors": ["#ffdf6d"] + }, + { + "dmxRange": [10, 11], + "type": "ColorPreset", + "comment": "15 Cyan (4315)", + "colors": ["#d5f9ff"] + }, + { + "dmxRange": [12, 13], + "type": "ColorPreset", + "comment": "30 Cyan (4330)", + "colors": ["#aae7ff"] + }, + { + "dmxRange": [14, 15], + "type": "ColorPreset", + "comment": "60 Cyan (4360)", + "colors": ["#75d8ff"] + }, + { + "dmxRange": [16, 17], + "type": "ColorPreset", + "comment": "90 Cyan (4390)", + "colors": ["#4ec3ff"] + }, + { + "dmxRange": [18, 19], + "type": "ColorPreset", + "comment": "15 Green (4415)", + "colors": ["#d8ffb9"] + }, + { + "dmxRange": [20, 21], + "type": "ColorPreset", + "comment": "30 Green (4430)", + "colors": ["#b3ff87"] + }, + { + "dmxRange": [22, 23], + "type": "ColorPreset", + "comment": "60 Green (4460)", + "colors": ["#86ff56"] + }, + { + "dmxRange": [24, 25], + "type": "ColorPreset", + "comment": "90 Green (4490)", + "colors": ["#62ff3b"] + }, + { + "dmxRange": [26, 27], + "type": "ColorPreset", + "comment": "15 Yellow (4515)", + "colors": ["#fbffb3"] + }, + { + "dmxRange": [28, 29], + "type": "ColorPreset", + "comment": "30 Yellow (4530)", + "colors": ["#f7ff85"] + }, + { + "dmxRange": [30, 31], + "type": "ColorPreset", + "comment": "60 Yellow (4560)", + "colors": ["#f6ff4c"] + }, + { + "dmxRange": [32, 33], + "type": "ColorPreset", + "comment": "90 Yellow (4590)", + "colors": ["#fbff31"] + }, + { + "dmxRange": [34, 35], + "type": "ColorPreset", + "comment": "15 Red (4615)", + "colors": ["#ffd5c2"] + }, + { + "dmxRange": [36, 37], + "type": "ColorPreset", + "comment": "30 Red (4630)", + "colors": ["#ffb08d"] + }, + { + "dmxRange": [38, 39], + "type": "ColorPreset", + "comment": "60 Red (4660)", + "colors": ["#ff7f4d"] + }, + { + "dmxRange": [40, 41], + "type": "ColorPreset", + "comment": "90 Red (4690)", + "colors": ["#ff5725"] + }, + { + "dmxRange": [42, 43], + "type": "ColorPreset", + "comment": "15 Magenta (4715)", + "colors": ["#fbceff"] + }, + { + "dmxRange": [44, 45], + "type": "ColorPreset", + "comment": "30 Magenta (4730)", + "colors": ["#f5a0ff"] + }, + { + "dmxRange": [46, 47], + "type": "ColorPreset", + "comment": "60 Magenta (4760)", + "colors": ["#ea5eff"] + }, + { + "dmxRange": [48, 49], + "type": "ColorPreset", + "comment": "90 Magenta (4790)", + "colors": ["#eb49ff"] + }, + { + "dmxRange": [50, 51], + "type": "ColorPreset", + "comment": "15 Pink (4815)", + "colors": ["#ffd0df"] + }, + { + "dmxRange": [52, 53], + "type": "ColorPreset", + "comment": "30 Pink (4830)", + "colors": ["#ffa6be"] + }, + { + "dmxRange": [54, 55], + "type": "ColorPreset", + "comment": "60 Pink (4860)", + "colors": ["#ff7c94"] + }, + { + "dmxRange": [56, 57], + "type": "ColorPreset", + "comment": "90 Pink (4890)", + "colors": ["#ff5660"] + }, + { + "dmxRange": [58, 59], + "type": "ColorPreset", + "comment": "15 Lavender (4915)", + "colors": ["#d0bbff"] + }, + { + "dmxRange": [60, 61], + "type": "ColorPreset", + "comment": "30 Lavender (4930)", + "colors": ["#b893ff"] + }, + { + "dmxRange": [62, 63], + "type": "ColorPreset", + "comment": "60 Lavender (4960)", + "colors": ["#8a53ff"] + }, + { + "dmxRange": [64, 65], + "type": "ColorPreset", + "comment": "90 Lavender (4990)", + "colors": ["#632eff"] + }, + { + "dmxRange": [66, 255], + "type": "NoFunction", + "comment": "Reserved" + } + ] + }, + "Gel 1, Rosco Storaro Selection": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 1], + "type": "ColorPreset", + "comment": "VS Red (2001)", + "colors": ["#ff2307"] + }, + { + "dmxRange": [2, 3], + "type": "ColorPreset", + "comment": "VS Orange (2002)", + "colors": ["#ff7a21"] + }, + { + "dmxRange": [4, 5], + "type": "ColorPreset", + "comment": "VS Yellow (2003)", + "colors": ["#ffcc14"] + }, + { + "dmxRange": [6, 7], + "type": "ColorPreset", + "comment": "VS Green (2004)", + "colors": ["#25ff55"] + }, + { + "dmxRange": [8, 9], + "type": "ColorPreset", + "comment": "VS Cyan (2005)", + "colors": ["#2ca5ff"] + }, + { + "dmxRange": [10, 11], + "type": "ColorPreset", + "comment": "VS Azure (2006)", + "colors": ["#141fff"] + }, + { + "dmxRange": [12, 13], + "type": "ColorPreset", + "comment": "VS Blue (2007)", + "colors": ["#2c35ff"] + }, + { + "dmxRange": [14, 15], + "type": "ColorPreset", + "comment": "VS Indigo (2008)", + "colors": ["#2612ff"] + }, + { + "dmxRange": [16, 17], + "type": "ColorPreset", + "comment": "VS Violet (2009)", + "colors": ["#741fff"] + }, + { + "dmxRange": [18, 19], + "type": "ColorPreset", + "comment": "VS Magenta (2010)", + "colors": ["#eb49ff"] + }, + { + "dmxRange": [20, 255], + "type": "NoFunction", + "comment": "Reserved" + } + ] + }, + "Gel 1, Rosco Cinelux": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 1], + "type": "ColorPreset", + "comment": "Bastard Amber (2)", + "colors": ["#ffdba5"] + }, + { + "dmxRange": [2, 3], + "type": "ColorPreset", + "comment": "Pale Bastard Amber (302)", + "colors": ["#fff0d6"] + }, + { + "dmxRange": [4, 5], + "type": "ColorPreset", + "comment": "No Color Straw (6)", + "colors": ["#feffcd"] + }, + { + "dmxRange": [6, 7], + "type": "ColorPreset", + "comment": "Pale Gold (8)", + "colors": ["#ffeead"] + }, + { + "dmxRange": [8, 9], + "type": "ColorPreset", + "comment": "Daffodil (310)", + "colors": ["#faff59"] + }, + { + "dmxRange": [10, 11], + "type": "ColorPreset", + "comment": "Straw (12)", + "colors": ["#feff2c"] + }, + { + "dmxRange": [12, 13], + "type": "ColorPreset", + "comment": "Light Amber (16)", + "colors": ["#ffc24e"] + }, + { + "dmxRange": [14, 15], + "type": "ColorPreset", + "comment": "Gallo Gold (316)", + "colors": ["#ffb95a"] + }, + { + "dmxRange": [16, 17], + "type": "ColorPreset", + "comment": "Light Flame (17)", + "colors": ["#ffa54e"] + }, + { + "dmxRange": [18, 19], + "type": "ColorPreset", + "comment": "Flame (18)", + "colors": ["#ffac45"] + }, + { + "dmxRange": [20, 21], + "type": "ColorPreset", + "comment": "Mayan Sun (318)", + "colors": ["#ff8441"] + }, + { + "dmxRange": [22, 23], + "type": "ColorPreset", + "comment": "Golden Amber (21)", + "colors": ["#ff8109"] + }, + { + "dmxRange": [24, 25], + "type": "ColorPreset", + "comment": "Soft Golden Amber (321)", + "colors": ["#ff9633"] + }, + { + "dmxRange": [26, 27], + "type": "ColorPreset", + "comment": "Orange (23)", + "colors": ["#ff640b"] + }, + { + "dmxRange": [28, 29], + "type": "ColorPreset", + "comment": "Henna Sky (325)", + "colors": ["#ff4a0d"] + }, + { + "dmxRange": [30, 31], + "type": "ColorPreset", + "comment": "Light Red (26)", + "colors": ["#ff2307"] + }, + { + "dmxRange": [32, 33], + "type": "ColorPreset", + "comment": "No Color Pink (33)", + "colors": ["#ffc8e2"] + }, + { + "dmxRange": [34, 35], + "type": "ColorPreset", + "comment": "Blush Pink (333)", + "colors": ["#ffd5f6"] + }, + { + "dmxRange": [36, 37], + "type": "ColorPreset", + "comment": "Flesh Pink (34)", + "colors": ["#ff939f"] + }, + { + "dmxRange": [38, 39], + "type": "ColorPreset", + "comment": "Pale Rose Pink (37)", + "colors": ["#ffbbf5"] + }, + { + "dmxRange": [40, 41], + "type": "ColorPreset", + "comment": "Salmon (41)", + "colors": ["#ff471c"] + }, + { + "dmxRange": [42, 43], + "type": "ColorPreset", + "comment": "Deep Salmon (42)", + "colors": ["#ff2b25"] + }, + { + "dmxRange": [44, 45], + "type": "ColorPreset", + "comment": "Middle Rose (44)", + "colors": ["#ff5bd3"] + }, + { + "dmxRange": [46, 47], + "type": "ColorPreset", + "comment": "Light Rose Purple (47)", + "colors": ["#954fff"] + }, + { + "dmxRange": [48, 49], + "type": "ColorPreset", + "comment": "Surprise Pink (51)", + "colors": ["#cbb5ff"] + }, + { + "dmxRange": [50, 51], + "type": "ColorPreset", + "comment": "No Color Blue (60)", + "colors": ["#99b0ff"] + }, + { + "dmxRange": [52, 53], + "type": "ColorPreset", + "comment": "Clearwater (360)", + "colors": ["#a3b7ff"] + }, + { + "dmxRange": [54, 55], + "type": "ColorPreset", + "comment": "Booster Blue (62)", + "colors": ["#7da3ff"] + }, + { + "dmxRange": [56, 57], + "type": "ColorPreset", + "comment": "Tipton Blue (362)", + "colors": ["#728bff"] + }, + { + "dmxRange": [58, 59], + "type": "ColorPreset", + "comment": "Blue Bell (364)", + "colors": ["#566fff"] + }, + { + "dmxRange": [60, 61], + "type": "ColorPreset", + "comment": "Daylight Blue (65)", + "colors": ["#3767ff"] + }, + { + "dmxRange": [62, 63], + "type": "ColorPreset", + "comment": "Tharon Delft Blue (365)", + "colors": ["#6a81ff"] + }, + { + "dmxRange": [64, 65], + "type": "ColorPreset", + "comment": "Cerulean Blue (375)", + "colors": ["#207aff"] + }, + { + "dmxRange": [66, 67], + "type": "ColorPreset", + "comment": "Bermuda Blue (376)", + "colors": ["#3170ff"] + }, + { + "dmxRange": [68, 69], + "type": "ColorPreset", + "comment": "Green Blue (77)", + "colors": ["#1435ff"] + }, + { + "dmxRange": [70, 71], + "type": "ColorPreset", + "comment": "Alice Blue (378)", + "colors": ["#3e3cff"] + }, + { + "dmxRange": [72, 73], + "type": "ColorPreset", + "comment": "Primary Blue (80)", + "colors": ["#141fff"] + }, + { + "dmxRange": [74, 75], + "type": "ColorPreset", + "comment": "Baldassari Blue (381)", + "colors": ["#1f18ff"] + }, + { + "dmxRange": [76, 77], + "type": "ColorPreset", + "comment": "Medium Blue (83)", + "colors": ["#130fff"] + }, + { + "dmxRange": [78, 79], + "type": "ColorPreset", + "comment": "Pale Yellow Green (87)", + "colors": ["#e4ffc2"] + }, + { + "dmxRange": [80, 81], + "type": "ColorPreset", + "comment": "Light Green (88)", + "colors": ["#d0ff96"] + }, + { + "dmxRange": [82, 83], + "type": "ColorPreset", + "comment": "Moss Green (89)", + "colors": ["#60ff74"] + }, + { + "dmxRange": [84, 85], + "type": "ColorPreset", + "comment": "Primary Green (91)", + "colors": ["#3cffa4"] + }, + { + "dmxRange": [86, 87], + "type": "ColorPreset", + "comment": "Turquoise (92)", + "colors": ["#78fffe"] + }, + { + "dmxRange": [88, 89], + "type": "ColorPreset", + "comment": "Blue Green (93)", + "colors": ["#5cd3ff"] + }, + { + "dmxRange": [90, 91], + "type": "ColorPreset", + "comment": "Chocolate (99)", + "colors": ["#ffc48d"] + }, + { + "dmxRange": [92, 255], + "type": "NoFunction", + "comment": "Reserved" + } + ] + }, + "Gel 1, LEE Color Correction": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 1], + "type": "ColorPreset", + "comment": "Double CTB (200)", + "colors": ["#313eff"] + }, + { + "dmxRange": [2, 3], + "type": "ColorPreset", + "comment": "Full CTB (201)", + "colors": ["#647bff"] + }, + { + "dmxRange": [4, 5], + "type": "ColorPreset", + "comment": "3/4 CTB (281)", + "colors": ["#7789ff"] + }, + { + "dmxRange": [6, 7], + "type": "ColorPreset", + "comment": "1/2 CTB (202)", + "colors": ["#9bb2ff"] + }, + { + "dmxRange": [8, 9], + "type": "ColorPreset", + "comment": "1/4 CTB (203)", + "colors": ["#c3d3ff"] + }, + { + "dmxRange": [10, 11], + "type": "ColorPreset", + "comment": "1/8 CTB (218)", + "colors": ["#e0eaff"] + }, + { + "dmxRange": [12, 13], + "type": "ColorPreset", + "comment": "Double CTO (287)", + "colors": ["#ff9317"] + }, + { + "dmxRange": [14, 15], + "type": "ColorPreset", + "comment": "Full CTO (204)", + "colors": ["#ffbf4d"] + }, + { + "dmxRange": [16, 17], + "type": "ColorPreset", + "comment": "3/4 CTO (285)", + "colors": ["#ffcc61"] + }, + { + "dmxRange": [18, 19], + "type": "ColorPreset", + "comment": "1/2 CTO (205)", + "colors": ["#ffdf8b"] + }, + { + "dmxRange": [20, 21], + "type": "ColorPreset", + "comment": "1/4 CTO (206)", + "colors": ["#ffeeb7"] + }, + { + "dmxRange": [22, 23], + "type": "ColorPreset", + "comment": "1/8 CTO (223)", + "colors": ["#fff6d5"] + }, + { + "dmxRange": [24, 25], + "type": "ColorPreset", + "comment": "1 1/2 CTB (283)", + "colors": ["#4559ff"] + }, + { + "dmxRange": [26, 27], + "type": "ColorPreset", + "comment": "1 1/2 CTO (286)", + "colors": ["#ffa728"] + }, + { + "dmxRange": [28, 29], + "type": "ColorPreset", + "comment": "Full CTS (441)", + "colors": ["#ffbe4c"] + }, + { + "dmxRange": [30, 31], + "type": "ColorPreset", + "comment": "1/2 CTS (442)", + "colors": ["#ffe085"] + }, + { + "dmxRange": [32, 33], + "type": "ColorPreset", + "comment": "1/4 CTS (443)", + "colors": ["#fff1bb"] + }, + { + "dmxRange": [34, 35], + "type": "ColorPreset", + "comment": "1/8 CTS (444)", + "colors": ["#fff8de"] + }, + { + "dmxRange": [36, 37], + "type": "ColorPreset", + "comment": "Full CTO + .3 ND (207)", + "colors": ["#ffc148"] + }, + { + "dmxRange": [38, 39], + "type": "ColorPreset", + "comment": "Full CTO + .6 ND (208)", + "colors": ["#ffbe4b"] + }, + { + "dmxRange": [40, 41], + "type": "ColorPreset", + "comment": "L.C.T. Yellow (Y1) (212)", + "colors": ["#ffffbe"] + }, + { + "dmxRange": [42, 43], + "type": "ColorPreset", + "comment": "White Flame Green (213)", + "colors": ["#d5ffd0"] + }, + { + "dmxRange": [44, 45], + "type": "ColorPreset", + "comment": "LEE Fluorescent Green (219)", + "colors": ["#74e0ff"] + }, + { + "dmxRange": [46, 47], + "type": "ColorPreset", + "comment": "Super Correction L.C.T. Yellow (230)", + "colors": ["#ffe596"] + }, + { + "dmxRange": [48, 49], + "type": "ColorPreset", + "comment": "Super Correction W.F. Green (232)", + "colors": ["#ffc55c"] + }, + { + "dmxRange": [50, 51], + "type": "ColorPreset", + "comment": "H.M.I. (to Tungsten) (236)", + "colors": ["#ffbd5a"] + }, + { + "dmxRange": [52, 53], + "type": "ColorPreset", + "comment": "C.I.D. (to Tungsten) (237)", + "colors": ["#ff9955"] + }, + { + "dmxRange": [54, 55], + "type": "ColorPreset", + "comment": "C.S.I. (to Tungsten) (238)", + "colors": ["#ffa994"] + }, + { + "dmxRange": [56, 57], + "type": "ColorPreset", + "comment": "LEE Fluorescent 5700 Kelvin (241)", + "colors": ["#71b6ff"] + }, + { + "dmxRange": [58, 59], + "type": "ColorPreset", + "comment": "LEE Fluorescent 4300 Kelvin (242)", + "colors": ["#9cfff2"] + }, + { + "dmxRange": [60, 61], + "type": "ColorPreset", + "comment": "LEE Fluorescent 3600 Kelvin (243)", + "colors": ["#aeffc7"] + }, + { + "dmxRange": [62, 63], + "type": "ColorPreset", + "comment": "LEE Plus Green (244)", + "colors": ["#cfff9e"] + }, + { + "dmxRange": [64, 65], + "type": "ColorPreset", + "comment": "1/2 Plus Green (245)", + "colors": ["#e3ffc5"] + }, + { + "dmxRange": [66, 67], + "type": "ColorPreset", + "comment": "1/4 Plus Green (246)", + "colors": ["#f0ffdd"] + }, + { + "dmxRange": [68, 69], + "type": "ColorPreset", + "comment": "1/8 Plus Green (278)", + "colors": ["#f8ffed"] + }, + { + "dmxRange": [70, 71], + "type": "ColorPreset", + "comment": "LEE Minus Green (247)", + "colors": ["#ffb0e6"] + }, + { + "dmxRange": [72, 73], + "type": "ColorPreset", + "comment": "1/2 Minus Green (248)", + "colors": ["#ffd3f0"] + }, + { + "dmxRange": [74, 75], + "type": "ColorPreset", + "comment": "1/4 Minus Green (249)", + "colors": ["#ffe7f8"] + }, + { + "dmxRange": [76, 77], + "type": "ColorPreset", + "comment": "1/8 Minus Green (279)", + "colors": ["#fff2f8"] + }, + { + "dmxRange": [78, 255], + "type": "NoFunction", + "comment": "Reserved" + } + ] + }, + "Gel 1, LEE Color Filters": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 1], + "type": "ColorPreset", + "comment": "Rose Pink (2)", + "colors": ["#ff5bfd"] + }, + { + "dmxRange": [2, 3], + "type": "ColorPreset", + "comment": "Lavender Tint (3)", + "colors": ["#ede2ff"] + }, + { + "dmxRange": [4, 5], + "type": "ColorPreset", + "comment": "Medium Bastard Amber (4)", + "colors": ["#ffbb92"] + }, + { + "dmxRange": [6, 7], + "type": "ColorPreset", + "comment": "Pale Yellow (7)", + "colors": ["#ffffb2"] + }, + { + "dmxRange": [8, 9], + "type": "ColorPreset", + "comment": "Dark Salmon (8)", + "colors": ["#ff722c"] + }, + { + "dmxRange": [10, 11], + "type": "ColorPreset", + "comment": "Pale Amber Gold (9)", + "colors": ["#ffdb82"] + }, + { + "dmxRange": [12, 13], + "type": "ColorPreset", + "comment": "Medium Yellow (10)", + "colors": ["#f8ff22"] + }, + { + "dmxRange": [14, 15], + "type": "ColorPreset", + "comment": "Straw Tint (13)", + "colors": ["#ffdc68"] + }, + { + "dmxRange": [16, 17], + "type": "ColorPreset", + "comment": "Surprise Peach (17)", + "colors": ["#ff9640"] + }, + { + "dmxRange": [18, 19], + "type": "ColorPreset", + "comment": "Fire (19)", + "colors": ["#ff3404"] + }, + { + "dmxRange": [20, 21], + "type": "ColorPreset", + "comment": "Medium Amber (20)", + "colors": ["#ffa313"] + }, + { + "dmxRange": [22, 23], + "type": "ColorPreset", + "comment": "Gold Amber (21)", + "colors": ["#ff6905"] + }, + { + "dmxRange": [24, 25], + "type": "ColorPreset", + "comment": "Dark Amber (22)", + "colors": ["#ff4c01"] + }, + { + "dmxRange": [26, 27], + "type": "ColorPreset", + "comment": "Scarlet (24)", + "colors": ["#ff3f22"] + }, + { + "dmxRange": [28, 29], + "type": "ColorPreset", + "comment": "Sunset Red (25)", + "colors": ["#ff5615"] + }, + { + "dmxRange": [30, 31], + "type": "ColorPreset", + "comment": "Bright Red (26)", + "colors": ["#ff1a02"] + }, + { + "dmxRange": [32, 33], + "type": "ColorPreset", + "comment": "Light Pink (35)", + "colors": ["#756cff"] + }, + { + "dmxRange": [34, 35], + "type": "ColorPreset", + "comment": "Medium Pink (36)", + "colors": ["#875aff"] + }, + { + "dmxRange": [36, 37], + "type": "ColorPreset", + "comment": "Dark Magenta (46)", + "colors": ["#ff21b0"] + }, + { + "dmxRange": [38, 39], + "type": "ColorPreset", + "comment": "Rose Purple (48)", + "colors": ["#461dff"] + }, + { + "dmxRange": [40, 41], + "type": "ColorPreset", + "comment": "Light Lavender (52)", + "colors": ["#3c3aff"] + }, + { + "dmxRange": [42, 43], + "type": "ColorPreset", + "comment": "Paler Lavender (53)", + "colors": ["#5065ff"] + }, + { + "dmxRange": [44, 45], + "type": "ColorPreset", + "comment": "Lavender (58)", + "colors": ["#2010ff"] + }, + { + "dmxRange": [46, 47], + "type": "ColorPreset", + "comment": "Mist Blue (61)", + "colors": ["#4664ff"] + }, + { + "dmxRange": [48, 49], + "type": "ColorPreset", + "comment": "Pale Blue (63)", + "colors": ["#3c59ff"] + }, + { + "dmxRange": [50, 51], + "type": "ColorPreset", + "comment": "Sky Blue (68)", + "colors": ["#121aff"] + }, + { + "dmxRange": [52, 53], + "type": "ColorPreset", + "comment": "Evening Blue (75)", + "colors": ["#1416ff"] + }, + { + "dmxRange": [54, 55], + "type": "ColorPreset", + "comment": "Just Blue (79)", + "colors": ["#110eff"] + }, + { + "dmxRange": [56, 57], + "type": "ColorPreset", + "comment": "Deeper Blue (85)", + "colors": ["#1107ff"] + }, + { + "dmxRange": [58, 59], + "type": "ColorPreset", + "comment": "Lime Green (88)", + "colors": ["#7eff68"] + }, + { + "dmxRange": [60, 61], + "type": "ColorPreset", + "comment": "Moss Green (89)", + "colors": ["#38ff7b"] + }, + { + "dmxRange": [62, 63], + "type": "ColorPreset", + "comment": "Dark Yellow Green (90)", + "colors": ["#15ff53"] + }, + { + "dmxRange": [64, 65], + "type": "ColorPreset", + "comment": "Spring Yellow (100)", + "colors": ["#a6ff43"] + }, + { + "dmxRange": [66, 67], + "type": "ColorPreset", + "comment": "Yellow (101)", + "colors": ["#c5ff20"] + }, + { + "dmxRange": [68, 69], + "type": "ColorPreset", + "comment": "Light Amber (102)", + "colors": ["#daff66"] + }, + { + "dmxRange": [70, 71], + "type": "ColorPreset", + "comment": "Straw (103)", + "colors": ["#9ab8ff"] + }, + { + "dmxRange": [72, 73], + "type": "ColorPreset", + "comment": "Deep Amber (104)", + "colors": ["#f3ff26"] + }, + { + "dmxRange": [74, 75], + "type": "ColorPreset", + "comment": "Primary Red (106)", + "colors": ["#ff2104"] + }, + { + "dmxRange": [76, 77], + "type": "ColorPreset", + "comment": "Light Rose (107)", + "colors": ["#a979ff"] + }, + { + "dmxRange": [78, 79], + "type": "ColorPreset", + "comment": "English Rose (108)", + "colors": ["#fbd0ff"] + }, + { + "dmxRange": [80, 81], + "type": "ColorPreset", + "comment": "Light Salmon (109)", + "colors": ["#a17dff"] + }, + { + "dmxRange": [82, 83], + "type": "ColorPreset", + "comment": "Middle Rose (110)", + "colors": ["#7b5fff"] + }, + { + "dmxRange": [84, 85], + "type": "ColorPreset", + "comment": "Dark Pink (111)", + "colors": ["#9147ff"] + }, + { + "dmxRange": [86, 87], + "type": "ColorPreset", + "comment": "Magenta (113)", + "colors": ["#ff1e80"] + }, + { + "dmxRange": [88, 89], + "type": "ColorPreset", + "comment": "Peacock Blue (115)", + "colors": ["#175fff"] + }, + { + "dmxRange": [90, 91], + "type": "ColorPreset", + "comment": "Steel Blue (117)", + "colors": ["#3660ff"] + }, + { + "dmxRange": [92, 93], + "type": "ColorPreset", + "comment": "Light Blue (118)", + "colors": ["#1333ff"] + }, + { + "dmxRange": [94, 95], + "type": "ColorPreset", + "comment": "Deep Blue (120)", + "colors": ["#1103ff"] + }, + { + "dmxRange": [96, 97], + "type": "ColorPreset", + "comment": "LEE Green (121)", + "colors": ["#61ff6e"] + }, + { + "dmxRange": [98, 99], + "type": "ColorPreset", + "comment": "Fern Green (122)", + "colors": ["#48ff90"] + }, + { + "dmxRange": [100, 101], + "type": "ColorPreset", + "comment": "Dark Green (124)", + "colors": ["#17ff9d"] + }, + { + "dmxRange": [102, 103], + "type": "ColorPreset", + "comment": "Smokey Pink (127)", + "colors": ["#ae65ff"] + }, + { + "dmxRange": [104, 105], + "type": "ColorPreset", + "comment": "Bright Pink (128)", + "colors": ["#8313ff"] + }, + { + "dmxRange": [106, 107], + "type": "ColorPreset", + "comment": "Marine Blue (131)", + "colors": ["#266fff"] + }, + { + "dmxRange": [108, 109], + "type": "ColorPreset", + "comment": "Golden Amber (134)", + "colors": ["#ffba6e"] + }, + { + "dmxRange": [110, 111], + "type": "ColorPreset", + "comment": "Deep Golden Amber (135)", + "colors": ["#ff4d00"] + }, + { + "dmxRange": [112, 113], + "type": "ColorPreset", + "comment": "Pale Lavender (136)", + "colors": ["#4b4eff"] + }, + { + "dmxRange": [114, 115], + "type": "ColorPreset", + "comment": "Special Lavender (137)", + "colors": ["#2e32ff"] + }, + { + "dmxRange": [116, 117], + "type": "ColorPreset", + "comment": "Pale Green (138)", + "colors": ["#8fffe7"] + }, + { + "dmxRange": [118, 119], + "type": "ColorPreset", + "comment": "Summer Blue (140)", + "colors": ["#244cff"] + }, + { + "dmxRange": [120, 121], + "type": "ColorPreset", + "comment": "Pale Violet (142)", + "colors": ["#2324ff"] + }, + { + "dmxRange": [122, 123], + "type": "ColorPreset", + "comment": "Pale Navy Blue (143)", + "colors": ["#1b39ff"] + }, + { + "dmxRange": [124, 125], + "type": "ColorPreset", + "comment": "No Color Blue (144)", + "colors": ["#1d42ff"] + }, + { + "dmxRange": [126, 127], + "type": "ColorPreset", + "comment": "Apricot (147)", + "colors": ["#ffd1ad"] + }, + { + "dmxRange": [128, 129], + "type": "ColorPreset", + "comment": "Bright Rose (148)", + "colors": ["#ff37df"] + }, + { + "dmxRange": [130, 131], + "type": "ColorPreset", + "comment": "Gold Tint (151)", + "colors": ["#9d96ff"] + }, + { + "dmxRange": [132, 133], + "type": "ColorPreset", + "comment": "Pale Gold (152)", + "colors": ["#9c9fff"] + }, + { + "dmxRange": [134, 135], + "type": "ColorPreset", + "comment": "Pale Salmon (153)", + "colors": ["#8a7bff"] + }, + { + "dmxRange": [136, 137], + "type": "ColorPreset", + "comment": "Pale Rose (154)", + "colors": ["#8a8cff"] + }, + { + "dmxRange": [138, 139], + "type": "ColorPreset", + "comment": "Chocolate (156)", + "colors": ["#e0e0ff"] + }, + { + "dmxRange": [140, 141], + "type": "ColorPreset", + "comment": "Pink (157)", + "colors": ["#f577ff"] + }, + { + "dmxRange": [142, 143], + "type": "ColorPreset", + "comment": "No Color Straw (159)", + "colors": ["#7898ff"] + }, + { + "dmxRange": [144, 145], + "type": "ColorPreset", + "comment": "Slate Blue (161)", + "colors": ["#1c2dff"] + }, + { + "dmxRange": [146, 147], + "type": "ColorPreset", + "comment": "Bastard Amber (162)", + "colors": ["#8d99ff"] + }, + { + "dmxRange": [148, 149], + "type": "ColorPreset", + "comment": "Flame Red (164)", + "colors": ["#ff3916"] + }, + { + "dmxRange": [150, 151], + "type": "ColorPreset", + "comment": "Daylight Blue (165)", + "colors": ["#1729ff"] + }, + { + "dmxRange": [152, 153], + "type": "ColorPreset", + "comment": "Lilac Tint (169)", + "colors": ["#5762ff"] + }, + { + "dmxRange": [154, 155], + "type": "ColorPreset", + "comment": "Deep Lavender (170)", + "colors": ["#433aff"] + }, + { + "dmxRange": [156, 157], + "type": "ColorPreset", + "comment": "Dark Steel Blue (174)", + "colors": ["#263bff"] + }, + { + "dmxRange": [158, 159], + "type": "ColorPreset", + "comment": "Loving Amber (176)", + "colors": ["#d49bff"] + }, + { + "dmxRange": [160, 161], + "type": "ColorPreset", + "comment": "Dark Lavender (180)", + "colors": ["#1c0bff"] + }, + { + "dmxRange": [162, 163], + "type": "ColorPreset", + "comment": "Light Red (182)", + "colors": ["#ff2606"] + }, + { + "dmxRange": [164, 165], + "type": "ColorPreset", + "comment": "Flesh Pink (192)", + "colors": ["#9f4fff"] + }, + { + "dmxRange": [166, 167], + "type": "ColorPreset", + "comment": "Surprise Pink (194)", + "colors": ["#312fff"] + }, + { + "dmxRange": [168, 169], + "type": "ColorPreset", + "comment": "Zenith Blue (195)", + "colors": ["#1107ff"] + }, + { + "dmxRange": [170, 171], + "type": "ColorPreset", + "comment": "True Blue (196)", + "colors": ["#2038ff"] + }, + { + "dmxRange": [172, 173], + "type": "ColorPreset", + "comment": "Alice Blue (197)", + "colors": ["#181aff"] + }, + { + "dmxRange": [174, 175], + "type": "ColorPreset", + "comment": "Palace Blue (198)", + "colors": ["#1407ff"] + }, + { + "dmxRange": [176, 177], + "type": "ColorPreset", + "comment": "Regal Blue (199)", + "colors": ["#1f10ff"] + }, + { + "dmxRange": [178, 255], + "type": "NoFunction", + "comment": "Reserved" + } + ] + }, + "Gel 1, LEE 600 Series": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 1], + "type": "ColorPreset", + "comment": "Arctic White (600)", + "colors": ["#2f3fff"] + }, + { + "dmxRange": [2, 3], + "type": "ColorPreset", + "comment": "Silver (601)", + "colors": ["#394dff"] + }, + { + "dmxRange": [4, 5], + "type": "ColorPreset", + "comment": "Platinum (602)", + "colors": ["#4158ff"] + }, + { + "dmxRange": [6, 7], + "type": "ColorPreset", + "comment": "Moonlight White (603)", + "colors": ["#445aff"] + }, + { + "dmxRange": [8, 9], + "type": "ColorPreset", + "comment": "Full CT 85 (604)", + "colors": ["#fff2de"] + }, + { + "dmxRange": [10, 11], + "type": "ColorPreset", + "comment": "Industry Sodium (650)", + "colors": ["#cfffbd"] + }, + { + "dmxRange": [12, 13], + "type": "ColorPreset", + "comment": "HI Sodium (651)", + "colors": ["#ffe3ab"] + }, + { + "dmxRange": [14, 15], + "type": "ColorPreset", + "comment": "Urban Sodium (652)", + "colors": ["#ff993a"] + }, + { + "dmxRange": [16, 17], + "type": "ColorPreset", + "comment": "LO Sodium (653)", + "colors": ["#ffbf4a"] + }, + { + "dmxRange": [18, 255], + "type": "NoFunction", + "comment": "Reserved" + } + ] + }, + "Gel 1, LEE Cosmetic Series": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 1], + "type": "ColorPreset", + "comment": "Cosmetic Peach (184)", + "colors": ["#778fff"] + }, + { + "dmxRange": [2, 3], + "type": "ColorPreset", + "comment": "Cosmetic Silver Rose (186)", + "colors": ["#707bff"] + }, + { + "dmxRange": [4, 5], + "type": "ColorPreset", + "comment": "Cosmetic Rouge (187)", + "colors": ["#8091ff"] + }, + { + "dmxRange": [6, 7], + "type": "ColorPreset", + "comment": "Cosmetic Highlight (188)", + "colors": ["#7b90ff"] + }, + { + "dmxRange": [8, 9], + "type": "ColorPreset", + "comment": "Cosmetic Silver Moss (189)", + "colors": ["#7fa7ff"] + }, + { + "dmxRange": [10, 11], + "type": "ColorPreset", + "comment": "Cosmetic Aqua Blue (191)", + "colors": ["#6082ff"] + }, + { + "dmxRange": [12, 13], + "type": "ColorPreset", + "comment": "Lily Frost (705)", + "colors": ["#3a32ff"] + }, + { + "dmxRange": [14, 15], + "type": "ColorPreset", + "comment": "Shanklin Frost (717)", + "colors": ["#2f41ff"] + }, + { + "dmxRange": [16, 17], + "type": "ColorPreset", + "comment": "Half Shanklin Frost (718)", + "colors": ["#425aff"] + }, + { + "dmxRange": [18, 19], + "type": "ColorPreset", + "comment": "Durham Daylight Frost (720)", + "colors": ["#2a39ff"] + }, + { + "dmxRange": [20, 21], + "type": "ColorPreset", + "comment": "Hampshire Rose (749)", + "colors": ["#898aff"] + }, + { + "dmxRange": [22, 23], + "type": "ColorPreset", + "comment": "Durham Frost (750)", + "colors": ["#6882ff"] + }, + { + "dmxRange": [24, 25], + "type": "ColorPreset", + "comment": "Soft Amber Key 1 (774)", + "colors": ["#a9b1ff"] + }, + { + "dmxRange": [26, 27], + "type": "ColorPreset", + "comment": "Soft Amber Key 2 (775)", + "colors": ["#f2ddff"] + }, + { + "dmxRange": [28, 29], + "type": "ColorPreset", + "comment": "Moroccan Frost (791)", + "colors": ["#a993ff"] + }, + { + "dmxRange": [30, 31], + "type": "ColorPreset", + "comment": "Blue Diffusion (217)", + "colors": ["#6983ff"] + }, + { + "dmxRange": [32, 33], + "type": "ColorPreset", + "comment": "Blue Frost (221)", + "colors": ["#6981ff"] + }, + { + "dmxRange": [34, 35], + "type": "ColorPreset", + "comment": "Daylight Blue Frost (224)", + "colors": ["#3848ff"] + }, + { + "dmxRange": [36, 255], + "type": "NoFunction", + "comment": "Reserved" + } + ] + }, + "Gel 1, LEE 700 Series": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 1], + "type": "ColorPreset", + "comment": "Perfect Lavender (700)", + "colors": ["#1a06ff"] + }, + { + "dmxRange": [2, 3], + "type": "ColorPreset", + "comment": "Provence (701)", + "colors": ["#210dff"] + }, + { + "dmxRange": [4, 5], + "type": "ColorPreset", + "comment": "Special Pale Lavender (702)", + "colors": ["#4c59ff"] + }, + { + "dmxRange": [6, 7], + "type": "ColorPreset", + "comment": "Cold Lavender (703)", + "colors": ["#3929ff"] + }, + { + "dmxRange": [8, 9], + "type": "ColorPreset", + "comment": "Lily (704)", + "colors": ["#423cff"] + }, + { + "dmxRange": [10, 11], + "type": "ColorPreset", + "comment": "King Fals Lavender (706)", + "colors": ["#1d0cff"] + }, + { + "dmxRange": [12, 13], + "type": "ColorPreset", + "comment": "Cool Lavender (708)", + "colors": ["#3e53ff"] + }, + { + "dmxRange": [14, 15], + "type": "ColorPreset", + "comment": "Electric Lilac (709)", + "colors": ["#3340ff"] + }, + { + "dmxRange": [16, 17], + "type": "ColorPreset", + "comment": "Spir Special Blue (710)", + "colors": ["#1b1bff"] + }, + { + "dmxRange": [18, 19], + "type": "ColorPreset", + "comment": "Cold Blue (711)", + "colors": ["#2b33ff"] + }, + { + "dmxRange": [20, 21], + "type": "ColorPreset", + "comment": "Bedford Blue (712)", + "colors": ["#1c24ff"] + }, + { + "dmxRange": [22, 23], + "type": "ColorPreset", + "comment": "Elysian Blue (714)", + "colors": ["#1211ff"] + }, + { + "dmxRange": [24, 25], + "type": "ColorPreset", + "comment": "Cabana Blue (715)", + "colors": ["#130aff"] + }, + { + "dmxRange": [26, 27], + "type": "ColorPreset", + "comment": "Mikkel Blue (716)", + "colors": ["#1104ff"] + }, + { + "dmxRange": [28, 29], + "type": "ColorPreset", + "comment": "Colour Wash Blue (719)", + "colors": ["#1e29ff"] + }, + { + "dmxRange": [30, 31], + "type": "ColorPreset", + "comment": "Berry Blue (721)", + "colors": ["#110cff"] + }, + { + "dmxRange": [32, 33], + "type": "ColorPreset", + "comment": "Virgin Blue (723)", + "colors": ["#1411ff"] + }, + { + "dmxRange": [34, 35], + "type": "ColorPreset", + "comment": "Ocean Blue (724)", + "colors": ["#1e3eff"] + }, + { + "dmxRange": [36, 37], + "type": "ColorPreset", + "comment": "Old Steel Blue (725)", + "colors": ["#375cff"] + }, + { + "dmxRange": [38, 39], + "type": "ColorPreset", + "comment": "Steel Green (728)", + "colors": ["#4170ff"] + }, + { + "dmxRange": [40, 41], + "type": "ColorPreset", + "comment": "Liberty Green (730)", + "colors": ["#5188ff"] + }, + { + "dmxRange": [42, 43], + "type": "ColorPreset", + "comment": "Dirty Ice (731)", + "colors": ["#5f95ff"] + }, + { + "dmxRange": [44, 45], + "type": "ColorPreset", + "comment": "Damp Squib (733)", + "colors": ["#71a6ff"] + }, + { + "dmxRange": [46, 47], + "type": "ColorPreset", + "comment": "JAS Green (738)", + "colors": ["#4fff40"] + }, + { + "dmxRange": [48, 49], + "type": "ColorPreset", + "comment": "Bram Brown (742)", + "colors": ["#f1ffa2"] + }, + { + "dmxRange": [50, 51], + "type": "ColorPreset", + "comment": "Dirty White (744)", + "colors": ["#f5ffbd"] + }, + { + "dmxRange": [52, 53], + "type": "ColorPreset", + "comment": "Brown (746)", + "colors": ["#ffc331"] + }, + { + "dmxRange": [54, 55], + "type": "ColorPreset", + "comment": "Easy White (747)", + "colors": ["#c7b3ff"] + }, + { + "dmxRange": [56, 57], + "type": "ColorPreset", + "comment": "Seedy Pink (748)", + "colors": ["#9057ff"] + }, + { + "dmxRange": [58, 59], + "type": "ColorPreset", + "comment": "Wheat (763)", + "colors": ["#95b9ff"] + }, + { + "dmxRange": [60, 61], + "type": "ColorPreset", + "comment": "Sun Colour Straw (764)", + "colors": ["#b8e0ff"] + }, + { + "dmxRange": [62, 63], + "type": "ColorPreset", + "comment": "LEE Yellow (765)", + "colors": ["#ceffd2"] + }, + { + "dmxRange": [64, 65], + "type": "ColorPreset", + "comment": "Cardbox Amber (773)", + "colors": ["#dbc2ff"] + }, + { + "dmxRange": [66, 67], + "type": "ColorPreset", + "comment": "Nectarine (776)", + "colors": ["#ffdbe4"] + }, + { + "dmxRange": [68, 69], + "type": "ColorPreset", + "comment": "Millennium Gold (778)", + "colors": ["#ff6807"] + }, + { + "dmxRange": [70, 71], + "type": "ColorPreset", + "comment": "Bastard Pink (779)", + "colors": ["#ff7d8d"] + }, + { + "dmxRange": [72, 73], + "type": "ColorPreset", + "comment": "Terry Red (781)", + "colors": ["#ff4305"] + }, + { + "dmxRange": [74, 75], + "type": "ColorPreset", + "comment": "Blood Red (789)", + "colors": ["#ff2500"] + }, + { + "dmxRange": [76, 77], + "type": "ColorPreset", + "comment": "Moroccan Pink (790)", + "colors": ["#af98ff"] + }, + { + "dmxRange": [78, 79], + "type": "ColorPreset", + "comment": "Pretty 'n Pink (794)", + "colors": ["#6d4dff"] + }, + { + "dmxRange": [80, 81], + "type": "ColorPreset", + "comment": "Magical Magenta (795)", + "colors": ["#570dff"] + }, + { + "dmxRange": [82, 255], + "type": "NoFunction", + "comment": "Reserved" + } + ] + }, + "Gel 2, CCT": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 127], + "type": "ColorTemperature", + "colorTemperature": "3200K" + }, + { + "dmxRange": [128, 255], + "type": "ColorTemperature", + "colorTemperature": "5600K" + } + ] + }, + "Gel 2, Color Matching": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 84], + "type": "Maintenance", + "comment": "Best Color" + }, + { + "dmxRange": [85, 170], + "type": "Maintenance", + "comment": "Brightest" + }, + { + "dmxRange": [171, 255], + "type": "Maintenance", + "comment": "No Color Gel" + } + ] + }, + "Gel 2, Brand": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 127], + "type": "Maintenance", + "comment": "Rosco", + "switchChannels": { + "Gel 2, Category": "Gel 2, Category Rosco", + "Gel 2": "Gel 2 Rosco" + } + }, + { + "dmxRange": [128, 255], + "type": "Maintenance", + "comment": "LEE", + "switchChannels": { + "Gel 2, Category": "Gel 2, Category LEE", + "Gel 2": "Gel 2 LEE" + } + } + ] + }, + "Gel 2, Category Rosco": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 50], + "type": "Maintenance", + "comment": "Color Correction", + "switchChannels": { + "Gel 2 Rosco": "Gel 2, Rosco Color Correction" + } + }, + { + "dmxRange": [51, 101], + "type": "Maintenance", + "comment": "CalColor", + "switchChannels": { + "Gel 2 Rosco": "Gel 2, Rosco CalColor" + } + }, + { + "dmxRange": [102, 152], + "type": "Maintenance", + "comment": "Storaro Selection", + "switchChannels": { + "Gel 2 Rosco": "Gel 2, Rosco Storaro Selection" + } + }, + { + "dmxRange": [153, 255], + "type": "Maintenance", + "comment": "Cinelux", + "switchChannels": { + "Gel 2 Rosco": "Gel 2, Rosco Cinelux" + } + } + ] + }, + "Gel 2, Category LEE": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 50], + "type": "Maintenance", + "comment": "Color Correction", + "switchChannels": { + "Gel 2 LEE": "Gel 2, LEE Color Correction" + } + }, + { + "dmxRange": [51, 101], + "type": "Maintenance", + "comment": "Color Filters", + "switchChannels": { + "Gel 2 LEE": "Gel 2, LEE Color Filters" + } + }, + { + "dmxRange": [102, 152], + "type": "Maintenance", + "comment": "600 Series", + "switchChannels": { + "Gel 2 LEE": "Gel 2, LEE 600 Series" + } + }, + { + "dmxRange": [153, 203], + "type": "Maintenance", + "comment": "Cosmetic Filters", + "switchChannels": { + "Gel 2 LEE": "Gel 2, LEE Cosmetic Series" + } + }, + { + "dmxRange": [204, 255], + "type": "Maintenance", + "comment": "700 Series", + "switchChannels": { + "Gel 2 LEE": "Gel 2, LEE 700 Series" + } + } + ] + }, + "Gel 2, Rosco Color Correction": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 1], + "type": "ColorPreset", + "comment": "Full CTB (3202)", + "colors": ["#6a81ff"] + }, + { + "dmxRange": [2, 3], + "type": "ColorPreset", + "comment": "3/4 CTB (3203)", + "colors": ["#839cff"] + }, + { + "dmxRange": [4, 5], + "type": "ColorPreset", + "comment": "1/2 CTB (3204)", + "colors": ["#a3b7ff"] + }, + { + "dmxRange": [6, 7], + "type": "ColorPreset", + "comment": "1/3 CTB (3206)", + "colors": ["#b5c4ff"] + }, + { + "dmxRange": [8, 9], + "type": "ColorPreset", + "comment": "1/4 CTB (3208)", + "colors": ["#cdd6ff"] + }, + { + "dmxRange": [10, 11], + "type": "ColorPreset", + "comment": "1/8 CTB (3216)", + "colors": ["#ebf0ff"] + }, + { + "dmxRange": [12, 13], + "type": "ColorPreset", + "comment": "Double CTB (3220)", + "colors": ["#2c35ff"] + }, + { + "dmxRange": [14, 15], + "type": "ColorPreset", + "comment": "Full CTO (3407)", + "colors": ["#ffad49"] + }, + { + "dmxRange": [16, 17], + "type": "ColorPreset", + "comment": "3/4 CTO (3411)", + "colors": ["#ffb85b"] + }, + { + "dmxRange": [18, 19], + "type": "ColorPreset", + "comment": "1/2 CTO (3408)", + "colors": ["#ffd585"] + }, + { + "dmxRange": [20, 21], + "type": "ColorPreset", + "comment": "1/4 CTO (3409)", + "colors": ["#ffebbf"] + }, + { + "dmxRange": [22, 23], + "type": "ColorPreset", + "comment": "1/8 CTO (3410)", + "colors": ["#fff5d8"] + }, + { + "dmxRange": [24, 25], + "type": "ColorPreset", + "comment": "Double CTO (3420)", + "colors": ["#ff7a21"] + }, + { + "dmxRange": [26, 27], + "type": "ColorPreset", + "comment": "Full CTS (3441)", + "colors": ["#ffbb4d"] + }, + { + "dmxRange": [28, 29], + "type": "ColorPreset", + "comment": "1/2 CTS (3442)", + "colors": ["#ffdf88"] + }, + { + "dmxRange": [30, 31], + "type": "ColorPreset", + "comment": "1/4 CTS (3443)", + "colors": ["#fff3c1"] + }, + { + "dmxRange": [32, 33], + "type": "ColorPreset", + "comment": "1/8 CTS (3444)", + "colors": ["#fff8da"] + }, + { + "dmxRange": [34, 35], + "type": "ColorPreset", + "comment": "Full Plusgreen (3304)", + "colors": ["#d0ff95"] + }, + { + "dmxRange": [36, 37], + "type": "ColorPreset", + "comment": "1/2 Plusgreen (3315)", + "colors": ["#e4ffc3"] + }, + { + "dmxRange": [38, 39], + "type": "ColorPreset", + "comment": "1/4 Plusgreen (3316)", + "colors": ["#f4ffdc"] + }, + { + "dmxRange": [40, 41], + "type": "ColorPreset", + "comment": "1/8 Plusgreen (3317)", + "colors": ["#fbffe4"] + }, + { + "dmxRange": [42, 43], + "type": "ColorPreset", + "comment": "Full Minusgreen (3308)", + "colors": ["#ffbbf4"] + }, + { + "dmxRange": [44, 45], + "type": "ColorPreset", + "comment": "3/4 Minusgreen (3309)", + "colors": ["#ffcaee"] + }, + { + "dmxRange": [46, 47], + "type": "ColorPreset", + "comment": "1/2 Minusgreen (3313)", + "colors": ["#ffd5f6"] + }, + { + "dmxRange": [48, 49], + "type": "ColorPreset", + "comment": "1/4 Minusgreen (3314)", + "colors": ["#ffe9f8"] + }, + { + "dmxRange": [50, 51], + "type": "ColorPreset", + "comment": "1/8 Minusgreen (3318)", + "colors": ["#fff2ef"] + }, + { + "dmxRange": [52, 53], + "type": "ColorPreset", + "comment": "Fluorofilter (3310)", + "colors": ["#ff8840"] + }, + { + "dmxRange": [54, 55], + "type": "ColorPreset", + "comment": "Industrial Vapor (3150)", + "colors": ["#fffc63"] + }, + { + "dmxRange": [56, 57], + "type": "ColorPreset", + "comment": "Urban Vapor (3152)", + "colors": ["#ff901b"] + }, + { + "dmxRange": [58, 59], + "type": "ColorPreset", + "comment": "Tough Y-1 (3107)", + "colors": ["#ffffbe"] + }, + { + "dmxRange": [60, 61], + "type": "ColorPreset", + "comment": "Tough MT 54 (3134)", + "colors": ["#ffedab"] + }, + { + "dmxRange": [62, 63], + "type": "ColorPreset", + "comment": "Tough MTY (3106)", + "colors": ["#ffa940"] + }, + { + "dmxRange": [64, 65], + "type": "ColorPreset", + "comment": "Tough MT2 (3102)", + "colors": ["#ffc250"] + }, + { + "dmxRange": [66, 255], + "type": "NoFunction", + "comment": "Reserved" + } + ] + }, + "Gel 2, Rosco CalColor": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 1], + "type": "ColorPreset", + "comment": "15 Blue (4215)", + "colors": ["#b6bbff"] + }, + { + "dmxRange": [2, 3], + "type": "ColorPreset", + "comment": "30 Blue (4230)", + "colors": ["#838bff"] + }, + { + "dmxRange": [4, 5], + "type": "ColorPreset", + "comment": "60 Blue (4260)", + "colors": ["#504eff"] + }, + { + "dmxRange": [6, 7], + "type": "ColorPreset", + "comment": "90 Blue (4290)", + "colors": ["#2c20ff"] + }, + { + "dmxRange": [8, 9], + "type": "ColorPreset", + "comment": "7 Cyan (4307)", + "colors": ["#ffdf6d"] + }, + { + "dmxRange": [10, 11], + "type": "ColorPreset", + "comment": "15 Cyan (4315)", + "colors": ["#d5f9ff"] + }, + { + "dmxRange": [12, 13], + "type": "ColorPreset", + "comment": "30 Cyan (4330)", + "colors": ["#aae7ff"] + }, + { + "dmxRange": [14, 15], + "type": "ColorPreset", + "comment": "60 Cyan (4360)", + "colors": ["#75d8ff"] + }, + { + "dmxRange": [16, 17], + "type": "ColorPreset", + "comment": "90 Cyan (4390)", + "colors": ["#4ec3ff"] + }, + { + "dmxRange": [18, 19], + "type": "ColorPreset", + "comment": "15 Green (4415)", + "colors": ["#d8ffb9"] + }, + { + "dmxRange": [20, 21], + "type": "ColorPreset", + "comment": "30 Green (4430)", + "colors": ["#b3ff87"] + }, + { + "dmxRange": [22, 23], + "type": "ColorPreset", + "comment": "60 Green (4460)", + "colors": ["#86ff56"] + }, + { + "dmxRange": [24, 25], + "type": "ColorPreset", + "comment": "90 Green (4490)", + "colors": ["#62ff3b"] + }, + { + "dmxRange": [26, 27], + "type": "ColorPreset", + "comment": "15 Yellow (4515)", + "colors": ["#fbffb3"] + }, + { + "dmxRange": [28, 29], + "type": "ColorPreset", + "comment": "30 Yellow (4530)", + "colors": ["#f7ff85"] + }, + { + "dmxRange": [30, 31], + "type": "ColorPreset", + "comment": "60 Yellow (4560)", + "colors": ["#f6ff4c"] + }, + { + "dmxRange": [32, 33], + "type": "ColorPreset", + "comment": "90 Yellow (4590)", + "colors": ["#fbff31"] + }, + { + "dmxRange": [34, 35], + "type": "ColorPreset", + "comment": "15 Red (4615)", + "colors": ["#ffd5c2"] + }, + { + "dmxRange": [36, 37], + "type": "ColorPreset", + "comment": "30 Red (4630)", + "colors": ["#ffb08d"] + }, + { + "dmxRange": [38, 39], + "type": "ColorPreset", + "comment": "60 Red (4660)", + "colors": ["#ff7f4d"] + }, + { + "dmxRange": [40, 41], + "type": "ColorPreset", + "comment": "90 Red (4690)", + "colors": ["#ff5725"] + }, + { + "dmxRange": [42, 43], + "type": "ColorPreset", + "comment": "15 Magenta (4715)", + "colors": ["#fbceff"] + }, + { + "dmxRange": [44, 45], + "type": "ColorPreset", + "comment": "30 Magenta (4730)", + "colors": ["#f5a0ff"] + }, + { + "dmxRange": [46, 47], + "type": "ColorPreset", + "comment": "60 Magenta (4760)", + "colors": ["#ea5eff"] + }, + { + "dmxRange": [48, 49], + "type": "ColorPreset", + "comment": "90 Magenta (4790)", + "colors": ["#eb49ff"] + }, + { + "dmxRange": [50, 51], + "type": "ColorPreset", + "comment": "15 Pink (4815)", + "colors": ["#ffd0df"] + }, + { + "dmxRange": [52, 53], + "type": "ColorPreset", + "comment": "30 Pink (4830)", + "colors": ["#ffa6be"] + }, + { + "dmxRange": [54, 55], + "type": "ColorPreset", + "comment": "60 Pink (4860)", + "colors": ["#ff7c94"] + }, + { + "dmxRange": [56, 57], + "type": "ColorPreset", + "comment": "90 Pink (4890)", + "colors": ["#ff5660"] + }, + { + "dmxRange": [58, 59], + "type": "ColorPreset", + "comment": "15 Lavender (4915)", + "colors": ["#d0bbff"] + }, + { + "dmxRange": [60, 61], + "type": "ColorPreset", + "comment": "30 Lavender (4930)", + "colors": ["#b893ff"] + }, + { + "dmxRange": [62, 63], + "type": "ColorPreset", + "comment": "60 Lavender (4960)", + "colors": ["#8a53ff"] + }, + { + "dmxRange": [64, 65], + "type": "ColorPreset", + "comment": "90 Lavender (4990)", + "colors": ["#632eff"] + }, + { + "dmxRange": [66, 255], + "type": "NoFunction", + "comment": "Reserved" + } + ] + }, + "Gel 2, Rosco Storaro Selection": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 1], + "type": "ColorPreset", + "comment": "VS Red (2001)", + "colors": ["#ff2307"] + }, + { + "dmxRange": [2, 3], + "type": "ColorPreset", + "comment": "VS Orange (2002)", + "colors": ["#ff7a21"] + }, + { + "dmxRange": [4, 5], + "type": "ColorPreset", + "comment": "VS Yellow (2003)", + "colors": ["#ffcc14"] + }, + { + "dmxRange": [6, 7], + "type": "ColorPreset", + "comment": "VS Green (2004)", + "colors": ["#25ff55"] + }, + { + "dmxRange": [8, 9], + "type": "ColorPreset", + "comment": "VS Cyan (2005)", + "colors": ["#2ca5ff"] + }, + { + "dmxRange": [10, 11], + "type": "ColorPreset", + "comment": "VS Azure (2006)", + "colors": ["#141fff"] + }, + { + "dmxRange": [12, 13], + "type": "ColorPreset", + "comment": "VS Blue (2007)", + "colors": ["#2c35ff"] + }, + { + "dmxRange": [14, 15], + "type": "ColorPreset", + "comment": "VS Indigo (2008)", + "colors": ["#2612ff"] + }, + { + "dmxRange": [16, 17], + "type": "ColorPreset", + "comment": "VS Violet (2009)", + "colors": ["#741fff"] + }, + { + "dmxRange": [18, 19], + "type": "ColorPreset", + "comment": "VS Magenta (2010)", + "colors": ["#eb49ff"] + }, + { + "dmxRange": [20, 255], + "type": "NoFunction", + "comment": "Reserved" + } + ] + }, + "Gel 2, Rosco Cinelux": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 1], + "type": "ColorPreset", + "comment": "Bastard Amber (2)", + "colors": ["#ffdba5"] + }, + { + "dmxRange": [2, 3], + "type": "ColorPreset", + "comment": "Pale Bastard Amber (302)", + "colors": ["#fff0d6"] + }, + { + "dmxRange": [4, 5], + "type": "ColorPreset", + "comment": "No Color Straw (6)", + "colors": ["#feffcd"] + }, + { + "dmxRange": [6, 7], + "type": "ColorPreset", + "comment": "Pale Gold (8)", + "colors": ["#ffeead"] + }, + { + "dmxRange": [8, 9], + "type": "ColorPreset", + "comment": "Daffodil (310)", + "colors": ["#faff59"] + }, + { + "dmxRange": [10, 11], + "type": "ColorPreset", + "comment": "Straw (12)", + "colors": ["#feff2c"] + }, + { + "dmxRange": [12, 13], + "type": "ColorPreset", + "comment": "Light Amber (16)", + "colors": ["#ffc24e"] + }, + { + "dmxRange": [14, 15], + "type": "ColorPreset", + "comment": "Gallo Gold (316)", + "colors": ["#ffb95a"] + }, + { + "dmxRange": [16, 17], + "type": "ColorPreset", + "comment": "Light Flame (17)", + "colors": ["#ffa54e"] + }, + { + "dmxRange": [18, 19], + "type": "ColorPreset", + "comment": "Flame (18)", + "colors": ["#ffac45"] + }, + { + "dmxRange": [20, 21], + "type": "ColorPreset", + "comment": "Mayan Sun (318)", + "colors": ["#ff8441"] + }, + { + "dmxRange": [22, 23], + "type": "ColorPreset", + "comment": "Golden Amber (21)", + "colors": ["#ff8109"] + }, + { + "dmxRange": [24, 25], + "type": "ColorPreset", + "comment": "Soft Golden Amber (321)", + "colors": ["#ff9633"] + }, + { + "dmxRange": [26, 27], + "type": "ColorPreset", + "comment": "Orange (23)", + "colors": ["#ff640b"] + }, + { + "dmxRange": [28, 29], + "type": "ColorPreset", + "comment": "Henna Sky (325)", + "colors": ["#ff4a0d"] + }, + { + "dmxRange": [30, 31], + "type": "ColorPreset", + "comment": "Light Red (26)", + "colors": ["#ff2307"] + }, + { + "dmxRange": [32, 33], + "type": "ColorPreset", + "comment": "No Color Pink (33)", + "colors": ["#ffc8e2"] + }, + { + "dmxRange": [34, 35], + "type": "ColorPreset", + "comment": "Blush Pink (333)", + "colors": ["#ffd5f6"] + }, + { + "dmxRange": [36, 37], + "type": "ColorPreset", + "comment": "Flesh Pink (34)", + "colors": ["#ff939f"] + }, + { + "dmxRange": [38, 39], + "type": "ColorPreset", + "comment": "Pale Rose Pink (37)", + "colors": ["#ffbbf5"] + }, + { + "dmxRange": [40, 41], + "type": "ColorPreset", + "comment": "Salmon (41)", + "colors": ["#ff471c"] + }, + { + "dmxRange": [42, 43], + "type": "ColorPreset", + "comment": "Deep Salmon (42)", + "colors": ["#ff2b25"] + }, + { + "dmxRange": [44, 45], + "type": "ColorPreset", + "comment": "Middle Rose (44)", + "colors": ["#ff5bd3"] + }, + { + "dmxRange": [46, 47], + "type": "ColorPreset", + "comment": "Light Rose Purple (47)", + "colors": ["#954fff"] + }, + { + "dmxRange": [48, 49], + "type": "ColorPreset", + "comment": "Surprise Pink (51)", + "colors": ["#cbb5ff"] + }, + { + "dmxRange": [50, 51], + "type": "ColorPreset", + "comment": "No Color Blue (60)", + "colors": ["#99b0ff"] + }, + { + "dmxRange": [52, 53], + "type": "ColorPreset", + "comment": "Clearwater (360)", + "colors": ["#a3b7ff"] + }, + { + "dmxRange": [54, 55], + "type": "ColorPreset", + "comment": "Booster Blue (62)", + "colors": ["#7da3ff"] + }, + { + "dmxRange": [56, 57], + "type": "ColorPreset", + "comment": "Tipton Blue (362)", + "colors": ["#728bff"] + }, + { + "dmxRange": [58, 59], + "type": "ColorPreset", + "comment": "Blue Bell (364)", + "colors": ["#566fff"] + }, + { + "dmxRange": [60, 61], + "type": "ColorPreset", + "comment": "Daylight Blue (65)", + "colors": ["#3767ff"] + }, + { + "dmxRange": [62, 63], + "type": "ColorPreset", + "comment": "Tharon Delft Blue (365)", + "colors": ["#6a81ff"] + }, + { + "dmxRange": [64, 65], + "type": "ColorPreset", + "comment": "Cerulean Blue (375)", + "colors": ["#207aff"] + }, + { + "dmxRange": [66, 67], + "type": "ColorPreset", + "comment": "Bermuda Blue (376)", + "colors": ["#3170ff"] + }, + { + "dmxRange": [68, 69], + "type": "ColorPreset", + "comment": "Green Blue (77)", + "colors": ["#1435ff"] + }, + { + "dmxRange": [70, 71], + "type": "ColorPreset", + "comment": "Alice Blue (378)", + "colors": ["#3e3cff"] + }, + { + "dmxRange": [72, 73], + "type": "ColorPreset", + "comment": "Primary Blue (80)", + "colors": ["#141fff"] + }, + { + "dmxRange": [74, 75], + "type": "ColorPreset", + "comment": "Baldassari Blue (381)", + "colors": ["#1f18ff"] + }, + { + "dmxRange": [76, 77], + "type": "ColorPreset", + "comment": "Medium Blue (83)", + "colors": ["#130fff"] + }, + { + "dmxRange": [78, 79], + "type": "ColorPreset", + "comment": "Pale Yellow Green (87)", + "colors": ["#e4ffc2"] + }, + { + "dmxRange": [80, 81], + "type": "ColorPreset", + "comment": "Light Green (88)", + "colors": ["#d0ff96"] + }, + { + "dmxRange": [82, 83], + "type": "ColorPreset", + "comment": "Moss Green (89)", + "colors": ["#60ff74"] + }, + { + "dmxRange": [84, 85], + "type": "ColorPreset", + "comment": "Primary Green (91)", + "colors": ["#3cffa4"] + }, + { + "dmxRange": [86, 87], + "type": "ColorPreset", + "comment": "Turquoise (92)", + "colors": ["#78fffe"] + }, + { + "dmxRange": [88, 89], + "type": "ColorPreset", + "comment": "Blue Green (93)", + "colors": ["#5cd3ff"] + }, + { + "dmxRange": [90, 91], + "type": "ColorPreset", + "comment": "Chocolate (99)", + "colors": ["#ffc48d"] + }, + { + "dmxRange": [92, 255], + "type": "NoFunction", + "comment": "Reserved" + } + ] + }, + "Gel 2, LEE Color Correction": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 1], + "type": "ColorPreset", + "comment": "Double CTB (200)", + "colors": ["#313eff"] + }, + { + "dmxRange": [2, 3], + "type": "ColorPreset", + "comment": "Full CTB (201)", + "colors": ["#647bff"] + }, + { + "dmxRange": [4, 5], + "type": "ColorPreset", + "comment": "3/4 CTB (281)", + "colors": ["#7789ff"] + }, + { + "dmxRange": [6, 7], + "type": "ColorPreset", + "comment": "1/2 CTB (202)", + "colors": ["#9bb2ff"] + }, + { + "dmxRange": [8, 9], + "type": "ColorPreset", + "comment": "1/4 CTB (203)", + "colors": ["#c3d3ff"] + }, + { + "dmxRange": [10, 11], + "type": "ColorPreset", + "comment": "1/8 CTB (218)", + "colors": ["#e0eaff"] + }, + { + "dmxRange": [12, 13], + "type": "ColorPreset", + "comment": "Double CTO (287)", + "colors": ["#ff9317"] + }, + { + "dmxRange": [14, 15], + "type": "ColorPreset", + "comment": "Full CTO (204)", + "colors": ["#ffbf4d"] + }, + { + "dmxRange": [16, 17], + "type": "ColorPreset", + "comment": "3/4 CTO (285)", + "colors": ["#ffcc61"] + }, + { + "dmxRange": [18, 19], + "type": "ColorPreset", + "comment": "1/2 CTO (205)", + "colors": ["#ffdf8b"] + }, + { + "dmxRange": [20, 21], + "type": "ColorPreset", + "comment": "1/4 CTO (206)", + "colors": ["#ffeeb7"] + }, + { + "dmxRange": [22, 23], + "type": "ColorPreset", + "comment": "1/8 CTO (223)", + "colors": ["#fff6d5"] + }, + { + "dmxRange": [24, 25], + "type": "ColorPreset", + "comment": "1 1/2 CTB (283)", + "colors": ["#4559ff"] + }, + { + "dmxRange": [26, 27], + "type": "ColorPreset", + "comment": "1 1/2 CTO (286)", + "colors": ["#ffa728"] + }, + { + "dmxRange": [28, 29], + "type": "ColorPreset", + "comment": "Full CTS (441)", + "colors": ["#ffbe4c"] + }, + { + "dmxRange": [30, 31], + "type": "ColorPreset", + "comment": "1/2 CTS (442)", + "colors": ["#ffe085"] + }, + { + "dmxRange": [32, 33], + "type": "ColorPreset", + "comment": "1/4 CTS (443)", + "colors": ["#fff1bb"] + }, + { + "dmxRange": [34, 35], + "type": "ColorPreset", + "comment": "1/8 CTS (444)", + "colors": ["#fff8de"] + }, + { + "dmxRange": [36, 37], + "type": "ColorPreset", + "comment": "Full CTO + .3 ND (207)", + "colors": ["#ffc148"] + }, + { + "dmxRange": [38, 39], + "type": "ColorPreset", + "comment": "Full CTO + .6 ND (208)", + "colors": ["#ffbe4b"] + }, + { + "dmxRange": [40, 41], + "type": "ColorPreset", + "comment": "L.C.T. Yellow (Y1) (212)", + "colors": ["#ffffbe"] + }, + { + "dmxRange": [42, 43], + "type": "ColorPreset", + "comment": "White Flame Green (213)", + "colors": ["#d5ffd0"] + }, + { + "dmxRange": [44, 45], + "type": "ColorPreset", + "comment": "LEE Fluorescent Green (219)", + "colors": ["#74e0ff"] + }, + { + "dmxRange": [46, 47], + "type": "ColorPreset", + "comment": "Super Correction L.C.T. Yellow (230)", + "colors": ["#ffe596"] + }, + { + "dmxRange": [48, 49], + "type": "ColorPreset", + "comment": "Super Correction W.F. Green (232)", + "colors": ["#ffc55c"] + }, + { + "dmxRange": [50, 51], + "type": "ColorPreset", + "comment": "H.M.I. (to Tungsten) (236)", + "colors": ["#ffbd5a"] + }, + { + "dmxRange": [52, 53], + "type": "ColorPreset", + "comment": "C.I.D. (to Tungsten) (237)", + "colors": ["#ff9955"] + }, + { + "dmxRange": [54, 55], + "type": "ColorPreset", + "comment": "C.S.I. (to Tungsten) (238)", + "colors": ["#ffa994"] + }, + { + "dmxRange": [56, 57], + "type": "ColorPreset", + "comment": "LEE Fluorescent 5700 Kelvin (241)", + "colors": ["#71b6ff"] + }, + { + "dmxRange": [58, 59], + "type": "ColorPreset", + "comment": "LEE Fluorescent 4300 Kelvin (242)", + "colors": ["#9cfff2"] + }, + { + "dmxRange": [60, 61], + "type": "ColorPreset", + "comment": "LEE Fluorescent 3600 Kelvin (243)", + "colors": ["#aeffc7"] + }, + { + "dmxRange": [62, 63], + "type": "ColorPreset", + "comment": "LEE Plus Green (244)", + "colors": ["#cfff9e"] + }, + { + "dmxRange": [64, 65], + "type": "ColorPreset", + "comment": "1/2 Plus Green (245)", + "colors": ["#e3ffc5"] + }, + { + "dmxRange": [66, 67], + "type": "ColorPreset", + "comment": "1/4 Plus Green (246)", + "colors": ["#f0ffdd"] + }, + { + "dmxRange": [68, 69], + "type": "ColorPreset", + "comment": "1/8 Plus Green (278)", + "colors": ["#f8ffed"] + }, + { + "dmxRange": [70, 71], + "type": "ColorPreset", + "comment": "LEE Minus Green (247)", + "colors": ["#ffb0e6"] + }, + { + "dmxRange": [72, 73], + "type": "ColorPreset", + "comment": "1/2 Minus Green (248)", + "colors": ["#ffd3f0"] + }, + { + "dmxRange": [74, 75], + "type": "ColorPreset", + "comment": "1/4 Minus Green (249)", + "colors": ["#ffe7f8"] + }, + { + "dmxRange": [76, 77], + "type": "ColorPreset", + "comment": "1/8 Minus Green (279)", + "colors": ["#fff2f8"] + }, + { + "dmxRange": [78, 255], + "type": "NoFunction", + "comment": "Reserved" + } + ] + }, + "Gel 2, LEE Color Filters": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 1], + "type": "ColorPreset", + "comment": "Rose Pink (2)", + "colors": ["#ff5bfd"] + }, + { + "dmxRange": [2, 3], + "type": "ColorPreset", + "comment": "Lavender Tint (3)", + "colors": ["#ede2ff"] + }, + { + "dmxRange": [4, 5], + "type": "ColorPreset", + "comment": "Medium Bastard Amber (4)", + "colors": ["#ffbb92"] + }, + { + "dmxRange": [6, 7], + "type": "ColorPreset", + "comment": "Pale Yellow (7)", + "colors": ["#ffffb2"] + }, + { + "dmxRange": [8, 9], + "type": "ColorPreset", + "comment": "Dark Salmon (8)", + "colors": ["#ff722c"] + }, + { + "dmxRange": [10, 11], + "type": "ColorPreset", + "comment": "Pale Amber Gold (9)", + "colors": ["#ffdb82"] + }, + { + "dmxRange": [12, 13], + "type": "ColorPreset", + "comment": "Medium Yellow (10)", + "colors": ["#f8ff22"] + }, + { + "dmxRange": [14, 15], + "type": "ColorPreset", + "comment": "Straw Tint (13)", + "colors": ["#ffdc68"] + }, + { + "dmxRange": [16, 17], + "type": "ColorPreset", + "comment": "Surprise Peach (17)", + "colors": ["#ff9640"] + }, + { + "dmxRange": [18, 19], + "type": "ColorPreset", + "comment": "Fire (19)", + "colors": ["#ff3404"] + }, + { + "dmxRange": [20, 21], + "type": "ColorPreset", + "comment": "Medium Amber (20)", + "colors": ["#ffa313"] + }, + { + "dmxRange": [22, 23], + "type": "ColorPreset", + "comment": "Gold Amber (21)", + "colors": ["#ff6905"] + }, + { + "dmxRange": [24, 25], + "type": "ColorPreset", + "comment": "Dark Amber (22)", + "colors": ["#ff4c01"] + }, + { + "dmxRange": [26, 27], + "type": "ColorPreset", + "comment": "Scarlet (24)", + "colors": ["#ff3f22"] + }, + { + "dmxRange": [28, 29], + "type": "ColorPreset", + "comment": "Sunset Red (25)", + "colors": ["#ff5615"] + }, + { + "dmxRange": [30, 31], + "type": "ColorPreset", + "comment": "Bright Red (26)", + "colors": ["#ff1a02"] + }, + { + "dmxRange": [32, 33], + "type": "ColorPreset", + "comment": "Light Pink (35)", + "colors": ["#756cff"] + }, + { + "dmxRange": [34, 35], + "type": "ColorPreset", + "comment": "Medium Pink (36)", + "colors": ["#875aff"] + }, + { + "dmxRange": [36, 37], + "type": "ColorPreset", + "comment": "Dark Magenta (46)", + "colors": ["#ff21b0"] + }, + { + "dmxRange": [38, 39], + "type": "ColorPreset", + "comment": "Rose Purple (48)", + "colors": ["#461dff"] + }, + { + "dmxRange": [40, 41], + "type": "ColorPreset", + "comment": "Light Lavender (52)", + "colors": ["#3c3aff"] + }, + { + "dmxRange": [42, 43], + "type": "ColorPreset", + "comment": "Paler Lavender (53)", + "colors": ["#5065ff"] + }, + { + "dmxRange": [44, 45], + "type": "ColorPreset", + "comment": "Lavender (58)", + "colors": ["#2010ff"] + }, + { + "dmxRange": [46, 47], + "type": "ColorPreset", + "comment": "Mist Blue (61)", + "colors": ["#4664ff"] + }, + { + "dmxRange": [48, 49], + "type": "ColorPreset", + "comment": "Pale Blue (63)", + "colors": ["#3c59ff"] + }, + { + "dmxRange": [50, 51], + "type": "ColorPreset", + "comment": "Sky Blue (68)", + "colors": ["#121aff"] + }, + { + "dmxRange": [52, 53], + "type": "ColorPreset", + "comment": "Evening Blue (75)", + "colors": ["#1416ff"] + }, + { + "dmxRange": [54, 55], + "type": "ColorPreset", + "comment": "Just Blue (79)", + "colors": ["#110eff"] + }, + { + "dmxRange": [56, 57], + "type": "ColorPreset", + "comment": "Deeper Blue (85)", + "colors": ["#1107ff"] + }, + { + "dmxRange": [58, 59], + "type": "ColorPreset", + "comment": "Lime Green (88)", + "colors": ["#7eff68"] + }, + { + "dmxRange": [60, 61], + "type": "ColorPreset", + "comment": "Moss Green (89)", + "colors": ["#38ff7b"] + }, + { + "dmxRange": [62, 63], + "type": "ColorPreset", + "comment": "Dark Yellow Green (90)", + "colors": ["#15ff53"] + }, + { + "dmxRange": [64, 65], + "type": "ColorPreset", + "comment": "Spring Yellow (100)", + "colors": ["#a6ff43"] + }, + { + "dmxRange": [66, 67], + "type": "ColorPreset", + "comment": "Yellow (101)", + "colors": ["#c5ff20"] + }, + { + "dmxRange": [68, 69], + "type": "ColorPreset", + "comment": "Light Amber (102)", + "colors": ["#daff66"] + }, + { + "dmxRange": [70, 71], + "type": "ColorPreset", + "comment": "Straw (103)", + "colors": ["#9ab8ff"] + }, + { + "dmxRange": [72, 73], + "type": "ColorPreset", + "comment": "Deep Amber (104)", + "colors": ["#f3ff26"] + }, + { + "dmxRange": [74, 75], + "type": "ColorPreset", + "comment": "Primary Red (106)", + "colors": ["#ff2104"] + }, + { + "dmxRange": [76, 77], + "type": "ColorPreset", + "comment": "Light Rose (107)", + "colors": ["#a979ff"] + }, + { + "dmxRange": [78, 79], + "type": "ColorPreset", + "comment": "English Rose (108)", + "colors": ["#fbd0ff"] + }, + { + "dmxRange": [80, 81], + "type": "ColorPreset", + "comment": "Light Salmon (109)", + "colors": ["#a17dff"] + }, + { + "dmxRange": [82, 83], + "type": "ColorPreset", + "comment": "Middle Rose (110)", + "colors": ["#7b5fff"] + }, + { + "dmxRange": [84, 85], + "type": "ColorPreset", + "comment": "Dark Pink (111)", + "colors": ["#9147ff"] + }, + { + "dmxRange": [86, 87], + "type": "ColorPreset", + "comment": "Magenta (113)", + "colors": ["#ff1e80"] + }, + { + "dmxRange": [88, 89], + "type": "ColorPreset", + "comment": "Peacock Blue (115)", + "colors": ["#175fff"] + }, + { + "dmxRange": [90, 91], + "type": "ColorPreset", + "comment": "Steel Blue (117)", + "colors": ["#3660ff"] + }, + { + "dmxRange": [92, 93], + "type": "ColorPreset", + "comment": "Light Blue (118)", + "colors": ["#1333ff"] + }, + { + "dmxRange": [94, 95], + "type": "ColorPreset", + "comment": "Deep Blue (120)", + "colors": ["#1103ff"] + }, + { + "dmxRange": [96, 97], + "type": "ColorPreset", + "comment": "LEE Green (121)", + "colors": ["#61ff6e"] + }, + { + "dmxRange": [98, 99], + "type": "ColorPreset", + "comment": "Fern Green (122)", + "colors": ["#48ff90"] + }, + { + "dmxRange": [100, 101], + "type": "ColorPreset", + "comment": "Dark Green (124)", + "colors": ["#17ff9d"] + }, + { + "dmxRange": [102, 103], + "type": "ColorPreset", + "comment": "Smokey Pink (127)", + "colors": ["#ae65ff"] + }, + { + "dmxRange": [104, 105], + "type": "ColorPreset", + "comment": "Bright Pink (128)", + "colors": ["#8313ff"] + }, + { + "dmxRange": [106, 107], + "type": "ColorPreset", + "comment": "Marine Blue (131)", + "colors": ["#266fff"] + }, + { + "dmxRange": [108, 109], + "type": "ColorPreset", + "comment": "Golden Amber (134)", + "colors": ["#ffba6e"] + }, + { + "dmxRange": [110, 111], + "type": "ColorPreset", + "comment": "Deep Golden Amber (135)", + "colors": ["#ff4d00"] + }, + { + "dmxRange": [112, 113], + "type": "ColorPreset", + "comment": "Pale Lavender (136)", + "colors": ["#4b4eff"] + }, + { + "dmxRange": [114, 115], + "type": "ColorPreset", + "comment": "Special Lavender (137)", + "colors": ["#2e32ff"] + }, + { + "dmxRange": [116, 117], + "type": "ColorPreset", + "comment": "Pale Green (138)", + "colors": ["#8fffe7"] + }, + { + "dmxRange": [118, 119], + "type": "ColorPreset", + "comment": "Summer Blue (140)", + "colors": ["#244cff"] + }, + { + "dmxRange": [120, 121], + "type": "ColorPreset", + "comment": "Pale Violet (142)", + "colors": ["#2324ff"] + }, + { + "dmxRange": [122, 123], + "type": "ColorPreset", + "comment": "Pale Navy Blue (143)", + "colors": ["#1b39ff"] + }, + { + "dmxRange": [124, 125], + "type": "ColorPreset", + "comment": "No Color Blue (144)", + "colors": ["#1d42ff"] + }, + { + "dmxRange": [126, 127], + "type": "ColorPreset", + "comment": "Apricot (147)", + "colors": ["#ffd1ad"] + }, + { + "dmxRange": [128, 129], + "type": "ColorPreset", + "comment": "Bright Rose (148)", + "colors": ["#ff37df"] + }, + { + "dmxRange": [130, 131], + "type": "ColorPreset", + "comment": "Gold Tint (151)", + "colors": ["#9d96ff"] + }, + { + "dmxRange": [132, 133], + "type": "ColorPreset", + "comment": "Pale Gold (152)", + "colors": ["#9c9fff"] + }, + { + "dmxRange": [134, 135], + "type": "ColorPreset", + "comment": "Pale Salmon (153)", + "colors": ["#8a7bff"] + }, + { + "dmxRange": [136, 137], + "type": "ColorPreset", + "comment": "Pale Rose (154)", + "colors": ["#8a8cff"] + }, + { + "dmxRange": [138, 139], + "type": "ColorPreset", + "comment": "Chocolate (156)", + "colors": ["#e0e0ff"] + }, + { + "dmxRange": [140, 141], + "type": "ColorPreset", + "comment": "Pink (157)", + "colors": ["#f577ff"] + }, + { + "dmxRange": [142, 143], + "type": "ColorPreset", + "comment": "No Color Straw (159)", + "colors": ["#7898ff"] + }, + { + "dmxRange": [144, 145], + "type": "ColorPreset", + "comment": "Slate Blue (161)", + "colors": ["#1c2dff"] + }, + { + "dmxRange": [146, 147], + "type": "ColorPreset", + "comment": "Bastard Amber (162)", + "colors": ["#8d99ff"] + }, + { + "dmxRange": [148, 149], + "type": "ColorPreset", + "comment": "Flame Red (164)", + "colors": ["#ff3916"] + }, + { + "dmxRange": [150, 151], + "type": "ColorPreset", + "comment": "Daylight Blue (165)", + "colors": ["#1729ff"] + }, + { + "dmxRange": [152, 153], + "type": "ColorPreset", + "comment": "Lilac Tint (169)", + "colors": ["#5762ff"] + }, + { + "dmxRange": [154, 155], + "type": "ColorPreset", + "comment": "Deep Lavender (170)", + "colors": ["#433aff"] + }, + { + "dmxRange": [156, 157], + "type": "ColorPreset", + "comment": "Dark Steel Blue (174)", + "colors": ["#263bff"] + }, + { + "dmxRange": [158, 159], + "type": "ColorPreset", + "comment": "Loving Amber (176)", + "colors": ["#d49bff"] + }, + { + "dmxRange": [160, 161], + "type": "ColorPreset", + "comment": "Dark Lavender (180)", + "colors": ["#1c0bff"] + }, + { + "dmxRange": [162, 163], + "type": "ColorPreset", + "comment": "Light Red (182)", + "colors": ["#ff2606"] + }, + { + "dmxRange": [164, 165], + "type": "ColorPreset", + "comment": "Flesh Pink (192)", + "colors": ["#9f4fff"] + }, + { + "dmxRange": [166, 167], + "type": "ColorPreset", + "comment": "Surprise Pink (194)", + "colors": ["#312fff"] + }, + { + "dmxRange": [168, 169], + "type": "ColorPreset", + "comment": "Zenith Blue (195)", + "colors": ["#1107ff"] + }, + { + "dmxRange": [170, 171], + "type": "ColorPreset", + "comment": "True Blue (196)", + "colors": ["#2038ff"] + }, + { + "dmxRange": [172, 173], + "type": "ColorPreset", + "comment": "Alice Blue (197)", + "colors": ["#181aff"] + }, + { + "dmxRange": [174, 175], + "type": "ColorPreset", + "comment": "Palace Blue (198)", + "colors": ["#1407ff"] + }, + { + "dmxRange": [176, 177], + "type": "ColorPreset", + "comment": "Regal Blue (199)", + "colors": ["#1f10ff"] + }, + { + "dmxRange": [178, 255], + "type": "NoFunction", + "comment": "Reserved" + } + ] + }, + "Gel 2, LEE 600 Series": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 1], + "type": "ColorPreset", + "comment": "Arctic White (600)", + "colors": ["#2f3fff"] + }, + { + "dmxRange": [2, 3], + "type": "ColorPreset", + "comment": "Silver (601)", + "colors": ["#394dff"] + }, + { + "dmxRange": [4, 5], + "type": "ColorPreset", + "comment": "Platinum (602)", + "colors": ["#4158ff"] + }, + { + "dmxRange": [6, 7], + "type": "ColorPreset", + "comment": "Moonlight White (603)", + "colors": ["#445aff"] + }, + { + "dmxRange": [8, 9], + "type": "ColorPreset", + "comment": "Full CT 85 (604)", + "colors": ["#fff2de"] + }, + { + "dmxRange": [10, 11], + "type": "ColorPreset", + "comment": "Industry Sodium (650)", + "colors": ["#cfffbd"] + }, + { + "dmxRange": [12, 13], + "type": "ColorPreset", + "comment": "HI Sodium (651)", + "colors": ["#ffe3ab"] + }, + { + "dmxRange": [14, 15], + "type": "ColorPreset", + "comment": "Urban Sodium (652)", + "colors": ["#ff993a"] + }, + { + "dmxRange": [16, 17], + "type": "ColorPreset", + "comment": "LO Sodium (653)", + "colors": ["#ffbf4a"] + }, + { + "dmxRange": [18, 255], + "type": "NoFunction", + "comment": "Reserved" + } + ] + }, + "Gel 2, LEE Cosmetic Series": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 1], + "type": "ColorPreset", + "comment": "Cosmetic Peach (184)", + "colors": ["#778fff"] + }, + { + "dmxRange": [2, 3], + "type": "ColorPreset", + "comment": "Cosmetic Silver Rose (186)", + "colors": ["#707bff"] + }, + { + "dmxRange": [4, 5], + "type": "ColorPreset", + "comment": "Cosmetic Rouge (187)", + "colors": ["#8091ff"] + }, + { + "dmxRange": [6, 7], + "type": "ColorPreset", + "comment": "Cosmetic Highlight (188)", + "colors": ["#7b90ff"] + }, + { + "dmxRange": [8, 9], + "type": "ColorPreset", + "comment": "Cosmetic Silver Moss (189)", + "colors": ["#7fa7ff"] + }, + { + "dmxRange": [10, 11], + "type": "ColorPreset", + "comment": "Cosmetic Aqua Blue (191)", + "colors": ["#6082ff"] + }, + { + "dmxRange": [12, 13], + "type": "ColorPreset", + "comment": "Lily Frost (705)", + "colors": ["#3a32ff"] + }, + { + "dmxRange": [14, 15], + "type": "ColorPreset", + "comment": "Shanklin Frost (717)", + "colors": ["#2f41ff"] + }, + { + "dmxRange": [16, 17], + "type": "ColorPreset", + "comment": "Half Shanklin Frost (718)", + "colors": ["#425aff"] + }, + { + "dmxRange": [18, 19], + "type": "ColorPreset", + "comment": "Durham Daylight Frost (720)", + "colors": ["#2a39ff"] + }, + { + "dmxRange": [20, 21], + "type": "ColorPreset", + "comment": "Hampshire Rose (749)", + "colors": ["#898aff"] + }, + { + "dmxRange": [22, 23], + "type": "ColorPreset", + "comment": "Durham Frost (750)", + "colors": ["#6882ff"] + }, + { + "dmxRange": [24, 25], + "type": "ColorPreset", + "comment": "Soft Amber Key 1 (774)", + "colors": ["#a9b1ff"] + }, + { + "dmxRange": [26, 27], + "type": "ColorPreset", + "comment": "Soft Amber Key 2 (775)", + "colors": ["#f2ddff"] + }, + { + "dmxRange": [28, 29], + "type": "ColorPreset", + "comment": "Moroccan Frost (791)", + "colors": ["#a993ff"] + }, + { + "dmxRange": [30, 31], + "type": "ColorPreset", + "comment": "Blue Diffusion (217)", + "colors": ["#6983ff"] + }, + { + "dmxRange": [32, 33], + "type": "ColorPreset", + "comment": "Blue Frost (221)", + "colors": ["#6981ff"] + }, + { + "dmxRange": [34, 35], + "type": "ColorPreset", + "comment": "Daylight Blue Frost (224)", + "colors": ["#3848ff"] + }, + { + "dmxRange": [36, 255], + "type": "NoFunction", + "comment": "Reserved" + } + ] + }, + "Gel 2, LEE 700 Series": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 1], + "type": "ColorPreset", + "comment": "Perfect Lavender (700)", + "colors": ["#1a06ff"] + }, + { + "dmxRange": [2, 3], + "type": "ColorPreset", + "comment": "Provence (701)", + "colors": ["#210dff"] + }, + { + "dmxRange": [4, 5], + "type": "ColorPreset", + "comment": "Special Pale Lavender (702)", + "colors": ["#4c59ff"] + }, + { + "dmxRange": [6, 7], + "type": "ColorPreset", + "comment": "Cold Lavender (703)", + "colors": ["#3929ff"] + }, + { + "dmxRange": [8, 9], + "type": "ColorPreset", + "comment": "Lily (704)", + "colors": ["#423cff"] + }, + { + "dmxRange": [10, 11], + "type": "ColorPreset", + "comment": "King Fals Lavender (706)", + "colors": ["#1d0cff"] + }, + { + "dmxRange": [12, 13], + "type": "ColorPreset", + "comment": "Cool Lavender (708)", + "colors": ["#3e53ff"] + }, + { + "dmxRange": [14, 15], + "type": "ColorPreset", + "comment": "Electric Lilac (709)", + "colors": ["#3340ff"] + }, + { + "dmxRange": [16, 17], + "type": "ColorPreset", + "comment": "Spir Special Blue (710)", + "colors": ["#1b1bff"] + }, + { + "dmxRange": [18, 19], + "type": "ColorPreset", + "comment": "Cold Blue (711)", + "colors": ["#2b33ff"] + }, + { + "dmxRange": [20, 21], + "type": "ColorPreset", + "comment": "Bedford Blue (712)", + "colors": ["#1c24ff"] + }, + { + "dmxRange": [22, 23], + "type": "ColorPreset", + "comment": "Elysian Blue (714)", + "colors": ["#1211ff"] + }, + { + "dmxRange": [24, 25], + "type": "ColorPreset", + "comment": "Cabana Blue (715)", + "colors": ["#130aff"] + }, + { + "dmxRange": [26, 27], + "type": "ColorPreset", + "comment": "Mikkel Blue (716)", + "colors": ["#1104ff"] + }, + { + "dmxRange": [28, 29], + "type": "ColorPreset", + "comment": "Colour Wash Blue (719)", + "colors": ["#1e29ff"] + }, + { + "dmxRange": [30, 31], + "type": "ColorPreset", + "comment": "Berry Blue (721)", + "colors": ["#110cff"] + }, + { + "dmxRange": [32, 33], + "type": "ColorPreset", + "comment": "Virgin Blue (723)", + "colors": ["#1411ff"] + }, + { + "dmxRange": [34, 35], + "type": "ColorPreset", + "comment": "Ocean Blue (724)", + "colors": ["#1e3eff"] + }, + { + "dmxRange": [36, 37], + "type": "ColorPreset", + "comment": "Old Steel Blue (725)", + "colors": ["#375cff"] + }, + { + "dmxRange": [38, 39], + "type": "ColorPreset", + "comment": "Steel Green (728)", + "colors": ["#4170ff"] + }, + { + "dmxRange": [40, 41], + "type": "ColorPreset", + "comment": "Liberty Green (730)", + "colors": ["#5188ff"] + }, + { + "dmxRange": [42, 43], + "type": "ColorPreset", + "comment": "Dirty Ice (731)", + "colors": ["#5f95ff"] + }, + { + "dmxRange": [44, 45], + "type": "ColorPreset", + "comment": "Damp Squib (733)", + "colors": ["#71a6ff"] + }, + { + "dmxRange": [46, 47], + "type": "ColorPreset", + "comment": "JAS Green (738)", + "colors": ["#4fff40"] + }, + { + "dmxRange": [48, 49], + "type": "ColorPreset", + "comment": "Bram Brown (742)", + "colors": ["#f1ffa2"] + }, + { + "dmxRange": [50, 51], + "type": "ColorPreset", + "comment": "Dirty White (744)", + "colors": ["#f5ffbd"] + }, + { + "dmxRange": [52, 53], + "type": "ColorPreset", + "comment": "Brown (746)", + "colors": ["#ffc331"] + }, + { + "dmxRange": [54, 55], + "type": "ColorPreset", + "comment": "Easy White (747)", + "colors": ["#c7b3ff"] + }, + { + "dmxRange": [56, 57], + "type": "ColorPreset", + "comment": "Seedy Pink (748)", + "colors": ["#9057ff"] + }, + { + "dmxRange": [58, 59], + "type": "ColorPreset", + "comment": "Wheat (763)", + "colors": ["#95b9ff"] + }, + { + "dmxRange": [60, 61], + "type": "ColorPreset", + "comment": "Sun Colour Straw (764)", + "colors": ["#b8e0ff"] + }, + { + "dmxRange": [62, 63], + "type": "ColorPreset", + "comment": "LEE Yellow (765)", + "colors": ["#ceffd2"] + }, + { + "dmxRange": [64, 65], + "type": "ColorPreset", + "comment": "Cardbox Amber (773)", + "colors": ["#dbc2ff"] + }, + { + "dmxRange": [66, 67], + "type": "ColorPreset", + "comment": "Nectarine (776)", + "colors": ["#ffdbe4"] + }, + { + "dmxRange": [68, 69], + "type": "ColorPreset", + "comment": "Millennium Gold (778)", + "colors": ["#ff6807"] + }, + { + "dmxRange": [70, 71], + "type": "ColorPreset", + "comment": "Bastard Pink (779)", + "colors": ["#ff7d8d"] + }, + { + "dmxRange": [72, 73], + "type": "ColorPreset", + "comment": "Terry Red (781)", + "colors": ["#ff4305"] + }, + { + "dmxRange": [74, 75], + "type": "ColorPreset", + "comment": "Blood Red (789)", + "colors": ["#ff2500"] + }, + { + "dmxRange": [76, 77], + "type": "ColorPreset", + "comment": "Moroccan Pink (790)", + "colors": ["#af98ff"] + }, + { + "dmxRange": [78, 79], + "type": "ColorPreset", + "comment": "Pretty 'n Pink (794)", + "colors": ["#6d4dff"] + }, + { + "dmxRange": [80, 81], + "type": "ColorPreset", + "comment": "Magical Magenta (795)", + "colors": ["#570dff"] + }, + { + "dmxRange": [82, 255], + "type": "NoFunction", + "comment": "Reserved" + } + ] + }, "Reserved for future use": { "capability": { "type": "NoFunction" @@ -631,6 +4945,54 @@ "Strobe", "Reserved for future use" ] + }, + { + "name": "P16: GEL 8bit", + "shortName": "P16", + "channels": [ + "Dimmer", + "Gel 1, CCT", + "Gel 1, Color Matching", + "Gel 1, Brand", + "Gel 1, Category", + "Gel 1", + "Crossfade to gel", + "Gel 2, CCT", + "Gel 2, Color Matching", + "Gel 2, Brand", + "Gel 2, Category", + "Gel 2", + "Gel Transition Type", + "Fan Control", + "Presets", + "Strobe", + "Reserved for future use" + ] + }, + { + "name": "P17: GEL 16bit", + "shortName": "P17", + "channels": [ + "Dimmer", + "Dimmer fine", + "Gel 1, CCT", + "Gel 1, Color Matching", + "Gel 1, Brand", + "Gel 1, Category", + "Gel 1", + "Crossfade to gel", + "Crossfade to gel fine", + "Gel 2, CCT", + "Gel 2, Color Matching", + "Gel 2, Brand", + "Gel 2, Category", + "Gel 2", + "Gel Transition Type", + "Fan Control", + "Presets", + "Strobe", + "Reserved for future use" + ] } ] } diff --git a/fixtures/arri/skypanel-s30c.json b/fixtures/arri/skypanel-s30c.json index 3fca391b77..e9e74e2100 100644 --- a/fixtures/arri/skypanel-s30c.json +++ b/fixtures/arri/skypanel-s30c.json @@ -3,9 +3,9 @@ "name": "Skypanel S30C", "categories": ["Dimmer", "Color Changer", "Strobe"], "meta": { - "authors": ["Jean-François Losson", "JonahKr"], + "authors": ["Jean-François Losson", "JonahKr", "Dyami Caliri"], "createDate": "2018-10-17", - "lastModifyDate": "2021-09-13" + "lastModifyDate": "2022-08-10" }, "links": { "manual": [ @@ -367,6 +367,4320 @@ } ] }, + "Crossfade to gel": { + "fineChannelAliases": ["Crossfade to gel fine"], + "defaultValue": 0, + "capability": { + "type": "Generic", + "comment": "Gel 1 … Gel 2" + } + }, + "Gel Transition Type": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 51], + "type": "Maintenance", + "comment": "Direct" + }, + { + "dmxRange": [52, 102], + "type": "Maintenance", + "comment": "Through White Point" + }, + { + "dmxRange": [103, 153], + "type": "Maintenance", + "comment": "Through Black Point" + }, + { + "dmxRange": [154, 204], + "type": "Maintenance", + "comment": "Over White Point" + }, + { + "dmxRange": [205, 255], + "type": "Maintenance", + "comment": "Under White Point" + } + ] + }, + "Gel 1, CCT": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 127], + "type": "ColorTemperature", + "colorTemperature": "3200K" + }, + { + "dmxRange": [128, 255], + "type": "ColorTemperature", + "colorTemperature": "5600K" + } + ] + }, + "Gel 1, Color Matching": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 84], + "type": "Maintenance", + "comment": "Best Color" + }, + { + "dmxRange": [85, 170], + "type": "Maintenance", + "comment": "Brightest" + }, + { + "dmxRange": [171, 255], + "type": "Maintenance", + "comment": "No Color Gel" + } + ] + }, + "Gel 1, Brand": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 127], + "type": "Maintenance", + "comment": "Rosco", + "switchChannels": { + "Gel 1, Category": "Gel 1, Category Rosco", + "Gel 1": "Gel 1 Rosco" + } + }, + { + "dmxRange": [128, 255], + "type": "Maintenance", + "comment": "LEE", + "switchChannels": { + "Gel 1, Category": "Gel 1, Category LEE", + "Gel 1": "Gel 1 LEE" + } + } + ] + }, + "Gel 1, Category Rosco": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 50], + "type": "Maintenance", + "comment": "Color Correction", + "switchChannels": { + "Gel 1 Rosco": "Gel 1, Rosco Color Correction" + } + }, + { + "dmxRange": [51, 101], + "type": "Maintenance", + "comment": "CalColor", + "switchChannels": { + "Gel 1 Rosco": "Gel 1, Rosco CalColor" + } + }, + { + "dmxRange": [102, 152], + "type": "Maintenance", + "comment": "Storaro Selection", + "switchChannels": { + "Gel 1 Rosco": "Gel 1, Rosco Storaro Selection" + } + }, + { + "dmxRange": [153, 255], + "type": "Maintenance", + "comment": "Cinelux", + "switchChannels": { + "Gel 1 Rosco": "Gel 1, Rosco Cinelux" + } + } + ] + }, + "Gel 1, Category LEE": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 50], + "type": "Maintenance", + "comment": "Color Correction", + "switchChannels": { + "Gel 1 LEE": "Gel 1, LEE Color Correction" + } + }, + { + "dmxRange": [51, 101], + "type": "Maintenance", + "comment": "Color Filters", + "switchChannels": { + "Gel 1 LEE": "Gel 1, LEE Color Filters" + } + }, + { + "dmxRange": [102, 152], + "type": "Maintenance", + "comment": "600 Series", + "switchChannels": { + "Gel 1 LEE": "Gel 1, LEE 600 Series" + } + }, + { + "dmxRange": [153, 203], + "type": "Maintenance", + "comment": "Cosmetic Filters", + "switchChannels": { + "Gel 1 LEE": "Gel 1, LEE Cosmetic Series" + } + }, + { + "dmxRange": [204, 255], + "type": "Maintenance", + "comment": "700 Series", + "switchChannels": { + "Gel 1 LEE": "Gel 1, LEE 700 Series" + } + } + ] + }, + "Gel 1, Rosco Color Correction": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 1], + "type": "ColorPreset", + "comment": "Full CTB (3202)", + "colors": ["#6a81ff"] + }, + { + "dmxRange": [2, 3], + "type": "ColorPreset", + "comment": "3/4 CTB (3203)", + "colors": ["#839cff"] + }, + { + "dmxRange": [4, 5], + "type": "ColorPreset", + "comment": "1/2 CTB (3204)", + "colors": ["#a3b7ff"] + }, + { + "dmxRange": [6, 7], + "type": "ColorPreset", + "comment": "1/3 CTB (3206)", + "colors": ["#b5c4ff"] + }, + { + "dmxRange": [8, 9], + "type": "ColorPreset", + "comment": "1/4 CTB (3208)", + "colors": ["#cdd6ff"] + }, + { + "dmxRange": [10, 11], + "type": "ColorPreset", + "comment": "1/8 CTB (3216)", + "colors": ["#ebf0ff"] + }, + { + "dmxRange": [12, 13], + "type": "ColorPreset", + "comment": "Double CTB (3220)", + "colors": ["#2c35ff"] + }, + { + "dmxRange": [14, 15], + "type": "ColorPreset", + "comment": "Full CTO (3407)", + "colors": ["#ffad49"] + }, + { + "dmxRange": [16, 17], + "type": "ColorPreset", + "comment": "3/4 CTO (3411)", + "colors": ["#ffb85b"] + }, + { + "dmxRange": [18, 19], + "type": "ColorPreset", + "comment": "1/2 CTO (3408)", + "colors": ["#ffd585"] + }, + { + "dmxRange": [20, 21], + "type": "ColorPreset", + "comment": "1/4 CTO (3409)", + "colors": ["#ffebbf"] + }, + { + "dmxRange": [22, 23], + "type": "ColorPreset", + "comment": "1/8 CTO (3410)", + "colors": ["#fff5d8"] + }, + { + "dmxRange": [24, 25], + "type": "ColorPreset", + "comment": "Double CTO (3420)", + "colors": ["#ff7a21"] + }, + { + "dmxRange": [26, 27], + "type": "ColorPreset", + "comment": "Full CTS (3441)", + "colors": ["#ffbb4d"] + }, + { + "dmxRange": [28, 29], + "type": "ColorPreset", + "comment": "1/2 CTS (3442)", + "colors": ["#ffdf88"] + }, + { + "dmxRange": [30, 31], + "type": "ColorPreset", + "comment": "1/4 CTS (3443)", + "colors": ["#fff3c1"] + }, + { + "dmxRange": [32, 33], + "type": "ColorPreset", + "comment": "1/8 CTS (3444)", + "colors": ["#fff8da"] + }, + { + "dmxRange": [34, 35], + "type": "ColorPreset", + "comment": "Full Plusgreen (3304)", + "colors": ["#d0ff95"] + }, + { + "dmxRange": [36, 37], + "type": "ColorPreset", + "comment": "1/2 Plusgreen (3315)", + "colors": ["#e4ffc3"] + }, + { + "dmxRange": [38, 39], + "type": "ColorPreset", + "comment": "1/4 Plusgreen (3316)", + "colors": ["#f4ffdc"] + }, + { + "dmxRange": [40, 41], + "type": "ColorPreset", + "comment": "1/8 Plusgreen (3317)", + "colors": ["#fbffe4"] + }, + { + "dmxRange": [42, 43], + "type": "ColorPreset", + "comment": "Full Minusgreen (3308)", + "colors": ["#ffbbf4"] + }, + { + "dmxRange": [44, 45], + "type": "ColorPreset", + "comment": "3/4 Minusgreen (3309)", + "colors": ["#ffcaee"] + }, + { + "dmxRange": [46, 47], + "type": "ColorPreset", + "comment": "1/2 Minusgreen (3313)", + "colors": ["#ffd5f6"] + }, + { + "dmxRange": [48, 49], + "type": "ColorPreset", + "comment": "1/4 Minusgreen (3314)", + "colors": ["#ffe9f8"] + }, + { + "dmxRange": [50, 51], + "type": "ColorPreset", + "comment": "1/8 Minusgreen (3318)", + "colors": ["#fff2ef"] + }, + { + "dmxRange": [52, 53], + "type": "ColorPreset", + "comment": "Fluorofilter (3310)", + "colors": ["#ff8840"] + }, + { + "dmxRange": [54, 55], + "type": "ColorPreset", + "comment": "Industrial Vapor (3150)", + "colors": ["#fffc63"] + }, + { + "dmxRange": [56, 57], + "type": "ColorPreset", + "comment": "Urban Vapor (3152)", + "colors": ["#ff901b"] + }, + { + "dmxRange": [58, 59], + "type": "ColorPreset", + "comment": "Tough Y-1 (3107)", + "colors": ["#ffffbe"] + }, + { + "dmxRange": [60, 61], + "type": "ColorPreset", + "comment": "Tough MT 54 (3134)", + "colors": ["#ffedab"] + }, + { + "dmxRange": [62, 63], + "type": "ColorPreset", + "comment": "Tough MTY (3106)", + "colors": ["#ffa940"] + }, + { + "dmxRange": [64, 65], + "type": "ColorPreset", + "comment": "Tough MT2 (3102)", + "colors": ["#ffc250"] + }, + { + "dmxRange": [66, 255], + "type": "NoFunction", + "comment": "Reserved" + } + ] + }, + "Gel 1, Rosco CalColor": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 1], + "type": "ColorPreset", + "comment": "15 Blue (4215)", + "colors": ["#b6bbff"] + }, + { + "dmxRange": [2, 3], + "type": "ColorPreset", + "comment": "30 Blue (4230)", + "colors": ["#838bff"] + }, + { + "dmxRange": [4, 5], + "type": "ColorPreset", + "comment": "60 Blue (4260)", + "colors": ["#504eff"] + }, + { + "dmxRange": [6, 7], + "type": "ColorPreset", + "comment": "90 Blue (4290)", + "colors": ["#2c20ff"] + }, + { + "dmxRange": [8, 9], + "type": "ColorPreset", + "comment": "7 Cyan (4307)", + "colors": ["#ffdf6d"] + }, + { + "dmxRange": [10, 11], + "type": "ColorPreset", + "comment": "15 Cyan (4315)", + "colors": ["#d5f9ff"] + }, + { + "dmxRange": [12, 13], + "type": "ColorPreset", + "comment": "30 Cyan (4330)", + "colors": ["#aae7ff"] + }, + { + "dmxRange": [14, 15], + "type": "ColorPreset", + "comment": "60 Cyan (4360)", + "colors": ["#75d8ff"] + }, + { + "dmxRange": [16, 17], + "type": "ColorPreset", + "comment": "90 Cyan (4390)", + "colors": ["#4ec3ff"] + }, + { + "dmxRange": [18, 19], + "type": "ColorPreset", + "comment": "15 Green (4415)", + "colors": ["#d8ffb9"] + }, + { + "dmxRange": [20, 21], + "type": "ColorPreset", + "comment": "30 Green (4430)", + "colors": ["#b3ff87"] + }, + { + "dmxRange": [22, 23], + "type": "ColorPreset", + "comment": "60 Green (4460)", + "colors": ["#86ff56"] + }, + { + "dmxRange": [24, 25], + "type": "ColorPreset", + "comment": "90 Green (4490)", + "colors": ["#62ff3b"] + }, + { + "dmxRange": [26, 27], + "type": "ColorPreset", + "comment": "15 Yellow (4515)", + "colors": ["#fbffb3"] + }, + { + "dmxRange": [28, 29], + "type": "ColorPreset", + "comment": "30 Yellow (4530)", + "colors": ["#f7ff85"] + }, + { + "dmxRange": [30, 31], + "type": "ColorPreset", + "comment": "60 Yellow (4560)", + "colors": ["#f6ff4c"] + }, + { + "dmxRange": [32, 33], + "type": "ColorPreset", + "comment": "90 Yellow (4590)", + "colors": ["#fbff31"] + }, + { + "dmxRange": [34, 35], + "type": "ColorPreset", + "comment": "15 Red (4615)", + "colors": ["#ffd5c2"] + }, + { + "dmxRange": [36, 37], + "type": "ColorPreset", + "comment": "30 Red (4630)", + "colors": ["#ffb08d"] + }, + { + "dmxRange": [38, 39], + "type": "ColorPreset", + "comment": "60 Red (4660)", + "colors": ["#ff7f4d"] + }, + { + "dmxRange": [40, 41], + "type": "ColorPreset", + "comment": "90 Red (4690)", + "colors": ["#ff5725"] + }, + { + "dmxRange": [42, 43], + "type": "ColorPreset", + "comment": "15 Magenta (4715)", + "colors": ["#fbceff"] + }, + { + "dmxRange": [44, 45], + "type": "ColorPreset", + "comment": "30 Magenta (4730)", + "colors": ["#f5a0ff"] + }, + { + "dmxRange": [46, 47], + "type": "ColorPreset", + "comment": "60 Magenta (4760)", + "colors": ["#ea5eff"] + }, + { + "dmxRange": [48, 49], + "type": "ColorPreset", + "comment": "90 Magenta (4790)", + "colors": ["#eb49ff"] + }, + { + "dmxRange": [50, 51], + "type": "ColorPreset", + "comment": "15 Pink (4815)", + "colors": ["#ffd0df"] + }, + { + "dmxRange": [52, 53], + "type": "ColorPreset", + "comment": "30 Pink (4830)", + "colors": ["#ffa6be"] + }, + { + "dmxRange": [54, 55], + "type": "ColorPreset", + "comment": "60 Pink (4860)", + "colors": ["#ff7c94"] + }, + { + "dmxRange": [56, 57], + "type": "ColorPreset", + "comment": "90 Pink (4890)", + "colors": ["#ff5660"] + }, + { + "dmxRange": [58, 59], + "type": "ColorPreset", + "comment": "15 Lavender (4915)", + "colors": ["#d0bbff"] + }, + { + "dmxRange": [60, 61], + "type": "ColorPreset", + "comment": "30 Lavender (4930)", + "colors": ["#b893ff"] + }, + { + "dmxRange": [62, 63], + "type": "ColorPreset", + "comment": "60 Lavender (4960)", + "colors": ["#8a53ff"] + }, + { + "dmxRange": [64, 65], + "type": "ColorPreset", + "comment": "90 Lavender (4990)", + "colors": ["#632eff"] + }, + { + "dmxRange": [66, 255], + "type": "NoFunction", + "comment": "Reserved" + } + ] + }, + "Gel 1, Rosco Storaro Selection": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 1], + "type": "ColorPreset", + "comment": "VS Red (2001)", + "colors": ["#ff2307"] + }, + { + "dmxRange": [2, 3], + "type": "ColorPreset", + "comment": "VS Orange (2002)", + "colors": ["#ff7a21"] + }, + { + "dmxRange": [4, 5], + "type": "ColorPreset", + "comment": "VS Yellow (2003)", + "colors": ["#ffcc14"] + }, + { + "dmxRange": [6, 7], + "type": "ColorPreset", + "comment": "VS Green (2004)", + "colors": ["#25ff55"] + }, + { + "dmxRange": [8, 9], + "type": "ColorPreset", + "comment": "VS Cyan (2005)", + "colors": ["#2ca5ff"] + }, + { + "dmxRange": [10, 11], + "type": "ColorPreset", + "comment": "VS Azure (2006)", + "colors": ["#141fff"] + }, + { + "dmxRange": [12, 13], + "type": "ColorPreset", + "comment": "VS Blue (2007)", + "colors": ["#2c35ff"] + }, + { + "dmxRange": [14, 15], + "type": "ColorPreset", + "comment": "VS Indigo (2008)", + "colors": ["#2612ff"] + }, + { + "dmxRange": [16, 17], + "type": "ColorPreset", + "comment": "VS Violet (2009)", + "colors": ["#741fff"] + }, + { + "dmxRange": [18, 19], + "type": "ColorPreset", + "comment": "VS Magenta (2010)", + "colors": ["#eb49ff"] + }, + { + "dmxRange": [20, 255], + "type": "NoFunction", + "comment": "Reserved" + } + ] + }, + "Gel 1, Rosco Cinelux": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 1], + "type": "ColorPreset", + "comment": "Bastard Amber (2)", + "colors": ["#ffdba5"] + }, + { + "dmxRange": [2, 3], + "type": "ColorPreset", + "comment": "Pale Bastard Amber (302)", + "colors": ["#fff0d6"] + }, + { + "dmxRange": [4, 5], + "type": "ColorPreset", + "comment": "No Color Straw (6)", + "colors": ["#feffcd"] + }, + { + "dmxRange": [6, 7], + "type": "ColorPreset", + "comment": "Pale Gold (8)", + "colors": ["#ffeead"] + }, + { + "dmxRange": [8, 9], + "type": "ColorPreset", + "comment": "Daffodil (310)", + "colors": ["#faff59"] + }, + { + "dmxRange": [10, 11], + "type": "ColorPreset", + "comment": "Straw (12)", + "colors": ["#feff2c"] + }, + { + "dmxRange": [12, 13], + "type": "ColorPreset", + "comment": "Light Amber (16)", + "colors": ["#ffc24e"] + }, + { + "dmxRange": [14, 15], + "type": "ColorPreset", + "comment": "Gallo Gold (316)", + "colors": ["#ffb95a"] + }, + { + "dmxRange": [16, 17], + "type": "ColorPreset", + "comment": "Light Flame (17)", + "colors": ["#ffa54e"] + }, + { + "dmxRange": [18, 19], + "type": "ColorPreset", + "comment": "Flame (18)", + "colors": ["#ffac45"] + }, + { + "dmxRange": [20, 21], + "type": "ColorPreset", + "comment": "Mayan Sun (318)", + "colors": ["#ff8441"] + }, + { + "dmxRange": [22, 23], + "type": "ColorPreset", + "comment": "Golden Amber (21)", + "colors": ["#ff8109"] + }, + { + "dmxRange": [24, 25], + "type": "ColorPreset", + "comment": "Soft Golden Amber (321)", + "colors": ["#ff9633"] + }, + { + "dmxRange": [26, 27], + "type": "ColorPreset", + "comment": "Orange (23)", + "colors": ["#ff640b"] + }, + { + "dmxRange": [28, 29], + "type": "ColorPreset", + "comment": "Henna Sky (325)", + "colors": ["#ff4a0d"] + }, + { + "dmxRange": [30, 31], + "type": "ColorPreset", + "comment": "Light Red (26)", + "colors": ["#ff2307"] + }, + { + "dmxRange": [32, 33], + "type": "ColorPreset", + "comment": "No Color Pink (33)", + "colors": ["#ffc8e2"] + }, + { + "dmxRange": [34, 35], + "type": "ColorPreset", + "comment": "Blush Pink (333)", + "colors": ["#ffd5f6"] + }, + { + "dmxRange": [36, 37], + "type": "ColorPreset", + "comment": "Flesh Pink (34)", + "colors": ["#ff939f"] + }, + { + "dmxRange": [38, 39], + "type": "ColorPreset", + "comment": "Pale Rose Pink (37)", + "colors": ["#ffbbf5"] + }, + { + "dmxRange": [40, 41], + "type": "ColorPreset", + "comment": "Salmon (41)", + "colors": ["#ff471c"] + }, + { + "dmxRange": [42, 43], + "type": "ColorPreset", + "comment": "Deep Salmon (42)", + "colors": ["#ff2b25"] + }, + { + "dmxRange": [44, 45], + "type": "ColorPreset", + "comment": "Middle Rose (44)", + "colors": ["#ff5bd3"] + }, + { + "dmxRange": [46, 47], + "type": "ColorPreset", + "comment": "Light Rose Purple (47)", + "colors": ["#954fff"] + }, + { + "dmxRange": [48, 49], + "type": "ColorPreset", + "comment": "Surprise Pink (51)", + "colors": ["#cbb5ff"] + }, + { + "dmxRange": [50, 51], + "type": "ColorPreset", + "comment": "No Color Blue (60)", + "colors": ["#99b0ff"] + }, + { + "dmxRange": [52, 53], + "type": "ColorPreset", + "comment": "Clearwater (360)", + "colors": ["#a3b7ff"] + }, + { + "dmxRange": [54, 55], + "type": "ColorPreset", + "comment": "Booster Blue (62)", + "colors": ["#7da3ff"] + }, + { + "dmxRange": [56, 57], + "type": "ColorPreset", + "comment": "Tipton Blue (362)", + "colors": ["#728bff"] + }, + { + "dmxRange": [58, 59], + "type": "ColorPreset", + "comment": "Blue Bell (364)", + "colors": ["#566fff"] + }, + { + "dmxRange": [60, 61], + "type": "ColorPreset", + "comment": "Daylight Blue (65)", + "colors": ["#3767ff"] + }, + { + "dmxRange": [62, 63], + "type": "ColorPreset", + "comment": "Tharon Delft Blue (365)", + "colors": ["#6a81ff"] + }, + { + "dmxRange": [64, 65], + "type": "ColorPreset", + "comment": "Cerulean Blue (375)", + "colors": ["#207aff"] + }, + { + "dmxRange": [66, 67], + "type": "ColorPreset", + "comment": "Bermuda Blue (376)", + "colors": ["#3170ff"] + }, + { + "dmxRange": [68, 69], + "type": "ColorPreset", + "comment": "Green Blue (77)", + "colors": ["#1435ff"] + }, + { + "dmxRange": [70, 71], + "type": "ColorPreset", + "comment": "Alice Blue (378)", + "colors": ["#3e3cff"] + }, + { + "dmxRange": [72, 73], + "type": "ColorPreset", + "comment": "Primary Blue (80)", + "colors": ["#141fff"] + }, + { + "dmxRange": [74, 75], + "type": "ColorPreset", + "comment": "Baldassari Blue (381)", + "colors": ["#1f18ff"] + }, + { + "dmxRange": [76, 77], + "type": "ColorPreset", + "comment": "Medium Blue (83)", + "colors": ["#130fff"] + }, + { + "dmxRange": [78, 79], + "type": "ColorPreset", + "comment": "Pale Yellow Green (87)", + "colors": ["#e4ffc2"] + }, + { + "dmxRange": [80, 81], + "type": "ColorPreset", + "comment": "Light Green (88)", + "colors": ["#d0ff96"] + }, + { + "dmxRange": [82, 83], + "type": "ColorPreset", + "comment": "Moss Green (89)", + "colors": ["#60ff74"] + }, + { + "dmxRange": [84, 85], + "type": "ColorPreset", + "comment": "Primary Green (91)", + "colors": ["#3cffa4"] + }, + { + "dmxRange": [86, 87], + "type": "ColorPreset", + "comment": "Turquoise (92)", + "colors": ["#78fffe"] + }, + { + "dmxRange": [88, 89], + "type": "ColorPreset", + "comment": "Blue Green (93)", + "colors": ["#5cd3ff"] + }, + { + "dmxRange": [90, 91], + "type": "ColorPreset", + "comment": "Chocolate (99)", + "colors": ["#ffc48d"] + }, + { + "dmxRange": [92, 255], + "type": "NoFunction", + "comment": "Reserved" + } + ] + }, + "Gel 1, LEE Color Correction": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 1], + "type": "ColorPreset", + "comment": "Double CTB (200)", + "colors": ["#313eff"] + }, + { + "dmxRange": [2, 3], + "type": "ColorPreset", + "comment": "Full CTB (201)", + "colors": ["#647bff"] + }, + { + "dmxRange": [4, 5], + "type": "ColorPreset", + "comment": "3/4 CTB (281)", + "colors": ["#7789ff"] + }, + { + "dmxRange": [6, 7], + "type": "ColorPreset", + "comment": "1/2 CTB (202)", + "colors": ["#9bb2ff"] + }, + { + "dmxRange": [8, 9], + "type": "ColorPreset", + "comment": "1/4 CTB (203)", + "colors": ["#c3d3ff"] + }, + { + "dmxRange": [10, 11], + "type": "ColorPreset", + "comment": "1/8 CTB (218)", + "colors": ["#e0eaff"] + }, + { + "dmxRange": [12, 13], + "type": "ColorPreset", + "comment": "Double CTO (287)", + "colors": ["#ff9317"] + }, + { + "dmxRange": [14, 15], + "type": "ColorPreset", + "comment": "Full CTO (204)", + "colors": ["#ffbf4d"] + }, + { + "dmxRange": [16, 17], + "type": "ColorPreset", + "comment": "3/4 CTO (285)", + "colors": ["#ffcc61"] + }, + { + "dmxRange": [18, 19], + "type": "ColorPreset", + "comment": "1/2 CTO (205)", + "colors": ["#ffdf8b"] + }, + { + "dmxRange": [20, 21], + "type": "ColorPreset", + "comment": "1/4 CTO (206)", + "colors": ["#ffeeb7"] + }, + { + "dmxRange": [22, 23], + "type": "ColorPreset", + "comment": "1/8 CTO (223)", + "colors": ["#fff6d5"] + }, + { + "dmxRange": [24, 25], + "type": "ColorPreset", + "comment": "1 1/2 CTB (283)", + "colors": ["#4559ff"] + }, + { + "dmxRange": [26, 27], + "type": "ColorPreset", + "comment": "1 1/2 CTO (286)", + "colors": ["#ffa728"] + }, + { + "dmxRange": [28, 29], + "type": "ColorPreset", + "comment": "Full CTS (441)", + "colors": ["#ffbe4c"] + }, + { + "dmxRange": [30, 31], + "type": "ColorPreset", + "comment": "1/2 CTS (442)", + "colors": ["#ffe085"] + }, + { + "dmxRange": [32, 33], + "type": "ColorPreset", + "comment": "1/4 CTS (443)", + "colors": ["#fff1bb"] + }, + { + "dmxRange": [34, 35], + "type": "ColorPreset", + "comment": "1/8 CTS (444)", + "colors": ["#fff8de"] + }, + { + "dmxRange": [36, 37], + "type": "ColorPreset", + "comment": "Full CTO + .3 ND (207)", + "colors": ["#ffc148"] + }, + { + "dmxRange": [38, 39], + "type": "ColorPreset", + "comment": "Full CTO + .6 ND (208)", + "colors": ["#ffbe4b"] + }, + { + "dmxRange": [40, 41], + "type": "ColorPreset", + "comment": "L.C.T. Yellow (Y1) (212)", + "colors": ["#ffffbe"] + }, + { + "dmxRange": [42, 43], + "type": "ColorPreset", + "comment": "White Flame Green (213)", + "colors": ["#d5ffd0"] + }, + { + "dmxRange": [44, 45], + "type": "ColorPreset", + "comment": "LEE Fluorescent Green (219)", + "colors": ["#74e0ff"] + }, + { + "dmxRange": [46, 47], + "type": "ColorPreset", + "comment": "Super Correction L.C.T. Yellow (230)", + "colors": ["#ffe596"] + }, + { + "dmxRange": [48, 49], + "type": "ColorPreset", + "comment": "Super Correction W.F. Green (232)", + "colors": ["#ffc55c"] + }, + { + "dmxRange": [50, 51], + "type": "ColorPreset", + "comment": "H.M.I. (to Tungsten) (236)", + "colors": ["#ffbd5a"] + }, + { + "dmxRange": [52, 53], + "type": "ColorPreset", + "comment": "C.I.D. (to Tungsten) (237)", + "colors": ["#ff9955"] + }, + { + "dmxRange": [54, 55], + "type": "ColorPreset", + "comment": "C.S.I. (to Tungsten) (238)", + "colors": ["#ffa994"] + }, + { + "dmxRange": [56, 57], + "type": "ColorPreset", + "comment": "LEE Fluorescent 5700 Kelvin (241)", + "colors": ["#71b6ff"] + }, + { + "dmxRange": [58, 59], + "type": "ColorPreset", + "comment": "LEE Fluorescent 4300 Kelvin (242)", + "colors": ["#9cfff2"] + }, + { + "dmxRange": [60, 61], + "type": "ColorPreset", + "comment": "LEE Fluorescent 3600 Kelvin (243)", + "colors": ["#aeffc7"] + }, + { + "dmxRange": [62, 63], + "type": "ColorPreset", + "comment": "LEE Plus Green (244)", + "colors": ["#cfff9e"] + }, + { + "dmxRange": [64, 65], + "type": "ColorPreset", + "comment": "1/2 Plus Green (245)", + "colors": ["#e3ffc5"] + }, + { + "dmxRange": [66, 67], + "type": "ColorPreset", + "comment": "1/4 Plus Green (246)", + "colors": ["#f0ffdd"] + }, + { + "dmxRange": [68, 69], + "type": "ColorPreset", + "comment": "1/8 Plus Green (278)", + "colors": ["#f8ffed"] + }, + { + "dmxRange": [70, 71], + "type": "ColorPreset", + "comment": "LEE Minus Green (247)", + "colors": ["#ffb0e6"] + }, + { + "dmxRange": [72, 73], + "type": "ColorPreset", + "comment": "1/2 Minus Green (248)", + "colors": ["#ffd3f0"] + }, + { + "dmxRange": [74, 75], + "type": "ColorPreset", + "comment": "1/4 Minus Green (249)", + "colors": ["#ffe7f8"] + }, + { + "dmxRange": [76, 77], + "type": "ColorPreset", + "comment": "1/8 Minus Green (279)", + "colors": ["#fff2f8"] + }, + { + "dmxRange": [78, 255], + "type": "NoFunction", + "comment": "Reserved" + } + ] + }, + "Gel 1, LEE Color Filters": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 1], + "type": "ColorPreset", + "comment": "Rose Pink (2)", + "colors": ["#ff5bfd"] + }, + { + "dmxRange": [2, 3], + "type": "ColorPreset", + "comment": "Lavender Tint (3)", + "colors": ["#ede2ff"] + }, + { + "dmxRange": [4, 5], + "type": "ColorPreset", + "comment": "Medium Bastard Amber (4)", + "colors": ["#ffbb92"] + }, + { + "dmxRange": [6, 7], + "type": "ColorPreset", + "comment": "Pale Yellow (7)", + "colors": ["#ffffb2"] + }, + { + "dmxRange": [8, 9], + "type": "ColorPreset", + "comment": "Dark Salmon (8)", + "colors": ["#ff722c"] + }, + { + "dmxRange": [10, 11], + "type": "ColorPreset", + "comment": "Pale Amber Gold (9)", + "colors": ["#ffdb82"] + }, + { + "dmxRange": [12, 13], + "type": "ColorPreset", + "comment": "Medium Yellow (10)", + "colors": ["#f8ff22"] + }, + { + "dmxRange": [14, 15], + "type": "ColorPreset", + "comment": "Straw Tint (13)", + "colors": ["#ffdc68"] + }, + { + "dmxRange": [16, 17], + "type": "ColorPreset", + "comment": "Surprise Peach (17)", + "colors": ["#ff9640"] + }, + { + "dmxRange": [18, 19], + "type": "ColorPreset", + "comment": "Fire (19)", + "colors": ["#ff3404"] + }, + { + "dmxRange": [20, 21], + "type": "ColorPreset", + "comment": "Medium Amber (20)", + "colors": ["#ffa313"] + }, + { + "dmxRange": [22, 23], + "type": "ColorPreset", + "comment": "Gold Amber (21)", + "colors": ["#ff6905"] + }, + { + "dmxRange": [24, 25], + "type": "ColorPreset", + "comment": "Dark Amber (22)", + "colors": ["#ff4c01"] + }, + { + "dmxRange": [26, 27], + "type": "ColorPreset", + "comment": "Scarlet (24)", + "colors": ["#ff3f22"] + }, + { + "dmxRange": [28, 29], + "type": "ColorPreset", + "comment": "Sunset Red (25)", + "colors": ["#ff5615"] + }, + { + "dmxRange": [30, 31], + "type": "ColorPreset", + "comment": "Bright Red (26)", + "colors": ["#ff1a02"] + }, + { + "dmxRange": [32, 33], + "type": "ColorPreset", + "comment": "Light Pink (35)", + "colors": ["#756cff"] + }, + { + "dmxRange": [34, 35], + "type": "ColorPreset", + "comment": "Medium Pink (36)", + "colors": ["#875aff"] + }, + { + "dmxRange": [36, 37], + "type": "ColorPreset", + "comment": "Dark Magenta (46)", + "colors": ["#ff21b0"] + }, + { + "dmxRange": [38, 39], + "type": "ColorPreset", + "comment": "Rose Purple (48)", + "colors": ["#461dff"] + }, + { + "dmxRange": [40, 41], + "type": "ColorPreset", + "comment": "Light Lavender (52)", + "colors": ["#3c3aff"] + }, + { + "dmxRange": [42, 43], + "type": "ColorPreset", + "comment": "Paler Lavender (53)", + "colors": ["#5065ff"] + }, + { + "dmxRange": [44, 45], + "type": "ColorPreset", + "comment": "Lavender (58)", + "colors": ["#2010ff"] + }, + { + "dmxRange": [46, 47], + "type": "ColorPreset", + "comment": "Mist Blue (61)", + "colors": ["#4664ff"] + }, + { + "dmxRange": [48, 49], + "type": "ColorPreset", + "comment": "Pale Blue (63)", + "colors": ["#3c59ff"] + }, + { + "dmxRange": [50, 51], + "type": "ColorPreset", + "comment": "Sky Blue (68)", + "colors": ["#121aff"] + }, + { + "dmxRange": [52, 53], + "type": "ColorPreset", + "comment": "Evening Blue (75)", + "colors": ["#1416ff"] + }, + { + "dmxRange": [54, 55], + "type": "ColorPreset", + "comment": "Just Blue (79)", + "colors": ["#110eff"] + }, + { + "dmxRange": [56, 57], + "type": "ColorPreset", + "comment": "Deeper Blue (85)", + "colors": ["#1107ff"] + }, + { + "dmxRange": [58, 59], + "type": "ColorPreset", + "comment": "Lime Green (88)", + "colors": ["#7eff68"] + }, + { + "dmxRange": [60, 61], + "type": "ColorPreset", + "comment": "Moss Green (89)", + "colors": ["#38ff7b"] + }, + { + "dmxRange": [62, 63], + "type": "ColorPreset", + "comment": "Dark Yellow Green (90)", + "colors": ["#15ff53"] + }, + { + "dmxRange": [64, 65], + "type": "ColorPreset", + "comment": "Spring Yellow (100)", + "colors": ["#a6ff43"] + }, + { + "dmxRange": [66, 67], + "type": "ColorPreset", + "comment": "Yellow (101)", + "colors": ["#c5ff20"] + }, + { + "dmxRange": [68, 69], + "type": "ColorPreset", + "comment": "Light Amber (102)", + "colors": ["#daff66"] + }, + { + "dmxRange": [70, 71], + "type": "ColorPreset", + "comment": "Straw (103)", + "colors": ["#9ab8ff"] + }, + { + "dmxRange": [72, 73], + "type": "ColorPreset", + "comment": "Deep Amber (104)", + "colors": ["#f3ff26"] + }, + { + "dmxRange": [74, 75], + "type": "ColorPreset", + "comment": "Primary Red (106)", + "colors": ["#ff2104"] + }, + { + "dmxRange": [76, 77], + "type": "ColorPreset", + "comment": "Light Rose (107)", + "colors": ["#a979ff"] + }, + { + "dmxRange": [78, 79], + "type": "ColorPreset", + "comment": "English Rose (108)", + "colors": ["#fbd0ff"] + }, + { + "dmxRange": [80, 81], + "type": "ColorPreset", + "comment": "Light Salmon (109)", + "colors": ["#a17dff"] + }, + { + "dmxRange": [82, 83], + "type": "ColorPreset", + "comment": "Middle Rose (110)", + "colors": ["#7b5fff"] + }, + { + "dmxRange": [84, 85], + "type": "ColorPreset", + "comment": "Dark Pink (111)", + "colors": ["#9147ff"] + }, + { + "dmxRange": [86, 87], + "type": "ColorPreset", + "comment": "Magenta (113)", + "colors": ["#ff1e80"] + }, + { + "dmxRange": [88, 89], + "type": "ColorPreset", + "comment": "Peacock Blue (115)", + "colors": ["#175fff"] + }, + { + "dmxRange": [90, 91], + "type": "ColorPreset", + "comment": "Steel Blue (117)", + "colors": ["#3660ff"] + }, + { + "dmxRange": [92, 93], + "type": "ColorPreset", + "comment": "Light Blue (118)", + "colors": ["#1333ff"] + }, + { + "dmxRange": [94, 95], + "type": "ColorPreset", + "comment": "Deep Blue (120)", + "colors": ["#1103ff"] + }, + { + "dmxRange": [96, 97], + "type": "ColorPreset", + "comment": "LEE Green (121)", + "colors": ["#61ff6e"] + }, + { + "dmxRange": [98, 99], + "type": "ColorPreset", + "comment": "Fern Green (122)", + "colors": ["#48ff90"] + }, + { + "dmxRange": [100, 101], + "type": "ColorPreset", + "comment": "Dark Green (124)", + "colors": ["#17ff9d"] + }, + { + "dmxRange": [102, 103], + "type": "ColorPreset", + "comment": "Smokey Pink (127)", + "colors": ["#ae65ff"] + }, + { + "dmxRange": [104, 105], + "type": "ColorPreset", + "comment": "Bright Pink (128)", + "colors": ["#8313ff"] + }, + { + "dmxRange": [106, 107], + "type": "ColorPreset", + "comment": "Marine Blue (131)", + "colors": ["#266fff"] + }, + { + "dmxRange": [108, 109], + "type": "ColorPreset", + "comment": "Golden Amber (134)", + "colors": ["#ffba6e"] + }, + { + "dmxRange": [110, 111], + "type": "ColorPreset", + "comment": "Deep Golden Amber (135)", + "colors": ["#ff4d00"] + }, + { + "dmxRange": [112, 113], + "type": "ColorPreset", + "comment": "Pale Lavender (136)", + "colors": ["#4b4eff"] + }, + { + "dmxRange": [114, 115], + "type": "ColorPreset", + "comment": "Special Lavender (137)", + "colors": ["#2e32ff"] + }, + { + "dmxRange": [116, 117], + "type": "ColorPreset", + "comment": "Pale Green (138)", + "colors": ["#8fffe7"] + }, + { + "dmxRange": [118, 119], + "type": "ColorPreset", + "comment": "Summer Blue (140)", + "colors": ["#244cff"] + }, + { + "dmxRange": [120, 121], + "type": "ColorPreset", + "comment": "Pale Violet (142)", + "colors": ["#2324ff"] + }, + { + "dmxRange": [122, 123], + "type": "ColorPreset", + "comment": "Pale Navy Blue (143)", + "colors": ["#1b39ff"] + }, + { + "dmxRange": [124, 125], + "type": "ColorPreset", + "comment": "No Color Blue (144)", + "colors": ["#1d42ff"] + }, + { + "dmxRange": [126, 127], + "type": "ColorPreset", + "comment": "Apricot (147)", + "colors": ["#ffd1ad"] + }, + { + "dmxRange": [128, 129], + "type": "ColorPreset", + "comment": "Bright Rose (148)", + "colors": ["#ff37df"] + }, + { + "dmxRange": [130, 131], + "type": "ColorPreset", + "comment": "Gold Tint (151)", + "colors": ["#9d96ff"] + }, + { + "dmxRange": [132, 133], + "type": "ColorPreset", + "comment": "Pale Gold (152)", + "colors": ["#9c9fff"] + }, + { + "dmxRange": [134, 135], + "type": "ColorPreset", + "comment": "Pale Salmon (153)", + "colors": ["#8a7bff"] + }, + { + "dmxRange": [136, 137], + "type": "ColorPreset", + "comment": "Pale Rose (154)", + "colors": ["#8a8cff"] + }, + { + "dmxRange": [138, 139], + "type": "ColorPreset", + "comment": "Chocolate (156)", + "colors": ["#e0e0ff"] + }, + { + "dmxRange": [140, 141], + "type": "ColorPreset", + "comment": "Pink (157)", + "colors": ["#f577ff"] + }, + { + "dmxRange": [142, 143], + "type": "ColorPreset", + "comment": "No Color Straw (159)", + "colors": ["#7898ff"] + }, + { + "dmxRange": [144, 145], + "type": "ColorPreset", + "comment": "Slate Blue (161)", + "colors": ["#1c2dff"] + }, + { + "dmxRange": [146, 147], + "type": "ColorPreset", + "comment": "Bastard Amber (162)", + "colors": ["#8d99ff"] + }, + { + "dmxRange": [148, 149], + "type": "ColorPreset", + "comment": "Flame Red (164)", + "colors": ["#ff3916"] + }, + { + "dmxRange": [150, 151], + "type": "ColorPreset", + "comment": "Daylight Blue (165)", + "colors": ["#1729ff"] + }, + { + "dmxRange": [152, 153], + "type": "ColorPreset", + "comment": "Lilac Tint (169)", + "colors": ["#5762ff"] + }, + { + "dmxRange": [154, 155], + "type": "ColorPreset", + "comment": "Deep Lavender (170)", + "colors": ["#433aff"] + }, + { + "dmxRange": [156, 157], + "type": "ColorPreset", + "comment": "Dark Steel Blue (174)", + "colors": ["#263bff"] + }, + { + "dmxRange": [158, 159], + "type": "ColorPreset", + "comment": "Loving Amber (176)", + "colors": ["#d49bff"] + }, + { + "dmxRange": [160, 161], + "type": "ColorPreset", + "comment": "Dark Lavender (180)", + "colors": ["#1c0bff"] + }, + { + "dmxRange": [162, 163], + "type": "ColorPreset", + "comment": "Light Red (182)", + "colors": ["#ff2606"] + }, + { + "dmxRange": [164, 165], + "type": "ColorPreset", + "comment": "Flesh Pink (192)", + "colors": ["#9f4fff"] + }, + { + "dmxRange": [166, 167], + "type": "ColorPreset", + "comment": "Surprise Pink (194)", + "colors": ["#312fff"] + }, + { + "dmxRange": [168, 169], + "type": "ColorPreset", + "comment": "Zenith Blue (195)", + "colors": ["#1107ff"] + }, + { + "dmxRange": [170, 171], + "type": "ColorPreset", + "comment": "True Blue (196)", + "colors": ["#2038ff"] + }, + { + "dmxRange": [172, 173], + "type": "ColorPreset", + "comment": "Alice Blue (197)", + "colors": ["#181aff"] + }, + { + "dmxRange": [174, 175], + "type": "ColorPreset", + "comment": "Palace Blue (198)", + "colors": ["#1407ff"] + }, + { + "dmxRange": [176, 177], + "type": "ColorPreset", + "comment": "Regal Blue (199)", + "colors": ["#1f10ff"] + }, + { + "dmxRange": [178, 255], + "type": "NoFunction", + "comment": "Reserved" + } + ] + }, + "Gel 1, LEE 600 Series": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 1], + "type": "ColorPreset", + "comment": "Arctic White (600)", + "colors": ["#2f3fff"] + }, + { + "dmxRange": [2, 3], + "type": "ColorPreset", + "comment": "Silver (601)", + "colors": ["#394dff"] + }, + { + "dmxRange": [4, 5], + "type": "ColorPreset", + "comment": "Platinum (602)", + "colors": ["#4158ff"] + }, + { + "dmxRange": [6, 7], + "type": "ColorPreset", + "comment": "Moonlight White (603)", + "colors": ["#445aff"] + }, + { + "dmxRange": [8, 9], + "type": "ColorPreset", + "comment": "Full CT 85 (604)", + "colors": ["#fff2de"] + }, + { + "dmxRange": [10, 11], + "type": "ColorPreset", + "comment": "Industry Sodium (650)", + "colors": ["#cfffbd"] + }, + { + "dmxRange": [12, 13], + "type": "ColorPreset", + "comment": "HI Sodium (651)", + "colors": ["#ffe3ab"] + }, + { + "dmxRange": [14, 15], + "type": "ColorPreset", + "comment": "Urban Sodium (652)", + "colors": ["#ff993a"] + }, + { + "dmxRange": [16, 17], + "type": "ColorPreset", + "comment": "LO Sodium (653)", + "colors": ["#ffbf4a"] + }, + { + "dmxRange": [18, 255], + "type": "NoFunction", + "comment": "Reserved" + } + ] + }, + "Gel 1, LEE Cosmetic Series": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 1], + "type": "ColorPreset", + "comment": "Cosmetic Peach (184)", + "colors": ["#778fff"] + }, + { + "dmxRange": [2, 3], + "type": "ColorPreset", + "comment": "Cosmetic Silver Rose (186)", + "colors": ["#707bff"] + }, + { + "dmxRange": [4, 5], + "type": "ColorPreset", + "comment": "Cosmetic Rouge (187)", + "colors": ["#8091ff"] + }, + { + "dmxRange": [6, 7], + "type": "ColorPreset", + "comment": "Cosmetic Highlight (188)", + "colors": ["#7b90ff"] + }, + { + "dmxRange": [8, 9], + "type": "ColorPreset", + "comment": "Cosmetic Silver Moss (189)", + "colors": ["#7fa7ff"] + }, + { + "dmxRange": [10, 11], + "type": "ColorPreset", + "comment": "Cosmetic Aqua Blue (191)", + "colors": ["#6082ff"] + }, + { + "dmxRange": [12, 13], + "type": "ColorPreset", + "comment": "Lily Frost (705)", + "colors": ["#3a32ff"] + }, + { + "dmxRange": [14, 15], + "type": "ColorPreset", + "comment": "Shanklin Frost (717)", + "colors": ["#2f41ff"] + }, + { + "dmxRange": [16, 17], + "type": "ColorPreset", + "comment": "Half Shanklin Frost (718)", + "colors": ["#425aff"] + }, + { + "dmxRange": [18, 19], + "type": "ColorPreset", + "comment": "Durham Daylight Frost (720)", + "colors": ["#2a39ff"] + }, + { + "dmxRange": [20, 21], + "type": "ColorPreset", + "comment": "Hampshire Rose (749)", + "colors": ["#898aff"] + }, + { + "dmxRange": [22, 23], + "type": "ColorPreset", + "comment": "Durham Frost (750)", + "colors": ["#6882ff"] + }, + { + "dmxRange": [24, 25], + "type": "ColorPreset", + "comment": "Soft Amber Key 1 (774)", + "colors": ["#a9b1ff"] + }, + { + "dmxRange": [26, 27], + "type": "ColorPreset", + "comment": "Soft Amber Key 2 (775)", + "colors": ["#f2ddff"] + }, + { + "dmxRange": [28, 29], + "type": "ColorPreset", + "comment": "Moroccan Frost (791)", + "colors": ["#a993ff"] + }, + { + "dmxRange": [30, 31], + "type": "ColorPreset", + "comment": "Blue Diffusion (217)", + "colors": ["#6983ff"] + }, + { + "dmxRange": [32, 33], + "type": "ColorPreset", + "comment": "Blue Frost (221)", + "colors": ["#6981ff"] + }, + { + "dmxRange": [34, 35], + "type": "ColorPreset", + "comment": "Daylight Blue Frost (224)", + "colors": ["#3848ff"] + }, + { + "dmxRange": [36, 255], + "type": "NoFunction", + "comment": "Reserved" + } + ] + }, + "Gel 1, LEE 700 Series": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 1], + "type": "ColorPreset", + "comment": "Perfect Lavender (700)", + "colors": ["#1a06ff"] + }, + { + "dmxRange": [2, 3], + "type": "ColorPreset", + "comment": "Provence (701)", + "colors": ["#210dff"] + }, + { + "dmxRange": [4, 5], + "type": "ColorPreset", + "comment": "Special Pale Lavender (702)", + "colors": ["#4c59ff"] + }, + { + "dmxRange": [6, 7], + "type": "ColorPreset", + "comment": "Cold Lavender (703)", + "colors": ["#3929ff"] + }, + { + "dmxRange": [8, 9], + "type": "ColorPreset", + "comment": "Lily (704)", + "colors": ["#423cff"] + }, + { + "dmxRange": [10, 11], + "type": "ColorPreset", + "comment": "King Fals Lavender (706)", + "colors": ["#1d0cff"] + }, + { + "dmxRange": [12, 13], + "type": "ColorPreset", + "comment": "Cool Lavender (708)", + "colors": ["#3e53ff"] + }, + { + "dmxRange": [14, 15], + "type": "ColorPreset", + "comment": "Electric Lilac (709)", + "colors": ["#3340ff"] + }, + { + "dmxRange": [16, 17], + "type": "ColorPreset", + "comment": "Spir Special Blue (710)", + "colors": ["#1b1bff"] + }, + { + "dmxRange": [18, 19], + "type": "ColorPreset", + "comment": "Cold Blue (711)", + "colors": ["#2b33ff"] + }, + { + "dmxRange": [20, 21], + "type": "ColorPreset", + "comment": "Bedford Blue (712)", + "colors": ["#1c24ff"] + }, + { + "dmxRange": [22, 23], + "type": "ColorPreset", + "comment": "Elysian Blue (714)", + "colors": ["#1211ff"] + }, + { + "dmxRange": [24, 25], + "type": "ColorPreset", + "comment": "Cabana Blue (715)", + "colors": ["#130aff"] + }, + { + "dmxRange": [26, 27], + "type": "ColorPreset", + "comment": "Mikkel Blue (716)", + "colors": ["#1104ff"] + }, + { + "dmxRange": [28, 29], + "type": "ColorPreset", + "comment": "Colour Wash Blue (719)", + "colors": ["#1e29ff"] + }, + { + "dmxRange": [30, 31], + "type": "ColorPreset", + "comment": "Berry Blue (721)", + "colors": ["#110cff"] + }, + { + "dmxRange": [32, 33], + "type": "ColorPreset", + "comment": "Virgin Blue (723)", + "colors": ["#1411ff"] + }, + { + "dmxRange": [34, 35], + "type": "ColorPreset", + "comment": "Ocean Blue (724)", + "colors": ["#1e3eff"] + }, + { + "dmxRange": [36, 37], + "type": "ColorPreset", + "comment": "Old Steel Blue (725)", + "colors": ["#375cff"] + }, + { + "dmxRange": [38, 39], + "type": "ColorPreset", + "comment": "Steel Green (728)", + "colors": ["#4170ff"] + }, + { + "dmxRange": [40, 41], + "type": "ColorPreset", + "comment": "Liberty Green (730)", + "colors": ["#5188ff"] + }, + { + "dmxRange": [42, 43], + "type": "ColorPreset", + "comment": "Dirty Ice (731)", + "colors": ["#5f95ff"] + }, + { + "dmxRange": [44, 45], + "type": "ColorPreset", + "comment": "Damp Squib (733)", + "colors": ["#71a6ff"] + }, + { + "dmxRange": [46, 47], + "type": "ColorPreset", + "comment": "JAS Green (738)", + "colors": ["#4fff40"] + }, + { + "dmxRange": [48, 49], + "type": "ColorPreset", + "comment": "Bram Brown (742)", + "colors": ["#f1ffa2"] + }, + { + "dmxRange": [50, 51], + "type": "ColorPreset", + "comment": "Dirty White (744)", + "colors": ["#f5ffbd"] + }, + { + "dmxRange": [52, 53], + "type": "ColorPreset", + "comment": "Brown (746)", + "colors": ["#ffc331"] + }, + { + "dmxRange": [54, 55], + "type": "ColorPreset", + "comment": "Easy White (747)", + "colors": ["#c7b3ff"] + }, + { + "dmxRange": [56, 57], + "type": "ColorPreset", + "comment": "Seedy Pink (748)", + "colors": ["#9057ff"] + }, + { + "dmxRange": [58, 59], + "type": "ColorPreset", + "comment": "Wheat (763)", + "colors": ["#95b9ff"] + }, + { + "dmxRange": [60, 61], + "type": "ColorPreset", + "comment": "Sun Colour Straw (764)", + "colors": ["#b8e0ff"] + }, + { + "dmxRange": [62, 63], + "type": "ColorPreset", + "comment": "LEE Yellow (765)", + "colors": ["#ceffd2"] + }, + { + "dmxRange": [64, 65], + "type": "ColorPreset", + "comment": "Cardbox Amber (773)", + "colors": ["#dbc2ff"] + }, + { + "dmxRange": [66, 67], + "type": "ColorPreset", + "comment": "Nectarine (776)", + "colors": ["#ffdbe4"] + }, + { + "dmxRange": [68, 69], + "type": "ColorPreset", + "comment": "Millennium Gold (778)", + "colors": ["#ff6807"] + }, + { + "dmxRange": [70, 71], + "type": "ColorPreset", + "comment": "Bastard Pink (779)", + "colors": ["#ff7d8d"] + }, + { + "dmxRange": [72, 73], + "type": "ColorPreset", + "comment": "Terry Red (781)", + "colors": ["#ff4305"] + }, + { + "dmxRange": [74, 75], + "type": "ColorPreset", + "comment": "Blood Red (789)", + "colors": ["#ff2500"] + }, + { + "dmxRange": [76, 77], + "type": "ColorPreset", + "comment": "Moroccan Pink (790)", + "colors": ["#af98ff"] + }, + { + "dmxRange": [78, 79], + "type": "ColorPreset", + "comment": "Pretty 'n Pink (794)", + "colors": ["#6d4dff"] + }, + { + "dmxRange": [80, 81], + "type": "ColorPreset", + "comment": "Magical Magenta (795)", + "colors": ["#570dff"] + }, + { + "dmxRange": [82, 255], + "type": "NoFunction", + "comment": "Reserved" + } + ] + }, + "Gel 2, CCT": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 127], + "type": "ColorTemperature", + "colorTemperature": "3200K" + }, + { + "dmxRange": [128, 255], + "type": "ColorTemperature", + "colorTemperature": "5600K" + } + ] + }, + "Gel 2, Color Matching": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 84], + "type": "Maintenance", + "comment": "Best Color" + }, + { + "dmxRange": [85, 170], + "type": "Maintenance", + "comment": "Brightest" + }, + { + "dmxRange": [171, 255], + "type": "Maintenance", + "comment": "No Color Gel" + } + ] + }, + "Gel 2, Brand": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 127], + "type": "Maintenance", + "comment": "Rosco", + "switchChannels": { + "Gel 2, Category": "Gel 2, Category Rosco", + "Gel 2": "Gel 2 Rosco" + } + }, + { + "dmxRange": [128, 255], + "type": "Maintenance", + "comment": "LEE", + "switchChannels": { + "Gel 2, Category": "Gel 2, Category LEE", + "Gel 2": "Gel 2 LEE" + } + } + ] + }, + "Gel 2, Category Rosco": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 50], + "type": "Maintenance", + "comment": "Color Correction", + "switchChannels": { + "Gel 2 Rosco": "Gel 2, Rosco Color Correction" + } + }, + { + "dmxRange": [51, 101], + "type": "Maintenance", + "comment": "CalColor", + "switchChannels": { + "Gel 2 Rosco": "Gel 2, Rosco CalColor" + } + }, + { + "dmxRange": [102, 152], + "type": "Maintenance", + "comment": "Storaro Selection", + "switchChannels": { + "Gel 2 Rosco": "Gel 2, Rosco Storaro Selection" + } + }, + { + "dmxRange": [153, 255], + "type": "Maintenance", + "comment": "Cinelux", + "switchChannels": { + "Gel 2 Rosco": "Gel 2, Rosco Cinelux" + } + } + ] + }, + "Gel 2, Category LEE": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 50], + "type": "Maintenance", + "comment": "Color Correction", + "switchChannels": { + "Gel 2 LEE": "Gel 2, LEE Color Correction" + } + }, + { + "dmxRange": [51, 101], + "type": "Maintenance", + "comment": "Color Filters", + "switchChannels": { + "Gel 2 LEE": "Gel 2, LEE Color Filters" + } + }, + { + "dmxRange": [102, 152], + "type": "Maintenance", + "comment": "600 Series", + "switchChannels": { + "Gel 2 LEE": "Gel 2, LEE 600 Series" + } + }, + { + "dmxRange": [153, 203], + "type": "Maintenance", + "comment": "Cosmetic Filters", + "switchChannels": { + "Gel 2 LEE": "Gel 2, LEE Cosmetic Series" + } + }, + { + "dmxRange": [204, 255], + "type": "Maintenance", + "comment": "700 Series", + "switchChannels": { + "Gel 2 LEE": "Gel 2, LEE 700 Series" + } + } + ] + }, + "Gel 2, Rosco Color Correction": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 1], + "type": "ColorPreset", + "comment": "Full CTB (3202)", + "colors": ["#6a81ff"] + }, + { + "dmxRange": [2, 3], + "type": "ColorPreset", + "comment": "3/4 CTB (3203)", + "colors": ["#839cff"] + }, + { + "dmxRange": [4, 5], + "type": "ColorPreset", + "comment": "1/2 CTB (3204)", + "colors": ["#a3b7ff"] + }, + { + "dmxRange": [6, 7], + "type": "ColorPreset", + "comment": "1/3 CTB (3206)", + "colors": ["#b5c4ff"] + }, + { + "dmxRange": [8, 9], + "type": "ColorPreset", + "comment": "1/4 CTB (3208)", + "colors": ["#cdd6ff"] + }, + { + "dmxRange": [10, 11], + "type": "ColorPreset", + "comment": "1/8 CTB (3216)", + "colors": ["#ebf0ff"] + }, + { + "dmxRange": [12, 13], + "type": "ColorPreset", + "comment": "Double CTB (3220)", + "colors": ["#2c35ff"] + }, + { + "dmxRange": [14, 15], + "type": "ColorPreset", + "comment": "Full CTO (3407)", + "colors": ["#ffad49"] + }, + { + "dmxRange": [16, 17], + "type": "ColorPreset", + "comment": "3/4 CTO (3411)", + "colors": ["#ffb85b"] + }, + { + "dmxRange": [18, 19], + "type": "ColorPreset", + "comment": "1/2 CTO (3408)", + "colors": ["#ffd585"] + }, + { + "dmxRange": [20, 21], + "type": "ColorPreset", + "comment": "1/4 CTO (3409)", + "colors": ["#ffebbf"] + }, + { + "dmxRange": [22, 23], + "type": "ColorPreset", + "comment": "1/8 CTO (3410)", + "colors": ["#fff5d8"] + }, + { + "dmxRange": [24, 25], + "type": "ColorPreset", + "comment": "Double CTO (3420)", + "colors": ["#ff7a21"] + }, + { + "dmxRange": [26, 27], + "type": "ColorPreset", + "comment": "Full CTS (3441)", + "colors": ["#ffbb4d"] + }, + { + "dmxRange": [28, 29], + "type": "ColorPreset", + "comment": "1/2 CTS (3442)", + "colors": ["#ffdf88"] + }, + { + "dmxRange": [30, 31], + "type": "ColorPreset", + "comment": "1/4 CTS (3443)", + "colors": ["#fff3c1"] + }, + { + "dmxRange": [32, 33], + "type": "ColorPreset", + "comment": "1/8 CTS (3444)", + "colors": ["#fff8da"] + }, + { + "dmxRange": [34, 35], + "type": "ColorPreset", + "comment": "Full Plusgreen (3304)", + "colors": ["#d0ff95"] + }, + { + "dmxRange": [36, 37], + "type": "ColorPreset", + "comment": "1/2 Plusgreen (3315)", + "colors": ["#e4ffc3"] + }, + { + "dmxRange": [38, 39], + "type": "ColorPreset", + "comment": "1/4 Plusgreen (3316)", + "colors": ["#f4ffdc"] + }, + { + "dmxRange": [40, 41], + "type": "ColorPreset", + "comment": "1/8 Plusgreen (3317)", + "colors": ["#fbffe4"] + }, + { + "dmxRange": [42, 43], + "type": "ColorPreset", + "comment": "Full Minusgreen (3308)", + "colors": ["#ffbbf4"] + }, + { + "dmxRange": [44, 45], + "type": "ColorPreset", + "comment": "3/4 Minusgreen (3309)", + "colors": ["#ffcaee"] + }, + { + "dmxRange": [46, 47], + "type": "ColorPreset", + "comment": "1/2 Minusgreen (3313)", + "colors": ["#ffd5f6"] + }, + { + "dmxRange": [48, 49], + "type": "ColorPreset", + "comment": "1/4 Minusgreen (3314)", + "colors": ["#ffe9f8"] + }, + { + "dmxRange": [50, 51], + "type": "ColorPreset", + "comment": "1/8 Minusgreen (3318)", + "colors": ["#fff2ef"] + }, + { + "dmxRange": [52, 53], + "type": "ColorPreset", + "comment": "Fluorofilter (3310)", + "colors": ["#ff8840"] + }, + { + "dmxRange": [54, 55], + "type": "ColorPreset", + "comment": "Industrial Vapor (3150)", + "colors": ["#fffc63"] + }, + { + "dmxRange": [56, 57], + "type": "ColorPreset", + "comment": "Urban Vapor (3152)", + "colors": ["#ff901b"] + }, + { + "dmxRange": [58, 59], + "type": "ColorPreset", + "comment": "Tough Y-1 (3107)", + "colors": ["#ffffbe"] + }, + { + "dmxRange": [60, 61], + "type": "ColorPreset", + "comment": "Tough MT 54 (3134)", + "colors": ["#ffedab"] + }, + { + "dmxRange": [62, 63], + "type": "ColorPreset", + "comment": "Tough MTY (3106)", + "colors": ["#ffa940"] + }, + { + "dmxRange": [64, 65], + "type": "ColorPreset", + "comment": "Tough MT2 (3102)", + "colors": ["#ffc250"] + }, + { + "dmxRange": [66, 255], + "type": "NoFunction", + "comment": "Reserved" + } + ] + }, + "Gel 2, Rosco CalColor": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 1], + "type": "ColorPreset", + "comment": "15 Blue (4215)", + "colors": ["#b6bbff"] + }, + { + "dmxRange": [2, 3], + "type": "ColorPreset", + "comment": "30 Blue (4230)", + "colors": ["#838bff"] + }, + { + "dmxRange": [4, 5], + "type": "ColorPreset", + "comment": "60 Blue (4260)", + "colors": ["#504eff"] + }, + { + "dmxRange": [6, 7], + "type": "ColorPreset", + "comment": "90 Blue (4290)", + "colors": ["#2c20ff"] + }, + { + "dmxRange": [8, 9], + "type": "ColorPreset", + "comment": "7 Cyan (4307)", + "colors": ["#ffdf6d"] + }, + { + "dmxRange": [10, 11], + "type": "ColorPreset", + "comment": "15 Cyan (4315)", + "colors": ["#d5f9ff"] + }, + { + "dmxRange": [12, 13], + "type": "ColorPreset", + "comment": "30 Cyan (4330)", + "colors": ["#aae7ff"] + }, + { + "dmxRange": [14, 15], + "type": "ColorPreset", + "comment": "60 Cyan (4360)", + "colors": ["#75d8ff"] + }, + { + "dmxRange": [16, 17], + "type": "ColorPreset", + "comment": "90 Cyan (4390)", + "colors": ["#4ec3ff"] + }, + { + "dmxRange": [18, 19], + "type": "ColorPreset", + "comment": "15 Green (4415)", + "colors": ["#d8ffb9"] + }, + { + "dmxRange": [20, 21], + "type": "ColorPreset", + "comment": "30 Green (4430)", + "colors": ["#b3ff87"] + }, + { + "dmxRange": [22, 23], + "type": "ColorPreset", + "comment": "60 Green (4460)", + "colors": ["#86ff56"] + }, + { + "dmxRange": [24, 25], + "type": "ColorPreset", + "comment": "90 Green (4490)", + "colors": ["#62ff3b"] + }, + { + "dmxRange": [26, 27], + "type": "ColorPreset", + "comment": "15 Yellow (4515)", + "colors": ["#fbffb3"] + }, + { + "dmxRange": [28, 29], + "type": "ColorPreset", + "comment": "30 Yellow (4530)", + "colors": ["#f7ff85"] + }, + { + "dmxRange": [30, 31], + "type": "ColorPreset", + "comment": "60 Yellow (4560)", + "colors": ["#f6ff4c"] + }, + { + "dmxRange": [32, 33], + "type": "ColorPreset", + "comment": "90 Yellow (4590)", + "colors": ["#fbff31"] + }, + { + "dmxRange": [34, 35], + "type": "ColorPreset", + "comment": "15 Red (4615)", + "colors": ["#ffd5c2"] + }, + { + "dmxRange": [36, 37], + "type": "ColorPreset", + "comment": "30 Red (4630)", + "colors": ["#ffb08d"] + }, + { + "dmxRange": [38, 39], + "type": "ColorPreset", + "comment": "60 Red (4660)", + "colors": ["#ff7f4d"] + }, + { + "dmxRange": [40, 41], + "type": "ColorPreset", + "comment": "90 Red (4690)", + "colors": ["#ff5725"] + }, + { + "dmxRange": [42, 43], + "type": "ColorPreset", + "comment": "15 Magenta (4715)", + "colors": ["#fbceff"] + }, + { + "dmxRange": [44, 45], + "type": "ColorPreset", + "comment": "30 Magenta (4730)", + "colors": ["#f5a0ff"] + }, + { + "dmxRange": [46, 47], + "type": "ColorPreset", + "comment": "60 Magenta (4760)", + "colors": ["#ea5eff"] + }, + { + "dmxRange": [48, 49], + "type": "ColorPreset", + "comment": "90 Magenta (4790)", + "colors": ["#eb49ff"] + }, + { + "dmxRange": [50, 51], + "type": "ColorPreset", + "comment": "15 Pink (4815)", + "colors": ["#ffd0df"] + }, + { + "dmxRange": [52, 53], + "type": "ColorPreset", + "comment": "30 Pink (4830)", + "colors": ["#ffa6be"] + }, + { + "dmxRange": [54, 55], + "type": "ColorPreset", + "comment": "60 Pink (4860)", + "colors": ["#ff7c94"] + }, + { + "dmxRange": [56, 57], + "type": "ColorPreset", + "comment": "90 Pink (4890)", + "colors": ["#ff5660"] + }, + { + "dmxRange": [58, 59], + "type": "ColorPreset", + "comment": "15 Lavender (4915)", + "colors": ["#d0bbff"] + }, + { + "dmxRange": [60, 61], + "type": "ColorPreset", + "comment": "30 Lavender (4930)", + "colors": ["#b893ff"] + }, + { + "dmxRange": [62, 63], + "type": "ColorPreset", + "comment": "60 Lavender (4960)", + "colors": ["#8a53ff"] + }, + { + "dmxRange": [64, 65], + "type": "ColorPreset", + "comment": "90 Lavender (4990)", + "colors": ["#632eff"] + }, + { + "dmxRange": [66, 255], + "type": "NoFunction", + "comment": "Reserved" + } + ] + }, + "Gel 2, Rosco Storaro Selection": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 1], + "type": "ColorPreset", + "comment": "VS Red (2001)", + "colors": ["#ff2307"] + }, + { + "dmxRange": [2, 3], + "type": "ColorPreset", + "comment": "VS Orange (2002)", + "colors": ["#ff7a21"] + }, + { + "dmxRange": [4, 5], + "type": "ColorPreset", + "comment": "VS Yellow (2003)", + "colors": ["#ffcc14"] + }, + { + "dmxRange": [6, 7], + "type": "ColorPreset", + "comment": "VS Green (2004)", + "colors": ["#25ff55"] + }, + { + "dmxRange": [8, 9], + "type": "ColorPreset", + "comment": "VS Cyan (2005)", + "colors": ["#2ca5ff"] + }, + { + "dmxRange": [10, 11], + "type": "ColorPreset", + "comment": "VS Azure (2006)", + "colors": ["#141fff"] + }, + { + "dmxRange": [12, 13], + "type": "ColorPreset", + "comment": "VS Blue (2007)", + "colors": ["#2c35ff"] + }, + { + "dmxRange": [14, 15], + "type": "ColorPreset", + "comment": "VS Indigo (2008)", + "colors": ["#2612ff"] + }, + { + "dmxRange": [16, 17], + "type": "ColorPreset", + "comment": "VS Violet (2009)", + "colors": ["#741fff"] + }, + { + "dmxRange": [18, 19], + "type": "ColorPreset", + "comment": "VS Magenta (2010)", + "colors": ["#eb49ff"] + }, + { + "dmxRange": [20, 255], + "type": "NoFunction", + "comment": "Reserved" + } + ] + }, + "Gel 2, Rosco Cinelux": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 1], + "type": "ColorPreset", + "comment": "Bastard Amber (2)", + "colors": ["#ffdba5"] + }, + { + "dmxRange": [2, 3], + "type": "ColorPreset", + "comment": "Pale Bastard Amber (302)", + "colors": ["#fff0d6"] + }, + { + "dmxRange": [4, 5], + "type": "ColorPreset", + "comment": "No Color Straw (6)", + "colors": ["#feffcd"] + }, + { + "dmxRange": [6, 7], + "type": "ColorPreset", + "comment": "Pale Gold (8)", + "colors": ["#ffeead"] + }, + { + "dmxRange": [8, 9], + "type": "ColorPreset", + "comment": "Daffodil (310)", + "colors": ["#faff59"] + }, + { + "dmxRange": [10, 11], + "type": "ColorPreset", + "comment": "Straw (12)", + "colors": ["#feff2c"] + }, + { + "dmxRange": [12, 13], + "type": "ColorPreset", + "comment": "Light Amber (16)", + "colors": ["#ffc24e"] + }, + { + "dmxRange": [14, 15], + "type": "ColorPreset", + "comment": "Gallo Gold (316)", + "colors": ["#ffb95a"] + }, + { + "dmxRange": [16, 17], + "type": "ColorPreset", + "comment": "Light Flame (17)", + "colors": ["#ffa54e"] + }, + { + "dmxRange": [18, 19], + "type": "ColorPreset", + "comment": "Flame (18)", + "colors": ["#ffac45"] + }, + { + "dmxRange": [20, 21], + "type": "ColorPreset", + "comment": "Mayan Sun (318)", + "colors": ["#ff8441"] + }, + { + "dmxRange": [22, 23], + "type": "ColorPreset", + "comment": "Golden Amber (21)", + "colors": ["#ff8109"] + }, + { + "dmxRange": [24, 25], + "type": "ColorPreset", + "comment": "Soft Golden Amber (321)", + "colors": ["#ff9633"] + }, + { + "dmxRange": [26, 27], + "type": "ColorPreset", + "comment": "Orange (23)", + "colors": ["#ff640b"] + }, + { + "dmxRange": [28, 29], + "type": "ColorPreset", + "comment": "Henna Sky (325)", + "colors": ["#ff4a0d"] + }, + { + "dmxRange": [30, 31], + "type": "ColorPreset", + "comment": "Light Red (26)", + "colors": ["#ff2307"] + }, + { + "dmxRange": [32, 33], + "type": "ColorPreset", + "comment": "No Color Pink (33)", + "colors": ["#ffc8e2"] + }, + { + "dmxRange": [34, 35], + "type": "ColorPreset", + "comment": "Blush Pink (333)", + "colors": ["#ffd5f6"] + }, + { + "dmxRange": [36, 37], + "type": "ColorPreset", + "comment": "Flesh Pink (34)", + "colors": ["#ff939f"] + }, + { + "dmxRange": [38, 39], + "type": "ColorPreset", + "comment": "Pale Rose Pink (37)", + "colors": ["#ffbbf5"] + }, + { + "dmxRange": [40, 41], + "type": "ColorPreset", + "comment": "Salmon (41)", + "colors": ["#ff471c"] + }, + { + "dmxRange": [42, 43], + "type": "ColorPreset", + "comment": "Deep Salmon (42)", + "colors": ["#ff2b25"] + }, + { + "dmxRange": [44, 45], + "type": "ColorPreset", + "comment": "Middle Rose (44)", + "colors": ["#ff5bd3"] + }, + { + "dmxRange": [46, 47], + "type": "ColorPreset", + "comment": "Light Rose Purple (47)", + "colors": ["#954fff"] + }, + { + "dmxRange": [48, 49], + "type": "ColorPreset", + "comment": "Surprise Pink (51)", + "colors": ["#cbb5ff"] + }, + { + "dmxRange": [50, 51], + "type": "ColorPreset", + "comment": "No Color Blue (60)", + "colors": ["#99b0ff"] + }, + { + "dmxRange": [52, 53], + "type": "ColorPreset", + "comment": "Clearwater (360)", + "colors": ["#a3b7ff"] + }, + { + "dmxRange": [54, 55], + "type": "ColorPreset", + "comment": "Booster Blue (62)", + "colors": ["#7da3ff"] + }, + { + "dmxRange": [56, 57], + "type": "ColorPreset", + "comment": "Tipton Blue (362)", + "colors": ["#728bff"] + }, + { + "dmxRange": [58, 59], + "type": "ColorPreset", + "comment": "Blue Bell (364)", + "colors": ["#566fff"] + }, + { + "dmxRange": [60, 61], + "type": "ColorPreset", + "comment": "Daylight Blue (65)", + "colors": ["#3767ff"] + }, + { + "dmxRange": [62, 63], + "type": "ColorPreset", + "comment": "Tharon Delft Blue (365)", + "colors": ["#6a81ff"] + }, + { + "dmxRange": [64, 65], + "type": "ColorPreset", + "comment": "Cerulean Blue (375)", + "colors": ["#207aff"] + }, + { + "dmxRange": [66, 67], + "type": "ColorPreset", + "comment": "Bermuda Blue (376)", + "colors": ["#3170ff"] + }, + { + "dmxRange": [68, 69], + "type": "ColorPreset", + "comment": "Green Blue (77)", + "colors": ["#1435ff"] + }, + { + "dmxRange": [70, 71], + "type": "ColorPreset", + "comment": "Alice Blue (378)", + "colors": ["#3e3cff"] + }, + { + "dmxRange": [72, 73], + "type": "ColorPreset", + "comment": "Primary Blue (80)", + "colors": ["#141fff"] + }, + { + "dmxRange": [74, 75], + "type": "ColorPreset", + "comment": "Baldassari Blue (381)", + "colors": ["#1f18ff"] + }, + { + "dmxRange": [76, 77], + "type": "ColorPreset", + "comment": "Medium Blue (83)", + "colors": ["#130fff"] + }, + { + "dmxRange": [78, 79], + "type": "ColorPreset", + "comment": "Pale Yellow Green (87)", + "colors": ["#e4ffc2"] + }, + { + "dmxRange": [80, 81], + "type": "ColorPreset", + "comment": "Light Green (88)", + "colors": ["#d0ff96"] + }, + { + "dmxRange": [82, 83], + "type": "ColorPreset", + "comment": "Moss Green (89)", + "colors": ["#60ff74"] + }, + { + "dmxRange": [84, 85], + "type": "ColorPreset", + "comment": "Primary Green (91)", + "colors": ["#3cffa4"] + }, + { + "dmxRange": [86, 87], + "type": "ColorPreset", + "comment": "Turquoise (92)", + "colors": ["#78fffe"] + }, + { + "dmxRange": [88, 89], + "type": "ColorPreset", + "comment": "Blue Green (93)", + "colors": ["#5cd3ff"] + }, + { + "dmxRange": [90, 91], + "type": "ColorPreset", + "comment": "Chocolate (99)", + "colors": ["#ffc48d"] + }, + { + "dmxRange": [92, 255], + "type": "NoFunction", + "comment": "Reserved" + } + ] + }, + "Gel 2, LEE Color Correction": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 1], + "type": "ColorPreset", + "comment": "Double CTB (200)", + "colors": ["#313eff"] + }, + { + "dmxRange": [2, 3], + "type": "ColorPreset", + "comment": "Full CTB (201)", + "colors": ["#647bff"] + }, + { + "dmxRange": [4, 5], + "type": "ColorPreset", + "comment": "3/4 CTB (281)", + "colors": ["#7789ff"] + }, + { + "dmxRange": [6, 7], + "type": "ColorPreset", + "comment": "1/2 CTB (202)", + "colors": ["#9bb2ff"] + }, + { + "dmxRange": [8, 9], + "type": "ColorPreset", + "comment": "1/4 CTB (203)", + "colors": ["#c3d3ff"] + }, + { + "dmxRange": [10, 11], + "type": "ColorPreset", + "comment": "1/8 CTB (218)", + "colors": ["#e0eaff"] + }, + { + "dmxRange": [12, 13], + "type": "ColorPreset", + "comment": "Double CTO (287)", + "colors": ["#ff9317"] + }, + { + "dmxRange": [14, 15], + "type": "ColorPreset", + "comment": "Full CTO (204)", + "colors": ["#ffbf4d"] + }, + { + "dmxRange": [16, 17], + "type": "ColorPreset", + "comment": "3/4 CTO (285)", + "colors": ["#ffcc61"] + }, + { + "dmxRange": [18, 19], + "type": "ColorPreset", + "comment": "1/2 CTO (205)", + "colors": ["#ffdf8b"] + }, + { + "dmxRange": [20, 21], + "type": "ColorPreset", + "comment": "1/4 CTO (206)", + "colors": ["#ffeeb7"] + }, + { + "dmxRange": [22, 23], + "type": "ColorPreset", + "comment": "1/8 CTO (223)", + "colors": ["#fff6d5"] + }, + { + "dmxRange": [24, 25], + "type": "ColorPreset", + "comment": "1 1/2 CTB (283)", + "colors": ["#4559ff"] + }, + { + "dmxRange": [26, 27], + "type": "ColorPreset", + "comment": "1 1/2 CTO (286)", + "colors": ["#ffa728"] + }, + { + "dmxRange": [28, 29], + "type": "ColorPreset", + "comment": "Full CTS (441)", + "colors": ["#ffbe4c"] + }, + { + "dmxRange": [30, 31], + "type": "ColorPreset", + "comment": "1/2 CTS (442)", + "colors": ["#ffe085"] + }, + { + "dmxRange": [32, 33], + "type": "ColorPreset", + "comment": "1/4 CTS (443)", + "colors": ["#fff1bb"] + }, + { + "dmxRange": [34, 35], + "type": "ColorPreset", + "comment": "1/8 CTS (444)", + "colors": ["#fff8de"] + }, + { + "dmxRange": [36, 37], + "type": "ColorPreset", + "comment": "Full CTO + .3 ND (207)", + "colors": ["#ffc148"] + }, + { + "dmxRange": [38, 39], + "type": "ColorPreset", + "comment": "Full CTO + .6 ND (208)", + "colors": ["#ffbe4b"] + }, + { + "dmxRange": [40, 41], + "type": "ColorPreset", + "comment": "L.C.T. Yellow (Y1) (212)", + "colors": ["#ffffbe"] + }, + { + "dmxRange": [42, 43], + "type": "ColorPreset", + "comment": "White Flame Green (213)", + "colors": ["#d5ffd0"] + }, + { + "dmxRange": [44, 45], + "type": "ColorPreset", + "comment": "LEE Fluorescent Green (219)", + "colors": ["#74e0ff"] + }, + { + "dmxRange": [46, 47], + "type": "ColorPreset", + "comment": "Super Correction L.C.T. Yellow (230)", + "colors": ["#ffe596"] + }, + { + "dmxRange": [48, 49], + "type": "ColorPreset", + "comment": "Super Correction W.F. Green (232)", + "colors": ["#ffc55c"] + }, + { + "dmxRange": [50, 51], + "type": "ColorPreset", + "comment": "H.M.I. (to Tungsten) (236)", + "colors": ["#ffbd5a"] + }, + { + "dmxRange": [52, 53], + "type": "ColorPreset", + "comment": "C.I.D. (to Tungsten) (237)", + "colors": ["#ff9955"] + }, + { + "dmxRange": [54, 55], + "type": "ColorPreset", + "comment": "C.S.I. (to Tungsten) (238)", + "colors": ["#ffa994"] + }, + { + "dmxRange": [56, 57], + "type": "ColorPreset", + "comment": "LEE Fluorescent 5700 Kelvin (241)", + "colors": ["#71b6ff"] + }, + { + "dmxRange": [58, 59], + "type": "ColorPreset", + "comment": "LEE Fluorescent 4300 Kelvin (242)", + "colors": ["#9cfff2"] + }, + { + "dmxRange": [60, 61], + "type": "ColorPreset", + "comment": "LEE Fluorescent 3600 Kelvin (243)", + "colors": ["#aeffc7"] + }, + { + "dmxRange": [62, 63], + "type": "ColorPreset", + "comment": "LEE Plus Green (244)", + "colors": ["#cfff9e"] + }, + { + "dmxRange": [64, 65], + "type": "ColorPreset", + "comment": "1/2 Plus Green (245)", + "colors": ["#e3ffc5"] + }, + { + "dmxRange": [66, 67], + "type": "ColorPreset", + "comment": "1/4 Plus Green (246)", + "colors": ["#f0ffdd"] + }, + { + "dmxRange": [68, 69], + "type": "ColorPreset", + "comment": "1/8 Plus Green (278)", + "colors": ["#f8ffed"] + }, + { + "dmxRange": [70, 71], + "type": "ColorPreset", + "comment": "LEE Minus Green (247)", + "colors": ["#ffb0e6"] + }, + { + "dmxRange": [72, 73], + "type": "ColorPreset", + "comment": "1/2 Minus Green (248)", + "colors": ["#ffd3f0"] + }, + { + "dmxRange": [74, 75], + "type": "ColorPreset", + "comment": "1/4 Minus Green (249)", + "colors": ["#ffe7f8"] + }, + { + "dmxRange": [76, 77], + "type": "ColorPreset", + "comment": "1/8 Minus Green (279)", + "colors": ["#fff2f8"] + }, + { + "dmxRange": [78, 255], + "type": "NoFunction", + "comment": "Reserved" + } + ] + }, + "Gel 2, LEE Color Filters": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 1], + "type": "ColorPreset", + "comment": "Rose Pink (2)", + "colors": ["#ff5bfd"] + }, + { + "dmxRange": [2, 3], + "type": "ColorPreset", + "comment": "Lavender Tint (3)", + "colors": ["#ede2ff"] + }, + { + "dmxRange": [4, 5], + "type": "ColorPreset", + "comment": "Medium Bastard Amber (4)", + "colors": ["#ffbb92"] + }, + { + "dmxRange": [6, 7], + "type": "ColorPreset", + "comment": "Pale Yellow (7)", + "colors": ["#ffffb2"] + }, + { + "dmxRange": [8, 9], + "type": "ColorPreset", + "comment": "Dark Salmon (8)", + "colors": ["#ff722c"] + }, + { + "dmxRange": [10, 11], + "type": "ColorPreset", + "comment": "Pale Amber Gold (9)", + "colors": ["#ffdb82"] + }, + { + "dmxRange": [12, 13], + "type": "ColorPreset", + "comment": "Medium Yellow (10)", + "colors": ["#f8ff22"] + }, + { + "dmxRange": [14, 15], + "type": "ColorPreset", + "comment": "Straw Tint (13)", + "colors": ["#ffdc68"] + }, + { + "dmxRange": [16, 17], + "type": "ColorPreset", + "comment": "Surprise Peach (17)", + "colors": ["#ff9640"] + }, + { + "dmxRange": [18, 19], + "type": "ColorPreset", + "comment": "Fire (19)", + "colors": ["#ff3404"] + }, + { + "dmxRange": [20, 21], + "type": "ColorPreset", + "comment": "Medium Amber (20)", + "colors": ["#ffa313"] + }, + { + "dmxRange": [22, 23], + "type": "ColorPreset", + "comment": "Gold Amber (21)", + "colors": ["#ff6905"] + }, + { + "dmxRange": [24, 25], + "type": "ColorPreset", + "comment": "Dark Amber (22)", + "colors": ["#ff4c01"] + }, + { + "dmxRange": [26, 27], + "type": "ColorPreset", + "comment": "Scarlet (24)", + "colors": ["#ff3f22"] + }, + { + "dmxRange": [28, 29], + "type": "ColorPreset", + "comment": "Sunset Red (25)", + "colors": ["#ff5615"] + }, + { + "dmxRange": [30, 31], + "type": "ColorPreset", + "comment": "Bright Red (26)", + "colors": ["#ff1a02"] + }, + { + "dmxRange": [32, 33], + "type": "ColorPreset", + "comment": "Light Pink (35)", + "colors": ["#756cff"] + }, + { + "dmxRange": [34, 35], + "type": "ColorPreset", + "comment": "Medium Pink (36)", + "colors": ["#875aff"] + }, + { + "dmxRange": [36, 37], + "type": "ColorPreset", + "comment": "Dark Magenta (46)", + "colors": ["#ff21b0"] + }, + { + "dmxRange": [38, 39], + "type": "ColorPreset", + "comment": "Rose Purple (48)", + "colors": ["#461dff"] + }, + { + "dmxRange": [40, 41], + "type": "ColorPreset", + "comment": "Light Lavender (52)", + "colors": ["#3c3aff"] + }, + { + "dmxRange": [42, 43], + "type": "ColorPreset", + "comment": "Paler Lavender (53)", + "colors": ["#5065ff"] + }, + { + "dmxRange": [44, 45], + "type": "ColorPreset", + "comment": "Lavender (58)", + "colors": ["#2010ff"] + }, + { + "dmxRange": [46, 47], + "type": "ColorPreset", + "comment": "Mist Blue (61)", + "colors": ["#4664ff"] + }, + { + "dmxRange": [48, 49], + "type": "ColorPreset", + "comment": "Pale Blue (63)", + "colors": ["#3c59ff"] + }, + { + "dmxRange": [50, 51], + "type": "ColorPreset", + "comment": "Sky Blue (68)", + "colors": ["#121aff"] + }, + { + "dmxRange": [52, 53], + "type": "ColorPreset", + "comment": "Evening Blue (75)", + "colors": ["#1416ff"] + }, + { + "dmxRange": [54, 55], + "type": "ColorPreset", + "comment": "Just Blue (79)", + "colors": ["#110eff"] + }, + { + "dmxRange": [56, 57], + "type": "ColorPreset", + "comment": "Deeper Blue (85)", + "colors": ["#1107ff"] + }, + { + "dmxRange": [58, 59], + "type": "ColorPreset", + "comment": "Lime Green (88)", + "colors": ["#7eff68"] + }, + { + "dmxRange": [60, 61], + "type": "ColorPreset", + "comment": "Moss Green (89)", + "colors": ["#38ff7b"] + }, + { + "dmxRange": [62, 63], + "type": "ColorPreset", + "comment": "Dark Yellow Green (90)", + "colors": ["#15ff53"] + }, + { + "dmxRange": [64, 65], + "type": "ColorPreset", + "comment": "Spring Yellow (100)", + "colors": ["#a6ff43"] + }, + { + "dmxRange": [66, 67], + "type": "ColorPreset", + "comment": "Yellow (101)", + "colors": ["#c5ff20"] + }, + { + "dmxRange": [68, 69], + "type": "ColorPreset", + "comment": "Light Amber (102)", + "colors": ["#daff66"] + }, + { + "dmxRange": [70, 71], + "type": "ColorPreset", + "comment": "Straw (103)", + "colors": ["#9ab8ff"] + }, + { + "dmxRange": [72, 73], + "type": "ColorPreset", + "comment": "Deep Amber (104)", + "colors": ["#f3ff26"] + }, + { + "dmxRange": [74, 75], + "type": "ColorPreset", + "comment": "Primary Red (106)", + "colors": ["#ff2104"] + }, + { + "dmxRange": [76, 77], + "type": "ColorPreset", + "comment": "Light Rose (107)", + "colors": ["#a979ff"] + }, + { + "dmxRange": [78, 79], + "type": "ColorPreset", + "comment": "English Rose (108)", + "colors": ["#fbd0ff"] + }, + { + "dmxRange": [80, 81], + "type": "ColorPreset", + "comment": "Light Salmon (109)", + "colors": ["#a17dff"] + }, + { + "dmxRange": [82, 83], + "type": "ColorPreset", + "comment": "Middle Rose (110)", + "colors": ["#7b5fff"] + }, + { + "dmxRange": [84, 85], + "type": "ColorPreset", + "comment": "Dark Pink (111)", + "colors": ["#9147ff"] + }, + { + "dmxRange": [86, 87], + "type": "ColorPreset", + "comment": "Magenta (113)", + "colors": ["#ff1e80"] + }, + { + "dmxRange": [88, 89], + "type": "ColorPreset", + "comment": "Peacock Blue (115)", + "colors": ["#175fff"] + }, + { + "dmxRange": [90, 91], + "type": "ColorPreset", + "comment": "Steel Blue (117)", + "colors": ["#3660ff"] + }, + { + "dmxRange": [92, 93], + "type": "ColorPreset", + "comment": "Light Blue (118)", + "colors": ["#1333ff"] + }, + { + "dmxRange": [94, 95], + "type": "ColorPreset", + "comment": "Deep Blue (120)", + "colors": ["#1103ff"] + }, + { + "dmxRange": [96, 97], + "type": "ColorPreset", + "comment": "LEE Green (121)", + "colors": ["#61ff6e"] + }, + { + "dmxRange": [98, 99], + "type": "ColorPreset", + "comment": "Fern Green (122)", + "colors": ["#48ff90"] + }, + { + "dmxRange": [100, 101], + "type": "ColorPreset", + "comment": "Dark Green (124)", + "colors": ["#17ff9d"] + }, + { + "dmxRange": [102, 103], + "type": "ColorPreset", + "comment": "Smokey Pink (127)", + "colors": ["#ae65ff"] + }, + { + "dmxRange": [104, 105], + "type": "ColorPreset", + "comment": "Bright Pink (128)", + "colors": ["#8313ff"] + }, + { + "dmxRange": [106, 107], + "type": "ColorPreset", + "comment": "Marine Blue (131)", + "colors": ["#266fff"] + }, + { + "dmxRange": [108, 109], + "type": "ColorPreset", + "comment": "Golden Amber (134)", + "colors": ["#ffba6e"] + }, + { + "dmxRange": [110, 111], + "type": "ColorPreset", + "comment": "Deep Golden Amber (135)", + "colors": ["#ff4d00"] + }, + { + "dmxRange": [112, 113], + "type": "ColorPreset", + "comment": "Pale Lavender (136)", + "colors": ["#4b4eff"] + }, + { + "dmxRange": [114, 115], + "type": "ColorPreset", + "comment": "Special Lavender (137)", + "colors": ["#2e32ff"] + }, + { + "dmxRange": [116, 117], + "type": "ColorPreset", + "comment": "Pale Green (138)", + "colors": ["#8fffe7"] + }, + { + "dmxRange": [118, 119], + "type": "ColorPreset", + "comment": "Summer Blue (140)", + "colors": ["#244cff"] + }, + { + "dmxRange": [120, 121], + "type": "ColorPreset", + "comment": "Pale Violet (142)", + "colors": ["#2324ff"] + }, + { + "dmxRange": [122, 123], + "type": "ColorPreset", + "comment": "Pale Navy Blue (143)", + "colors": ["#1b39ff"] + }, + { + "dmxRange": [124, 125], + "type": "ColorPreset", + "comment": "No Color Blue (144)", + "colors": ["#1d42ff"] + }, + { + "dmxRange": [126, 127], + "type": "ColorPreset", + "comment": "Apricot (147)", + "colors": ["#ffd1ad"] + }, + { + "dmxRange": [128, 129], + "type": "ColorPreset", + "comment": "Bright Rose (148)", + "colors": ["#ff37df"] + }, + { + "dmxRange": [130, 131], + "type": "ColorPreset", + "comment": "Gold Tint (151)", + "colors": ["#9d96ff"] + }, + { + "dmxRange": [132, 133], + "type": "ColorPreset", + "comment": "Pale Gold (152)", + "colors": ["#9c9fff"] + }, + { + "dmxRange": [134, 135], + "type": "ColorPreset", + "comment": "Pale Salmon (153)", + "colors": ["#8a7bff"] + }, + { + "dmxRange": [136, 137], + "type": "ColorPreset", + "comment": "Pale Rose (154)", + "colors": ["#8a8cff"] + }, + { + "dmxRange": [138, 139], + "type": "ColorPreset", + "comment": "Chocolate (156)", + "colors": ["#e0e0ff"] + }, + { + "dmxRange": [140, 141], + "type": "ColorPreset", + "comment": "Pink (157)", + "colors": ["#f577ff"] + }, + { + "dmxRange": [142, 143], + "type": "ColorPreset", + "comment": "No Color Straw (159)", + "colors": ["#7898ff"] + }, + { + "dmxRange": [144, 145], + "type": "ColorPreset", + "comment": "Slate Blue (161)", + "colors": ["#1c2dff"] + }, + { + "dmxRange": [146, 147], + "type": "ColorPreset", + "comment": "Bastard Amber (162)", + "colors": ["#8d99ff"] + }, + { + "dmxRange": [148, 149], + "type": "ColorPreset", + "comment": "Flame Red (164)", + "colors": ["#ff3916"] + }, + { + "dmxRange": [150, 151], + "type": "ColorPreset", + "comment": "Daylight Blue (165)", + "colors": ["#1729ff"] + }, + { + "dmxRange": [152, 153], + "type": "ColorPreset", + "comment": "Lilac Tint (169)", + "colors": ["#5762ff"] + }, + { + "dmxRange": [154, 155], + "type": "ColorPreset", + "comment": "Deep Lavender (170)", + "colors": ["#433aff"] + }, + { + "dmxRange": [156, 157], + "type": "ColorPreset", + "comment": "Dark Steel Blue (174)", + "colors": ["#263bff"] + }, + { + "dmxRange": [158, 159], + "type": "ColorPreset", + "comment": "Loving Amber (176)", + "colors": ["#d49bff"] + }, + { + "dmxRange": [160, 161], + "type": "ColorPreset", + "comment": "Dark Lavender (180)", + "colors": ["#1c0bff"] + }, + { + "dmxRange": [162, 163], + "type": "ColorPreset", + "comment": "Light Red (182)", + "colors": ["#ff2606"] + }, + { + "dmxRange": [164, 165], + "type": "ColorPreset", + "comment": "Flesh Pink (192)", + "colors": ["#9f4fff"] + }, + { + "dmxRange": [166, 167], + "type": "ColorPreset", + "comment": "Surprise Pink (194)", + "colors": ["#312fff"] + }, + { + "dmxRange": [168, 169], + "type": "ColorPreset", + "comment": "Zenith Blue (195)", + "colors": ["#1107ff"] + }, + { + "dmxRange": [170, 171], + "type": "ColorPreset", + "comment": "True Blue (196)", + "colors": ["#2038ff"] + }, + { + "dmxRange": [172, 173], + "type": "ColorPreset", + "comment": "Alice Blue (197)", + "colors": ["#181aff"] + }, + { + "dmxRange": [174, 175], + "type": "ColorPreset", + "comment": "Palace Blue (198)", + "colors": ["#1407ff"] + }, + { + "dmxRange": [176, 177], + "type": "ColorPreset", + "comment": "Regal Blue (199)", + "colors": ["#1f10ff"] + }, + { + "dmxRange": [178, 255], + "type": "NoFunction", + "comment": "Reserved" + } + ] + }, + "Gel 2, LEE 600 Series": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 1], + "type": "ColorPreset", + "comment": "Arctic White (600)", + "colors": ["#2f3fff"] + }, + { + "dmxRange": [2, 3], + "type": "ColorPreset", + "comment": "Silver (601)", + "colors": ["#394dff"] + }, + { + "dmxRange": [4, 5], + "type": "ColorPreset", + "comment": "Platinum (602)", + "colors": ["#4158ff"] + }, + { + "dmxRange": [6, 7], + "type": "ColorPreset", + "comment": "Moonlight White (603)", + "colors": ["#445aff"] + }, + { + "dmxRange": [8, 9], + "type": "ColorPreset", + "comment": "Full CT 85 (604)", + "colors": ["#fff2de"] + }, + { + "dmxRange": [10, 11], + "type": "ColorPreset", + "comment": "Industry Sodium (650)", + "colors": ["#cfffbd"] + }, + { + "dmxRange": [12, 13], + "type": "ColorPreset", + "comment": "HI Sodium (651)", + "colors": ["#ffe3ab"] + }, + { + "dmxRange": [14, 15], + "type": "ColorPreset", + "comment": "Urban Sodium (652)", + "colors": ["#ff993a"] + }, + { + "dmxRange": [16, 17], + "type": "ColorPreset", + "comment": "LO Sodium (653)", + "colors": ["#ffbf4a"] + }, + { + "dmxRange": [18, 255], + "type": "NoFunction", + "comment": "Reserved" + } + ] + }, + "Gel 2, LEE Cosmetic Series": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 1], + "type": "ColorPreset", + "comment": "Cosmetic Peach (184)", + "colors": ["#778fff"] + }, + { + "dmxRange": [2, 3], + "type": "ColorPreset", + "comment": "Cosmetic Silver Rose (186)", + "colors": ["#707bff"] + }, + { + "dmxRange": [4, 5], + "type": "ColorPreset", + "comment": "Cosmetic Rouge (187)", + "colors": ["#8091ff"] + }, + { + "dmxRange": [6, 7], + "type": "ColorPreset", + "comment": "Cosmetic Highlight (188)", + "colors": ["#7b90ff"] + }, + { + "dmxRange": [8, 9], + "type": "ColorPreset", + "comment": "Cosmetic Silver Moss (189)", + "colors": ["#7fa7ff"] + }, + { + "dmxRange": [10, 11], + "type": "ColorPreset", + "comment": "Cosmetic Aqua Blue (191)", + "colors": ["#6082ff"] + }, + { + "dmxRange": [12, 13], + "type": "ColorPreset", + "comment": "Lily Frost (705)", + "colors": ["#3a32ff"] + }, + { + "dmxRange": [14, 15], + "type": "ColorPreset", + "comment": "Shanklin Frost (717)", + "colors": ["#2f41ff"] + }, + { + "dmxRange": [16, 17], + "type": "ColorPreset", + "comment": "Half Shanklin Frost (718)", + "colors": ["#425aff"] + }, + { + "dmxRange": [18, 19], + "type": "ColorPreset", + "comment": "Durham Daylight Frost (720)", + "colors": ["#2a39ff"] + }, + { + "dmxRange": [20, 21], + "type": "ColorPreset", + "comment": "Hampshire Rose (749)", + "colors": ["#898aff"] + }, + { + "dmxRange": [22, 23], + "type": "ColorPreset", + "comment": "Durham Frost (750)", + "colors": ["#6882ff"] + }, + { + "dmxRange": [24, 25], + "type": "ColorPreset", + "comment": "Soft Amber Key 1 (774)", + "colors": ["#a9b1ff"] + }, + { + "dmxRange": [26, 27], + "type": "ColorPreset", + "comment": "Soft Amber Key 2 (775)", + "colors": ["#f2ddff"] + }, + { + "dmxRange": [28, 29], + "type": "ColorPreset", + "comment": "Moroccan Frost (791)", + "colors": ["#a993ff"] + }, + { + "dmxRange": [30, 31], + "type": "ColorPreset", + "comment": "Blue Diffusion (217)", + "colors": ["#6983ff"] + }, + { + "dmxRange": [32, 33], + "type": "ColorPreset", + "comment": "Blue Frost (221)", + "colors": ["#6981ff"] + }, + { + "dmxRange": [34, 35], + "type": "ColorPreset", + "comment": "Daylight Blue Frost (224)", + "colors": ["#3848ff"] + }, + { + "dmxRange": [36, 255], + "type": "NoFunction", + "comment": "Reserved" + } + ] + }, + "Gel 2, LEE 700 Series": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 1], + "type": "ColorPreset", + "comment": "Perfect Lavender (700)", + "colors": ["#1a06ff"] + }, + { + "dmxRange": [2, 3], + "type": "ColorPreset", + "comment": "Provence (701)", + "colors": ["#210dff"] + }, + { + "dmxRange": [4, 5], + "type": "ColorPreset", + "comment": "Special Pale Lavender (702)", + "colors": ["#4c59ff"] + }, + { + "dmxRange": [6, 7], + "type": "ColorPreset", + "comment": "Cold Lavender (703)", + "colors": ["#3929ff"] + }, + { + "dmxRange": [8, 9], + "type": "ColorPreset", + "comment": "Lily (704)", + "colors": ["#423cff"] + }, + { + "dmxRange": [10, 11], + "type": "ColorPreset", + "comment": "King Fals Lavender (706)", + "colors": ["#1d0cff"] + }, + { + "dmxRange": [12, 13], + "type": "ColorPreset", + "comment": "Cool Lavender (708)", + "colors": ["#3e53ff"] + }, + { + "dmxRange": [14, 15], + "type": "ColorPreset", + "comment": "Electric Lilac (709)", + "colors": ["#3340ff"] + }, + { + "dmxRange": [16, 17], + "type": "ColorPreset", + "comment": "Spir Special Blue (710)", + "colors": ["#1b1bff"] + }, + { + "dmxRange": [18, 19], + "type": "ColorPreset", + "comment": "Cold Blue (711)", + "colors": ["#2b33ff"] + }, + { + "dmxRange": [20, 21], + "type": "ColorPreset", + "comment": "Bedford Blue (712)", + "colors": ["#1c24ff"] + }, + { + "dmxRange": [22, 23], + "type": "ColorPreset", + "comment": "Elysian Blue (714)", + "colors": ["#1211ff"] + }, + { + "dmxRange": [24, 25], + "type": "ColorPreset", + "comment": "Cabana Blue (715)", + "colors": ["#130aff"] + }, + { + "dmxRange": [26, 27], + "type": "ColorPreset", + "comment": "Mikkel Blue (716)", + "colors": ["#1104ff"] + }, + { + "dmxRange": [28, 29], + "type": "ColorPreset", + "comment": "Colour Wash Blue (719)", + "colors": ["#1e29ff"] + }, + { + "dmxRange": [30, 31], + "type": "ColorPreset", + "comment": "Berry Blue (721)", + "colors": ["#110cff"] + }, + { + "dmxRange": [32, 33], + "type": "ColorPreset", + "comment": "Virgin Blue (723)", + "colors": ["#1411ff"] + }, + { + "dmxRange": [34, 35], + "type": "ColorPreset", + "comment": "Ocean Blue (724)", + "colors": ["#1e3eff"] + }, + { + "dmxRange": [36, 37], + "type": "ColorPreset", + "comment": "Old Steel Blue (725)", + "colors": ["#375cff"] + }, + { + "dmxRange": [38, 39], + "type": "ColorPreset", + "comment": "Steel Green (728)", + "colors": ["#4170ff"] + }, + { + "dmxRange": [40, 41], + "type": "ColorPreset", + "comment": "Liberty Green (730)", + "colors": ["#5188ff"] + }, + { + "dmxRange": [42, 43], + "type": "ColorPreset", + "comment": "Dirty Ice (731)", + "colors": ["#5f95ff"] + }, + { + "dmxRange": [44, 45], + "type": "ColorPreset", + "comment": "Damp Squib (733)", + "colors": ["#71a6ff"] + }, + { + "dmxRange": [46, 47], + "type": "ColorPreset", + "comment": "JAS Green (738)", + "colors": ["#4fff40"] + }, + { + "dmxRange": [48, 49], + "type": "ColorPreset", + "comment": "Bram Brown (742)", + "colors": ["#f1ffa2"] + }, + { + "dmxRange": [50, 51], + "type": "ColorPreset", + "comment": "Dirty White (744)", + "colors": ["#f5ffbd"] + }, + { + "dmxRange": [52, 53], + "type": "ColorPreset", + "comment": "Brown (746)", + "colors": ["#ffc331"] + }, + { + "dmxRange": [54, 55], + "type": "ColorPreset", + "comment": "Easy White (747)", + "colors": ["#c7b3ff"] + }, + { + "dmxRange": [56, 57], + "type": "ColorPreset", + "comment": "Seedy Pink (748)", + "colors": ["#9057ff"] + }, + { + "dmxRange": [58, 59], + "type": "ColorPreset", + "comment": "Wheat (763)", + "colors": ["#95b9ff"] + }, + { + "dmxRange": [60, 61], + "type": "ColorPreset", + "comment": "Sun Colour Straw (764)", + "colors": ["#b8e0ff"] + }, + { + "dmxRange": [62, 63], + "type": "ColorPreset", + "comment": "LEE Yellow (765)", + "colors": ["#ceffd2"] + }, + { + "dmxRange": [64, 65], + "type": "ColorPreset", + "comment": "Cardbox Amber (773)", + "colors": ["#dbc2ff"] + }, + { + "dmxRange": [66, 67], + "type": "ColorPreset", + "comment": "Nectarine (776)", + "colors": ["#ffdbe4"] + }, + { + "dmxRange": [68, 69], + "type": "ColorPreset", + "comment": "Millennium Gold (778)", + "colors": ["#ff6807"] + }, + { + "dmxRange": [70, 71], + "type": "ColorPreset", + "comment": "Bastard Pink (779)", + "colors": ["#ff7d8d"] + }, + { + "dmxRange": [72, 73], + "type": "ColorPreset", + "comment": "Terry Red (781)", + "colors": ["#ff4305"] + }, + { + "dmxRange": [74, 75], + "type": "ColorPreset", + "comment": "Blood Red (789)", + "colors": ["#ff2500"] + }, + { + "dmxRange": [76, 77], + "type": "ColorPreset", + "comment": "Moroccan Pink (790)", + "colors": ["#af98ff"] + }, + { + "dmxRange": [78, 79], + "type": "ColorPreset", + "comment": "Pretty 'n Pink (794)", + "colors": ["#6d4dff"] + }, + { + "dmxRange": [80, 81], + "type": "ColorPreset", + "comment": "Magical Magenta (795)", + "colors": ["#570dff"] + }, + { + "dmxRange": [82, 255], + "type": "NoFunction", + "comment": "Reserved" + } + ] + }, "Reserved for future use": { "capability": { "type": "NoFunction" @@ -643,6 +4957,54 @@ "Strobe", "Reserved for future use" ] + }, + { + "name": "P16: GEL 8bit", + "shortName": "P16", + "channels": [ + "Dimmer", + "Gel 1, CCT", + "Gel 1, Color Matching", + "Gel 1, Brand", + "Gel 1, Category", + "Gel 1", + "Crossfade to gel", + "Gel 2, CCT", + "Gel 2, Color Matching", + "Gel 2, Brand", + "Gel 2, Category", + "Gel 2", + "Gel Transition Type", + "Fan Control", + "Presets", + "Strobe", + "Reserved for future use" + ] + }, + { + "name": "P17: GEL 16bit", + "shortName": "P17", + "channels": [ + "Dimmer", + "Dimmer fine", + "Gel 1, CCT", + "Gel 1, Color Matching", + "Gel 1, Brand", + "Gel 1, Category", + "Gel 1", + "Crossfade to gel", + "Crossfade to gel fine", + "Gel 2, CCT", + "Gel 2, Color Matching", + "Gel 2, Brand", + "Gel 2, Category", + "Gel 2", + "Gel Transition Type", + "Fan Control", + "Presets", + "Strobe", + "Reserved for future use" + ] } ] } diff --git a/fixtures/arri/skypanel-s360c.json b/fixtures/arri/skypanel-s360c.json index b9d642b103..b83e2b0ffb 100644 --- a/fixtures/arri/skypanel-s360c.json +++ b/fixtures/arri/skypanel-s360c.json @@ -5,7 +5,7 @@ "meta": { "authors": ["Jean-François Losson", "Dyami Caliri"], "createDate": "2020-10-02", - "lastModifyDate": "2020-10-02" + "lastModifyDate": "2022-08-10" }, "links": { "manual": [ @@ -355,6 +355,4320 @@ } ] }, + "Crossfade to gel": { + "fineChannelAliases": ["Crossfade to gel fine"], + "defaultValue": 0, + "capability": { + "type": "Generic", + "comment": "Gel 1 … Gel 2" + } + }, + "Gel Transition Type": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 51], + "type": "Maintenance", + "comment": "Direct" + }, + { + "dmxRange": [52, 102], + "type": "Maintenance", + "comment": "Through White Point" + }, + { + "dmxRange": [103, 153], + "type": "Maintenance", + "comment": "Through Black Point" + }, + { + "dmxRange": [154, 204], + "type": "Maintenance", + "comment": "Over White Point" + }, + { + "dmxRange": [205, 255], + "type": "Maintenance", + "comment": "Under White Point" + } + ] + }, + "Gel 1, CCT": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 127], + "type": "ColorTemperature", + "colorTemperature": "3200K" + }, + { + "dmxRange": [128, 255], + "type": "ColorTemperature", + "colorTemperature": "5600K" + } + ] + }, + "Gel 1, Color Matching": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 84], + "type": "Maintenance", + "comment": "Best Color" + }, + { + "dmxRange": [85, 170], + "type": "Maintenance", + "comment": "Brightest" + }, + { + "dmxRange": [171, 255], + "type": "Maintenance", + "comment": "No Color Gel" + } + ] + }, + "Gel 1, Brand": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 127], + "type": "Maintenance", + "comment": "Rosco", + "switchChannels": { + "Gel 1, Category": "Gel 1, Category Rosco", + "Gel 1": "Gel 1 Rosco" + } + }, + { + "dmxRange": [128, 255], + "type": "Maintenance", + "comment": "LEE", + "switchChannels": { + "Gel 1, Category": "Gel 1, Category LEE", + "Gel 1": "Gel 1 LEE" + } + } + ] + }, + "Gel 1, Category Rosco": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 50], + "type": "Maintenance", + "comment": "Color Correction", + "switchChannels": { + "Gel 1 Rosco": "Gel 1, Rosco Color Correction" + } + }, + { + "dmxRange": [51, 101], + "type": "Maintenance", + "comment": "CalColor", + "switchChannels": { + "Gel 1 Rosco": "Gel 1, Rosco CalColor" + } + }, + { + "dmxRange": [102, 152], + "type": "Maintenance", + "comment": "Storaro Selection", + "switchChannels": { + "Gel 1 Rosco": "Gel 1, Rosco Storaro Selection" + } + }, + { + "dmxRange": [153, 255], + "type": "Maintenance", + "comment": "Cinelux", + "switchChannels": { + "Gel 1 Rosco": "Gel 1, Rosco Cinelux" + } + } + ] + }, + "Gel 1, Category LEE": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 50], + "type": "Maintenance", + "comment": "Color Correction", + "switchChannels": { + "Gel 1 LEE": "Gel 1, LEE Color Correction" + } + }, + { + "dmxRange": [51, 101], + "type": "Maintenance", + "comment": "Color Filters", + "switchChannels": { + "Gel 1 LEE": "Gel 1, LEE Color Filters" + } + }, + { + "dmxRange": [102, 152], + "type": "Maintenance", + "comment": "600 Series", + "switchChannels": { + "Gel 1 LEE": "Gel 1, LEE 600 Series" + } + }, + { + "dmxRange": [153, 203], + "type": "Maintenance", + "comment": "Cosmetic Filters", + "switchChannels": { + "Gel 1 LEE": "Gel 1, LEE Cosmetic Series" + } + }, + { + "dmxRange": [204, 255], + "type": "Maintenance", + "comment": "700 Series", + "switchChannels": { + "Gel 1 LEE": "Gel 1, LEE 700 Series" + } + } + ] + }, + "Gel 1, Rosco Color Correction": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 1], + "type": "ColorPreset", + "comment": "Full CTB (3202)", + "colors": ["#6a81ff"] + }, + { + "dmxRange": [2, 3], + "type": "ColorPreset", + "comment": "3/4 CTB (3203)", + "colors": ["#839cff"] + }, + { + "dmxRange": [4, 5], + "type": "ColorPreset", + "comment": "1/2 CTB (3204)", + "colors": ["#a3b7ff"] + }, + { + "dmxRange": [6, 7], + "type": "ColorPreset", + "comment": "1/3 CTB (3206)", + "colors": ["#b5c4ff"] + }, + { + "dmxRange": [8, 9], + "type": "ColorPreset", + "comment": "1/4 CTB (3208)", + "colors": ["#cdd6ff"] + }, + { + "dmxRange": [10, 11], + "type": "ColorPreset", + "comment": "1/8 CTB (3216)", + "colors": ["#ebf0ff"] + }, + { + "dmxRange": [12, 13], + "type": "ColorPreset", + "comment": "Double CTB (3220)", + "colors": ["#2c35ff"] + }, + { + "dmxRange": [14, 15], + "type": "ColorPreset", + "comment": "Full CTO (3407)", + "colors": ["#ffad49"] + }, + { + "dmxRange": [16, 17], + "type": "ColorPreset", + "comment": "3/4 CTO (3411)", + "colors": ["#ffb85b"] + }, + { + "dmxRange": [18, 19], + "type": "ColorPreset", + "comment": "1/2 CTO (3408)", + "colors": ["#ffd585"] + }, + { + "dmxRange": [20, 21], + "type": "ColorPreset", + "comment": "1/4 CTO (3409)", + "colors": ["#ffebbf"] + }, + { + "dmxRange": [22, 23], + "type": "ColorPreset", + "comment": "1/8 CTO (3410)", + "colors": ["#fff5d8"] + }, + { + "dmxRange": [24, 25], + "type": "ColorPreset", + "comment": "Double CTO (3420)", + "colors": ["#ff7a21"] + }, + { + "dmxRange": [26, 27], + "type": "ColorPreset", + "comment": "Full CTS (3441)", + "colors": ["#ffbb4d"] + }, + { + "dmxRange": [28, 29], + "type": "ColorPreset", + "comment": "1/2 CTS (3442)", + "colors": ["#ffdf88"] + }, + { + "dmxRange": [30, 31], + "type": "ColorPreset", + "comment": "1/4 CTS (3443)", + "colors": ["#fff3c1"] + }, + { + "dmxRange": [32, 33], + "type": "ColorPreset", + "comment": "1/8 CTS (3444)", + "colors": ["#fff8da"] + }, + { + "dmxRange": [34, 35], + "type": "ColorPreset", + "comment": "Full Plusgreen (3304)", + "colors": ["#d0ff95"] + }, + { + "dmxRange": [36, 37], + "type": "ColorPreset", + "comment": "1/2 Plusgreen (3315)", + "colors": ["#e4ffc3"] + }, + { + "dmxRange": [38, 39], + "type": "ColorPreset", + "comment": "1/4 Plusgreen (3316)", + "colors": ["#f4ffdc"] + }, + { + "dmxRange": [40, 41], + "type": "ColorPreset", + "comment": "1/8 Plusgreen (3317)", + "colors": ["#fbffe4"] + }, + { + "dmxRange": [42, 43], + "type": "ColorPreset", + "comment": "Full Minusgreen (3308)", + "colors": ["#ffbbf4"] + }, + { + "dmxRange": [44, 45], + "type": "ColorPreset", + "comment": "3/4 Minusgreen (3309)", + "colors": ["#ffcaee"] + }, + { + "dmxRange": [46, 47], + "type": "ColorPreset", + "comment": "1/2 Minusgreen (3313)", + "colors": ["#ffd5f6"] + }, + { + "dmxRange": [48, 49], + "type": "ColorPreset", + "comment": "1/4 Minusgreen (3314)", + "colors": ["#ffe9f8"] + }, + { + "dmxRange": [50, 51], + "type": "ColorPreset", + "comment": "1/8 Minusgreen (3318)", + "colors": ["#fff2ef"] + }, + { + "dmxRange": [52, 53], + "type": "ColorPreset", + "comment": "Fluorofilter (3310)", + "colors": ["#ff8840"] + }, + { + "dmxRange": [54, 55], + "type": "ColorPreset", + "comment": "Industrial Vapor (3150)", + "colors": ["#fffc63"] + }, + { + "dmxRange": [56, 57], + "type": "ColorPreset", + "comment": "Urban Vapor (3152)", + "colors": ["#ff901b"] + }, + { + "dmxRange": [58, 59], + "type": "ColorPreset", + "comment": "Tough Y-1 (3107)", + "colors": ["#ffffbe"] + }, + { + "dmxRange": [60, 61], + "type": "ColorPreset", + "comment": "Tough MT 54 (3134)", + "colors": ["#ffedab"] + }, + { + "dmxRange": [62, 63], + "type": "ColorPreset", + "comment": "Tough MTY (3106)", + "colors": ["#ffa940"] + }, + { + "dmxRange": [64, 65], + "type": "ColorPreset", + "comment": "Tough MT2 (3102)", + "colors": ["#ffc250"] + }, + { + "dmxRange": [66, 255], + "type": "NoFunction", + "comment": "Reserved" + } + ] + }, + "Gel 1, Rosco CalColor": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 1], + "type": "ColorPreset", + "comment": "15 Blue (4215)", + "colors": ["#b6bbff"] + }, + { + "dmxRange": [2, 3], + "type": "ColorPreset", + "comment": "30 Blue (4230)", + "colors": ["#838bff"] + }, + { + "dmxRange": [4, 5], + "type": "ColorPreset", + "comment": "60 Blue (4260)", + "colors": ["#504eff"] + }, + { + "dmxRange": [6, 7], + "type": "ColorPreset", + "comment": "90 Blue (4290)", + "colors": ["#2c20ff"] + }, + { + "dmxRange": [8, 9], + "type": "ColorPreset", + "comment": "7 Cyan (4307)", + "colors": ["#ffdf6d"] + }, + { + "dmxRange": [10, 11], + "type": "ColorPreset", + "comment": "15 Cyan (4315)", + "colors": ["#d5f9ff"] + }, + { + "dmxRange": [12, 13], + "type": "ColorPreset", + "comment": "30 Cyan (4330)", + "colors": ["#aae7ff"] + }, + { + "dmxRange": [14, 15], + "type": "ColorPreset", + "comment": "60 Cyan (4360)", + "colors": ["#75d8ff"] + }, + { + "dmxRange": [16, 17], + "type": "ColorPreset", + "comment": "90 Cyan (4390)", + "colors": ["#4ec3ff"] + }, + { + "dmxRange": [18, 19], + "type": "ColorPreset", + "comment": "15 Green (4415)", + "colors": ["#d8ffb9"] + }, + { + "dmxRange": [20, 21], + "type": "ColorPreset", + "comment": "30 Green (4430)", + "colors": ["#b3ff87"] + }, + { + "dmxRange": [22, 23], + "type": "ColorPreset", + "comment": "60 Green (4460)", + "colors": ["#86ff56"] + }, + { + "dmxRange": [24, 25], + "type": "ColorPreset", + "comment": "90 Green (4490)", + "colors": ["#62ff3b"] + }, + { + "dmxRange": [26, 27], + "type": "ColorPreset", + "comment": "15 Yellow (4515)", + "colors": ["#fbffb3"] + }, + { + "dmxRange": [28, 29], + "type": "ColorPreset", + "comment": "30 Yellow (4530)", + "colors": ["#f7ff85"] + }, + { + "dmxRange": [30, 31], + "type": "ColorPreset", + "comment": "60 Yellow (4560)", + "colors": ["#f6ff4c"] + }, + { + "dmxRange": [32, 33], + "type": "ColorPreset", + "comment": "90 Yellow (4590)", + "colors": ["#fbff31"] + }, + { + "dmxRange": [34, 35], + "type": "ColorPreset", + "comment": "15 Red (4615)", + "colors": ["#ffd5c2"] + }, + { + "dmxRange": [36, 37], + "type": "ColorPreset", + "comment": "30 Red (4630)", + "colors": ["#ffb08d"] + }, + { + "dmxRange": [38, 39], + "type": "ColorPreset", + "comment": "60 Red (4660)", + "colors": ["#ff7f4d"] + }, + { + "dmxRange": [40, 41], + "type": "ColorPreset", + "comment": "90 Red (4690)", + "colors": ["#ff5725"] + }, + { + "dmxRange": [42, 43], + "type": "ColorPreset", + "comment": "15 Magenta (4715)", + "colors": ["#fbceff"] + }, + { + "dmxRange": [44, 45], + "type": "ColorPreset", + "comment": "30 Magenta (4730)", + "colors": ["#f5a0ff"] + }, + { + "dmxRange": [46, 47], + "type": "ColorPreset", + "comment": "60 Magenta (4760)", + "colors": ["#ea5eff"] + }, + { + "dmxRange": [48, 49], + "type": "ColorPreset", + "comment": "90 Magenta (4790)", + "colors": ["#eb49ff"] + }, + { + "dmxRange": [50, 51], + "type": "ColorPreset", + "comment": "15 Pink (4815)", + "colors": ["#ffd0df"] + }, + { + "dmxRange": [52, 53], + "type": "ColorPreset", + "comment": "30 Pink (4830)", + "colors": ["#ffa6be"] + }, + { + "dmxRange": [54, 55], + "type": "ColorPreset", + "comment": "60 Pink (4860)", + "colors": ["#ff7c94"] + }, + { + "dmxRange": [56, 57], + "type": "ColorPreset", + "comment": "90 Pink (4890)", + "colors": ["#ff5660"] + }, + { + "dmxRange": [58, 59], + "type": "ColorPreset", + "comment": "15 Lavender (4915)", + "colors": ["#d0bbff"] + }, + { + "dmxRange": [60, 61], + "type": "ColorPreset", + "comment": "30 Lavender (4930)", + "colors": ["#b893ff"] + }, + { + "dmxRange": [62, 63], + "type": "ColorPreset", + "comment": "60 Lavender (4960)", + "colors": ["#8a53ff"] + }, + { + "dmxRange": [64, 65], + "type": "ColorPreset", + "comment": "90 Lavender (4990)", + "colors": ["#632eff"] + }, + { + "dmxRange": [66, 255], + "type": "NoFunction", + "comment": "Reserved" + } + ] + }, + "Gel 1, Rosco Storaro Selection": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 1], + "type": "ColorPreset", + "comment": "VS Red (2001)", + "colors": ["#ff2307"] + }, + { + "dmxRange": [2, 3], + "type": "ColorPreset", + "comment": "VS Orange (2002)", + "colors": ["#ff7a21"] + }, + { + "dmxRange": [4, 5], + "type": "ColorPreset", + "comment": "VS Yellow (2003)", + "colors": ["#ffcc14"] + }, + { + "dmxRange": [6, 7], + "type": "ColorPreset", + "comment": "VS Green (2004)", + "colors": ["#25ff55"] + }, + { + "dmxRange": [8, 9], + "type": "ColorPreset", + "comment": "VS Cyan (2005)", + "colors": ["#2ca5ff"] + }, + { + "dmxRange": [10, 11], + "type": "ColorPreset", + "comment": "VS Azure (2006)", + "colors": ["#141fff"] + }, + { + "dmxRange": [12, 13], + "type": "ColorPreset", + "comment": "VS Blue (2007)", + "colors": ["#2c35ff"] + }, + { + "dmxRange": [14, 15], + "type": "ColorPreset", + "comment": "VS Indigo (2008)", + "colors": ["#2612ff"] + }, + { + "dmxRange": [16, 17], + "type": "ColorPreset", + "comment": "VS Violet (2009)", + "colors": ["#741fff"] + }, + { + "dmxRange": [18, 19], + "type": "ColorPreset", + "comment": "VS Magenta (2010)", + "colors": ["#eb49ff"] + }, + { + "dmxRange": [20, 255], + "type": "NoFunction", + "comment": "Reserved" + } + ] + }, + "Gel 1, Rosco Cinelux": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 1], + "type": "ColorPreset", + "comment": "Bastard Amber (2)", + "colors": ["#ffdba5"] + }, + { + "dmxRange": [2, 3], + "type": "ColorPreset", + "comment": "Pale Bastard Amber (302)", + "colors": ["#fff0d6"] + }, + { + "dmxRange": [4, 5], + "type": "ColorPreset", + "comment": "No Color Straw (6)", + "colors": ["#feffcd"] + }, + { + "dmxRange": [6, 7], + "type": "ColorPreset", + "comment": "Pale Gold (8)", + "colors": ["#ffeead"] + }, + { + "dmxRange": [8, 9], + "type": "ColorPreset", + "comment": "Daffodil (310)", + "colors": ["#faff59"] + }, + { + "dmxRange": [10, 11], + "type": "ColorPreset", + "comment": "Straw (12)", + "colors": ["#feff2c"] + }, + { + "dmxRange": [12, 13], + "type": "ColorPreset", + "comment": "Light Amber (16)", + "colors": ["#ffc24e"] + }, + { + "dmxRange": [14, 15], + "type": "ColorPreset", + "comment": "Gallo Gold (316)", + "colors": ["#ffb95a"] + }, + { + "dmxRange": [16, 17], + "type": "ColorPreset", + "comment": "Light Flame (17)", + "colors": ["#ffa54e"] + }, + { + "dmxRange": [18, 19], + "type": "ColorPreset", + "comment": "Flame (18)", + "colors": ["#ffac45"] + }, + { + "dmxRange": [20, 21], + "type": "ColorPreset", + "comment": "Mayan Sun (318)", + "colors": ["#ff8441"] + }, + { + "dmxRange": [22, 23], + "type": "ColorPreset", + "comment": "Golden Amber (21)", + "colors": ["#ff8109"] + }, + { + "dmxRange": [24, 25], + "type": "ColorPreset", + "comment": "Soft Golden Amber (321)", + "colors": ["#ff9633"] + }, + { + "dmxRange": [26, 27], + "type": "ColorPreset", + "comment": "Orange (23)", + "colors": ["#ff640b"] + }, + { + "dmxRange": [28, 29], + "type": "ColorPreset", + "comment": "Henna Sky (325)", + "colors": ["#ff4a0d"] + }, + { + "dmxRange": [30, 31], + "type": "ColorPreset", + "comment": "Light Red (26)", + "colors": ["#ff2307"] + }, + { + "dmxRange": [32, 33], + "type": "ColorPreset", + "comment": "No Color Pink (33)", + "colors": ["#ffc8e2"] + }, + { + "dmxRange": [34, 35], + "type": "ColorPreset", + "comment": "Blush Pink (333)", + "colors": ["#ffd5f6"] + }, + { + "dmxRange": [36, 37], + "type": "ColorPreset", + "comment": "Flesh Pink (34)", + "colors": ["#ff939f"] + }, + { + "dmxRange": [38, 39], + "type": "ColorPreset", + "comment": "Pale Rose Pink (37)", + "colors": ["#ffbbf5"] + }, + { + "dmxRange": [40, 41], + "type": "ColorPreset", + "comment": "Salmon (41)", + "colors": ["#ff471c"] + }, + { + "dmxRange": [42, 43], + "type": "ColorPreset", + "comment": "Deep Salmon (42)", + "colors": ["#ff2b25"] + }, + { + "dmxRange": [44, 45], + "type": "ColorPreset", + "comment": "Middle Rose (44)", + "colors": ["#ff5bd3"] + }, + { + "dmxRange": [46, 47], + "type": "ColorPreset", + "comment": "Light Rose Purple (47)", + "colors": ["#954fff"] + }, + { + "dmxRange": [48, 49], + "type": "ColorPreset", + "comment": "Surprise Pink (51)", + "colors": ["#cbb5ff"] + }, + { + "dmxRange": [50, 51], + "type": "ColorPreset", + "comment": "No Color Blue (60)", + "colors": ["#99b0ff"] + }, + { + "dmxRange": [52, 53], + "type": "ColorPreset", + "comment": "Clearwater (360)", + "colors": ["#a3b7ff"] + }, + { + "dmxRange": [54, 55], + "type": "ColorPreset", + "comment": "Booster Blue (62)", + "colors": ["#7da3ff"] + }, + { + "dmxRange": [56, 57], + "type": "ColorPreset", + "comment": "Tipton Blue (362)", + "colors": ["#728bff"] + }, + { + "dmxRange": [58, 59], + "type": "ColorPreset", + "comment": "Blue Bell (364)", + "colors": ["#566fff"] + }, + { + "dmxRange": [60, 61], + "type": "ColorPreset", + "comment": "Daylight Blue (65)", + "colors": ["#3767ff"] + }, + { + "dmxRange": [62, 63], + "type": "ColorPreset", + "comment": "Tharon Delft Blue (365)", + "colors": ["#6a81ff"] + }, + { + "dmxRange": [64, 65], + "type": "ColorPreset", + "comment": "Cerulean Blue (375)", + "colors": ["#207aff"] + }, + { + "dmxRange": [66, 67], + "type": "ColorPreset", + "comment": "Bermuda Blue (376)", + "colors": ["#3170ff"] + }, + { + "dmxRange": [68, 69], + "type": "ColorPreset", + "comment": "Green Blue (77)", + "colors": ["#1435ff"] + }, + { + "dmxRange": [70, 71], + "type": "ColorPreset", + "comment": "Alice Blue (378)", + "colors": ["#3e3cff"] + }, + { + "dmxRange": [72, 73], + "type": "ColorPreset", + "comment": "Primary Blue (80)", + "colors": ["#141fff"] + }, + { + "dmxRange": [74, 75], + "type": "ColorPreset", + "comment": "Baldassari Blue (381)", + "colors": ["#1f18ff"] + }, + { + "dmxRange": [76, 77], + "type": "ColorPreset", + "comment": "Medium Blue (83)", + "colors": ["#130fff"] + }, + { + "dmxRange": [78, 79], + "type": "ColorPreset", + "comment": "Pale Yellow Green (87)", + "colors": ["#e4ffc2"] + }, + { + "dmxRange": [80, 81], + "type": "ColorPreset", + "comment": "Light Green (88)", + "colors": ["#d0ff96"] + }, + { + "dmxRange": [82, 83], + "type": "ColorPreset", + "comment": "Moss Green (89)", + "colors": ["#60ff74"] + }, + { + "dmxRange": [84, 85], + "type": "ColorPreset", + "comment": "Primary Green (91)", + "colors": ["#3cffa4"] + }, + { + "dmxRange": [86, 87], + "type": "ColorPreset", + "comment": "Turquoise (92)", + "colors": ["#78fffe"] + }, + { + "dmxRange": [88, 89], + "type": "ColorPreset", + "comment": "Blue Green (93)", + "colors": ["#5cd3ff"] + }, + { + "dmxRange": [90, 91], + "type": "ColorPreset", + "comment": "Chocolate (99)", + "colors": ["#ffc48d"] + }, + { + "dmxRange": [92, 255], + "type": "NoFunction", + "comment": "Reserved" + } + ] + }, + "Gel 1, LEE Color Correction": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 1], + "type": "ColorPreset", + "comment": "Double CTB (200)", + "colors": ["#313eff"] + }, + { + "dmxRange": [2, 3], + "type": "ColorPreset", + "comment": "Full CTB (201)", + "colors": ["#647bff"] + }, + { + "dmxRange": [4, 5], + "type": "ColorPreset", + "comment": "3/4 CTB (281)", + "colors": ["#7789ff"] + }, + { + "dmxRange": [6, 7], + "type": "ColorPreset", + "comment": "1/2 CTB (202)", + "colors": ["#9bb2ff"] + }, + { + "dmxRange": [8, 9], + "type": "ColorPreset", + "comment": "1/4 CTB (203)", + "colors": ["#c3d3ff"] + }, + { + "dmxRange": [10, 11], + "type": "ColorPreset", + "comment": "1/8 CTB (218)", + "colors": ["#e0eaff"] + }, + { + "dmxRange": [12, 13], + "type": "ColorPreset", + "comment": "Double CTO (287)", + "colors": ["#ff9317"] + }, + { + "dmxRange": [14, 15], + "type": "ColorPreset", + "comment": "Full CTO (204)", + "colors": ["#ffbf4d"] + }, + { + "dmxRange": [16, 17], + "type": "ColorPreset", + "comment": "3/4 CTO (285)", + "colors": ["#ffcc61"] + }, + { + "dmxRange": [18, 19], + "type": "ColorPreset", + "comment": "1/2 CTO (205)", + "colors": ["#ffdf8b"] + }, + { + "dmxRange": [20, 21], + "type": "ColorPreset", + "comment": "1/4 CTO (206)", + "colors": ["#ffeeb7"] + }, + { + "dmxRange": [22, 23], + "type": "ColorPreset", + "comment": "1/8 CTO (223)", + "colors": ["#fff6d5"] + }, + { + "dmxRange": [24, 25], + "type": "ColorPreset", + "comment": "1 1/2 CTB (283)", + "colors": ["#4559ff"] + }, + { + "dmxRange": [26, 27], + "type": "ColorPreset", + "comment": "1 1/2 CTO (286)", + "colors": ["#ffa728"] + }, + { + "dmxRange": [28, 29], + "type": "ColorPreset", + "comment": "Full CTS (441)", + "colors": ["#ffbe4c"] + }, + { + "dmxRange": [30, 31], + "type": "ColorPreset", + "comment": "1/2 CTS (442)", + "colors": ["#ffe085"] + }, + { + "dmxRange": [32, 33], + "type": "ColorPreset", + "comment": "1/4 CTS (443)", + "colors": ["#fff1bb"] + }, + { + "dmxRange": [34, 35], + "type": "ColorPreset", + "comment": "1/8 CTS (444)", + "colors": ["#fff8de"] + }, + { + "dmxRange": [36, 37], + "type": "ColorPreset", + "comment": "Full CTO + .3 ND (207)", + "colors": ["#ffc148"] + }, + { + "dmxRange": [38, 39], + "type": "ColorPreset", + "comment": "Full CTO + .6 ND (208)", + "colors": ["#ffbe4b"] + }, + { + "dmxRange": [40, 41], + "type": "ColorPreset", + "comment": "L.C.T. Yellow (Y1) (212)", + "colors": ["#ffffbe"] + }, + { + "dmxRange": [42, 43], + "type": "ColorPreset", + "comment": "White Flame Green (213)", + "colors": ["#d5ffd0"] + }, + { + "dmxRange": [44, 45], + "type": "ColorPreset", + "comment": "LEE Fluorescent Green (219)", + "colors": ["#74e0ff"] + }, + { + "dmxRange": [46, 47], + "type": "ColorPreset", + "comment": "Super Correction L.C.T. Yellow (230)", + "colors": ["#ffe596"] + }, + { + "dmxRange": [48, 49], + "type": "ColorPreset", + "comment": "Super Correction W.F. Green (232)", + "colors": ["#ffc55c"] + }, + { + "dmxRange": [50, 51], + "type": "ColorPreset", + "comment": "H.M.I. (to Tungsten) (236)", + "colors": ["#ffbd5a"] + }, + { + "dmxRange": [52, 53], + "type": "ColorPreset", + "comment": "C.I.D. (to Tungsten) (237)", + "colors": ["#ff9955"] + }, + { + "dmxRange": [54, 55], + "type": "ColorPreset", + "comment": "C.S.I. (to Tungsten) (238)", + "colors": ["#ffa994"] + }, + { + "dmxRange": [56, 57], + "type": "ColorPreset", + "comment": "LEE Fluorescent 5700 Kelvin (241)", + "colors": ["#71b6ff"] + }, + { + "dmxRange": [58, 59], + "type": "ColorPreset", + "comment": "LEE Fluorescent 4300 Kelvin (242)", + "colors": ["#9cfff2"] + }, + { + "dmxRange": [60, 61], + "type": "ColorPreset", + "comment": "LEE Fluorescent 3600 Kelvin (243)", + "colors": ["#aeffc7"] + }, + { + "dmxRange": [62, 63], + "type": "ColorPreset", + "comment": "LEE Plus Green (244)", + "colors": ["#cfff9e"] + }, + { + "dmxRange": [64, 65], + "type": "ColorPreset", + "comment": "1/2 Plus Green (245)", + "colors": ["#e3ffc5"] + }, + { + "dmxRange": [66, 67], + "type": "ColorPreset", + "comment": "1/4 Plus Green (246)", + "colors": ["#f0ffdd"] + }, + { + "dmxRange": [68, 69], + "type": "ColorPreset", + "comment": "1/8 Plus Green (278)", + "colors": ["#f8ffed"] + }, + { + "dmxRange": [70, 71], + "type": "ColorPreset", + "comment": "LEE Minus Green (247)", + "colors": ["#ffb0e6"] + }, + { + "dmxRange": [72, 73], + "type": "ColorPreset", + "comment": "1/2 Minus Green (248)", + "colors": ["#ffd3f0"] + }, + { + "dmxRange": [74, 75], + "type": "ColorPreset", + "comment": "1/4 Minus Green (249)", + "colors": ["#ffe7f8"] + }, + { + "dmxRange": [76, 77], + "type": "ColorPreset", + "comment": "1/8 Minus Green (279)", + "colors": ["#fff2f8"] + }, + { + "dmxRange": [78, 255], + "type": "NoFunction", + "comment": "Reserved" + } + ] + }, + "Gel 1, LEE Color Filters": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 1], + "type": "ColorPreset", + "comment": "Rose Pink (2)", + "colors": ["#ff5bfd"] + }, + { + "dmxRange": [2, 3], + "type": "ColorPreset", + "comment": "Lavender Tint (3)", + "colors": ["#ede2ff"] + }, + { + "dmxRange": [4, 5], + "type": "ColorPreset", + "comment": "Medium Bastard Amber (4)", + "colors": ["#ffbb92"] + }, + { + "dmxRange": [6, 7], + "type": "ColorPreset", + "comment": "Pale Yellow (7)", + "colors": ["#ffffb2"] + }, + { + "dmxRange": [8, 9], + "type": "ColorPreset", + "comment": "Dark Salmon (8)", + "colors": ["#ff722c"] + }, + { + "dmxRange": [10, 11], + "type": "ColorPreset", + "comment": "Pale Amber Gold (9)", + "colors": ["#ffdb82"] + }, + { + "dmxRange": [12, 13], + "type": "ColorPreset", + "comment": "Medium Yellow (10)", + "colors": ["#f8ff22"] + }, + { + "dmxRange": [14, 15], + "type": "ColorPreset", + "comment": "Straw Tint (13)", + "colors": ["#ffdc68"] + }, + { + "dmxRange": [16, 17], + "type": "ColorPreset", + "comment": "Surprise Peach (17)", + "colors": ["#ff9640"] + }, + { + "dmxRange": [18, 19], + "type": "ColorPreset", + "comment": "Fire (19)", + "colors": ["#ff3404"] + }, + { + "dmxRange": [20, 21], + "type": "ColorPreset", + "comment": "Medium Amber (20)", + "colors": ["#ffa313"] + }, + { + "dmxRange": [22, 23], + "type": "ColorPreset", + "comment": "Gold Amber (21)", + "colors": ["#ff6905"] + }, + { + "dmxRange": [24, 25], + "type": "ColorPreset", + "comment": "Dark Amber (22)", + "colors": ["#ff4c01"] + }, + { + "dmxRange": [26, 27], + "type": "ColorPreset", + "comment": "Scarlet (24)", + "colors": ["#ff3f22"] + }, + { + "dmxRange": [28, 29], + "type": "ColorPreset", + "comment": "Sunset Red (25)", + "colors": ["#ff5615"] + }, + { + "dmxRange": [30, 31], + "type": "ColorPreset", + "comment": "Bright Red (26)", + "colors": ["#ff1a02"] + }, + { + "dmxRange": [32, 33], + "type": "ColorPreset", + "comment": "Light Pink (35)", + "colors": ["#756cff"] + }, + { + "dmxRange": [34, 35], + "type": "ColorPreset", + "comment": "Medium Pink (36)", + "colors": ["#875aff"] + }, + { + "dmxRange": [36, 37], + "type": "ColorPreset", + "comment": "Dark Magenta (46)", + "colors": ["#ff21b0"] + }, + { + "dmxRange": [38, 39], + "type": "ColorPreset", + "comment": "Rose Purple (48)", + "colors": ["#461dff"] + }, + { + "dmxRange": [40, 41], + "type": "ColorPreset", + "comment": "Light Lavender (52)", + "colors": ["#3c3aff"] + }, + { + "dmxRange": [42, 43], + "type": "ColorPreset", + "comment": "Paler Lavender (53)", + "colors": ["#5065ff"] + }, + { + "dmxRange": [44, 45], + "type": "ColorPreset", + "comment": "Lavender (58)", + "colors": ["#2010ff"] + }, + { + "dmxRange": [46, 47], + "type": "ColorPreset", + "comment": "Mist Blue (61)", + "colors": ["#4664ff"] + }, + { + "dmxRange": [48, 49], + "type": "ColorPreset", + "comment": "Pale Blue (63)", + "colors": ["#3c59ff"] + }, + { + "dmxRange": [50, 51], + "type": "ColorPreset", + "comment": "Sky Blue (68)", + "colors": ["#121aff"] + }, + { + "dmxRange": [52, 53], + "type": "ColorPreset", + "comment": "Evening Blue (75)", + "colors": ["#1416ff"] + }, + { + "dmxRange": [54, 55], + "type": "ColorPreset", + "comment": "Just Blue (79)", + "colors": ["#110eff"] + }, + { + "dmxRange": [56, 57], + "type": "ColorPreset", + "comment": "Deeper Blue (85)", + "colors": ["#1107ff"] + }, + { + "dmxRange": [58, 59], + "type": "ColorPreset", + "comment": "Lime Green (88)", + "colors": ["#7eff68"] + }, + { + "dmxRange": [60, 61], + "type": "ColorPreset", + "comment": "Moss Green (89)", + "colors": ["#38ff7b"] + }, + { + "dmxRange": [62, 63], + "type": "ColorPreset", + "comment": "Dark Yellow Green (90)", + "colors": ["#15ff53"] + }, + { + "dmxRange": [64, 65], + "type": "ColorPreset", + "comment": "Spring Yellow (100)", + "colors": ["#a6ff43"] + }, + { + "dmxRange": [66, 67], + "type": "ColorPreset", + "comment": "Yellow (101)", + "colors": ["#c5ff20"] + }, + { + "dmxRange": [68, 69], + "type": "ColorPreset", + "comment": "Light Amber (102)", + "colors": ["#daff66"] + }, + { + "dmxRange": [70, 71], + "type": "ColorPreset", + "comment": "Straw (103)", + "colors": ["#9ab8ff"] + }, + { + "dmxRange": [72, 73], + "type": "ColorPreset", + "comment": "Deep Amber (104)", + "colors": ["#f3ff26"] + }, + { + "dmxRange": [74, 75], + "type": "ColorPreset", + "comment": "Primary Red (106)", + "colors": ["#ff2104"] + }, + { + "dmxRange": [76, 77], + "type": "ColorPreset", + "comment": "Light Rose (107)", + "colors": ["#a979ff"] + }, + { + "dmxRange": [78, 79], + "type": "ColorPreset", + "comment": "English Rose (108)", + "colors": ["#fbd0ff"] + }, + { + "dmxRange": [80, 81], + "type": "ColorPreset", + "comment": "Light Salmon (109)", + "colors": ["#a17dff"] + }, + { + "dmxRange": [82, 83], + "type": "ColorPreset", + "comment": "Middle Rose (110)", + "colors": ["#7b5fff"] + }, + { + "dmxRange": [84, 85], + "type": "ColorPreset", + "comment": "Dark Pink (111)", + "colors": ["#9147ff"] + }, + { + "dmxRange": [86, 87], + "type": "ColorPreset", + "comment": "Magenta (113)", + "colors": ["#ff1e80"] + }, + { + "dmxRange": [88, 89], + "type": "ColorPreset", + "comment": "Peacock Blue (115)", + "colors": ["#175fff"] + }, + { + "dmxRange": [90, 91], + "type": "ColorPreset", + "comment": "Steel Blue (117)", + "colors": ["#3660ff"] + }, + { + "dmxRange": [92, 93], + "type": "ColorPreset", + "comment": "Light Blue (118)", + "colors": ["#1333ff"] + }, + { + "dmxRange": [94, 95], + "type": "ColorPreset", + "comment": "Deep Blue (120)", + "colors": ["#1103ff"] + }, + { + "dmxRange": [96, 97], + "type": "ColorPreset", + "comment": "LEE Green (121)", + "colors": ["#61ff6e"] + }, + { + "dmxRange": [98, 99], + "type": "ColorPreset", + "comment": "Fern Green (122)", + "colors": ["#48ff90"] + }, + { + "dmxRange": [100, 101], + "type": "ColorPreset", + "comment": "Dark Green (124)", + "colors": ["#17ff9d"] + }, + { + "dmxRange": [102, 103], + "type": "ColorPreset", + "comment": "Smokey Pink (127)", + "colors": ["#ae65ff"] + }, + { + "dmxRange": [104, 105], + "type": "ColorPreset", + "comment": "Bright Pink (128)", + "colors": ["#8313ff"] + }, + { + "dmxRange": [106, 107], + "type": "ColorPreset", + "comment": "Marine Blue (131)", + "colors": ["#266fff"] + }, + { + "dmxRange": [108, 109], + "type": "ColorPreset", + "comment": "Golden Amber (134)", + "colors": ["#ffba6e"] + }, + { + "dmxRange": [110, 111], + "type": "ColorPreset", + "comment": "Deep Golden Amber (135)", + "colors": ["#ff4d00"] + }, + { + "dmxRange": [112, 113], + "type": "ColorPreset", + "comment": "Pale Lavender (136)", + "colors": ["#4b4eff"] + }, + { + "dmxRange": [114, 115], + "type": "ColorPreset", + "comment": "Special Lavender (137)", + "colors": ["#2e32ff"] + }, + { + "dmxRange": [116, 117], + "type": "ColorPreset", + "comment": "Pale Green (138)", + "colors": ["#8fffe7"] + }, + { + "dmxRange": [118, 119], + "type": "ColorPreset", + "comment": "Summer Blue (140)", + "colors": ["#244cff"] + }, + { + "dmxRange": [120, 121], + "type": "ColorPreset", + "comment": "Pale Violet (142)", + "colors": ["#2324ff"] + }, + { + "dmxRange": [122, 123], + "type": "ColorPreset", + "comment": "Pale Navy Blue (143)", + "colors": ["#1b39ff"] + }, + { + "dmxRange": [124, 125], + "type": "ColorPreset", + "comment": "No Color Blue (144)", + "colors": ["#1d42ff"] + }, + { + "dmxRange": [126, 127], + "type": "ColorPreset", + "comment": "Apricot (147)", + "colors": ["#ffd1ad"] + }, + { + "dmxRange": [128, 129], + "type": "ColorPreset", + "comment": "Bright Rose (148)", + "colors": ["#ff37df"] + }, + { + "dmxRange": [130, 131], + "type": "ColorPreset", + "comment": "Gold Tint (151)", + "colors": ["#9d96ff"] + }, + { + "dmxRange": [132, 133], + "type": "ColorPreset", + "comment": "Pale Gold (152)", + "colors": ["#9c9fff"] + }, + { + "dmxRange": [134, 135], + "type": "ColorPreset", + "comment": "Pale Salmon (153)", + "colors": ["#8a7bff"] + }, + { + "dmxRange": [136, 137], + "type": "ColorPreset", + "comment": "Pale Rose (154)", + "colors": ["#8a8cff"] + }, + { + "dmxRange": [138, 139], + "type": "ColorPreset", + "comment": "Chocolate (156)", + "colors": ["#e0e0ff"] + }, + { + "dmxRange": [140, 141], + "type": "ColorPreset", + "comment": "Pink (157)", + "colors": ["#f577ff"] + }, + { + "dmxRange": [142, 143], + "type": "ColorPreset", + "comment": "No Color Straw (159)", + "colors": ["#7898ff"] + }, + { + "dmxRange": [144, 145], + "type": "ColorPreset", + "comment": "Slate Blue (161)", + "colors": ["#1c2dff"] + }, + { + "dmxRange": [146, 147], + "type": "ColorPreset", + "comment": "Bastard Amber (162)", + "colors": ["#8d99ff"] + }, + { + "dmxRange": [148, 149], + "type": "ColorPreset", + "comment": "Flame Red (164)", + "colors": ["#ff3916"] + }, + { + "dmxRange": [150, 151], + "type": "ColorPreset", + "comment": "Daylight Blue (165)", + "colors": ["#1729ff"] + }, + { + "dmxRange": [152, 153], + "type": "ColorPreset", + "comment": "Lilac Tint (169)", + "colors": ["#5762ff"] + }, + { + "dmxRange": [154, 155], + "type": "ColorPreset", + "comment": "Deep Lavender (170)", + "colors": ["#433aff"] + }, + { + "dmxRange": [156, 157], + "type": "ColorPreset", + "comment": "Dark Steel Blue (174)", + "colors": ["#263bff"] + }, + { + "dmxRange": [158, 159], + "type": "ColorPreset", + "comment": "Loving Amber (176)", + "colors": ["#d49bff"] + }, + { + "dmxRange": [160, 161], + "type": "ColorPreset", + "comment": "Dark Lavender (180)", + "colors": ["#1c0bff"] + }, + { + "dmxRange": [162, 163], + "type": "ColorPreset", + "comment": "Light Red (182)", + "colors": ["#ff2606"] + }, + { + "dmxRange": [164, 165], + "type": "ColorPreset", + "comment": "Flesh Pink (192)", + "colors": ["#9f4fff"] + }, + { + "dmxRange": [166, 167], + "type": "ColorPreset", + "comment": "Surprise Pink (194)", + "colors": ["#312fff"] + }, + { + "dmxRange": [168, 169], + "type": "ColorPreset", + "comment": "Zenith Blue (195)", + "colors": ["#1107ff"] + }, + { + "dmxRange": [170, 171], + "type": "ColorPreset", + "comment": "True Blue (196)", + "colors": ["#2038ff"] + }, + { + "dmxRange": [172, 173], + "type": "ColorPreset", + "comment": "Alice Blue (197)", + "colors": ["#181aff"] + }, + { + "dmxRange": [174, 175], + "type": "ColorPreset", + "comment": "Palace Blue (198)", + "colors": ["#1407ff"] + }, + { + "dmxRange": [176, 177], + "type": "ColorPreset", + "comment": "Regal Blue (199)", + "colors": ["#1f10ff"] + }, + { + "dmxRange": [178, 255], + "type": "NoFunction", + "comment": "Reserved" + } + ] + }, + "Gel 1, LEE 600 Series": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 1], + "type": "ColorPreset", + "comment": "Arctic White (600)", + "colors": ["#2f3fff"] + }, + { + "dmxRange": [2, 3], + "type": "ColorPreset", + "comment": "Silver (601)", + "colors": ["#394dff"] + }, + { + "dmxRange": [4, 5], + "type": "ColorPreset", + "comment": "Platinum (602)", + "colors": ["#4158ff"] + }, + { + "dmxRange": [6, 7], + "type": "ColorPreset", + "comment": "Moonlight White (603)", + "colors": ["#445aff"] + }, + { + "dmxRange": [8, 9], + "type": "ColorPreset", + "comment": "Full CT 85 (604)", + "colors": ["#fff2de"] + }, + { + "dmxRange": [10, 11], + "type": "ColorPreset", + "comment": "Industry Sodium (650)", + "colors": ["#cfffbd"] + }, + { + "dmxRange": [12, 13], + "type": "ColorPreset", + "comment": "HI Sodium (651)", + "colors": ["#ffe3ab"] + }, + { + "dmxRange": [14, 15], + "type": "ColorPreset", + "comment": "Urban Sodium (652)", + "colors": ["#ff993a"] + }, + { + "dmxRange": [16, 17], + "type": "ColorPreset", + "comment": "LO Sodium (653)", + "colors": ["#ffbf4a"] + }, + { + "dmxRange": [18, 255], + "type": "NoFunction", + "comment": "Reserved" + } + ] + }, + "Gel 1, LEE Cosmetic Series": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 1], + "type": "ColorPreset", + "comment": "Cosmetic Peach (184)", + "colors": ["#778fff"] + }, + { + "dmxRange": [2, 3], + "type": "ColorPreset", + "comment": "Cosmetic Silver Rose (186)", + "colors": ["#707bff"] + }, + { + "dmxRange": [4, 5], + "type": "ColorPreset", + "comment": "Cosmetic Rouge (187)", + "colors": ["#8091ff"] + }, + { + "dmxRange": [6, 7], + "type": "ColorPreset", + "comment": "Cosmetic Highlight (188)", + "colors": ["#7b90ff"] + }, + { + "dmxRange": [8, 9], + "type": "ColorPreset", + "comment": "Cosmetic Silver Moss (189)", + "colors": ["#7fa7ff"] + }, + { + "dmxRange": [10, 11], + "type": "ColorPreset", + "comment": "Cosmetic Aqua Blue (191)", + "colors": ["#6082ff"] + }, + { + "dmxRange": [12, 13], + "type": "ColorPreset", + "comment": "Lily Frost (705)", + "colors": ["#3a32ff"] + }, + { + "dmxRange": [14, 15], + "type": "ColorPreset", + "comment": "Shanklin Frost (717)", + "colors": ["#2f41ff"] + }, + { + "dmxRange": [16, 17], + "type": "ColorPreset", + "comment": "Half Shanklin Frost (718)", + "colors": ["#425aff"] + }, + { + "dmxRange": [18, 19], + "type": "ColorPreset", + "comment": "Durham Daylight Frost (720)", + "colors": ["#2a39ff"] + }, + { + "dmxRange": [20, 21], + "type": "ColorPreset", + "comment": "Hampshire Rose (749)", + "colors": ["#898aff"] + }, + { + "dmxRange": [22, 23], + "type": "ColorPreset", + "comment": "Durham Frost (750)", + "colors": ["#6882ff"] + }, + { + "dmxRange": [24, 25], + "type": "ColorPreset", + "comment": "Soft Amber Key 1 (774)", + "colors": ["#a9b1ff"] + }, + { + "dmxRange": [26, 27], + "type": "ColorPreset", + "comment": "Soft Amber Key 2 (775)", + "colors": ["#f2ddff"] + }, + { + "dmxRange": [28, 29], + "type": "ColorPreset", + "comment": "Moroccan Frost (791)", + "colors": ["#a993ff"] + }, + { + "dmxRange": [30, 31], + "type": "ColorPreset", + "comment": "Blue Diffusion (217)", + "colors": ["#6983ff"] + }, + { + "dmxRange": [32, 33], + "type": "ColorPreset", + "comment": "Blue Frost (221)", + "colors": ["#6981ff"] + }, + { + "dmxRange": [34, 35], + "type": "ColorPreset", + "comment": "Daylight Blue Frost (224)", + "colors": ["#3848ff"] + }, + { + "dmxRange": [36, 255], + "type": "NoFunction", + "comment": "Reserved" + } + ] + }, + "Gel 1, LEE 700 Series": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 1], + "type": "ColorPreset", + "comment": "Perfect Lavender (700)", + "colors": ["#1a06ff"] + }, + { + "dmxRange": [2, 3], + "type": "ColorPreset", + "comment": "Provence (701)", + "colors": ["#210dff"] + }, + { + "dmxRange": [4, 5], + "type": "ColorPreset", + "comment": "Special Pale Lavender (702)", + "colors": ["#4c59ff"] + }, + { + "dmxRange": [6, 7], + "type": "ColorPreset", + "comment": "Cold Lavender (703)", + "colors": ["#3929ff"] + }, + { + "dmxRange": [8, 9], + "type": "ColorPreset", + "comment": "Lily (704)", + "colors": ["#423cff"] + }, + { + "dmxRange": [10, 11], + "type": "ColorPreset", + "comment": "King Fals Lavender (706)", + "colors": ["#1d0cff"] + }, + { + "dmxRange": [12, 13], + "type": "ColorPreset", + "comment": "Cool Lavender (708)", + "colors": ["#3e53ff"] + }, + { + "dmxRange": [14, 15], + "type": "ColorPreset", + "comment": "Electric Lilac (709)", + "colors": ["#3340ff"] + }, + { + "dmxRange": [16, 17], + "type": "ColorPreset", + "comment": "Spir Special Blue (710)", + "colors": ["#1b1bff"] + }, + { + "dmxRange": [18, 19], + "type": "ColorPreset", + "comment": "Cold Blue (711)", + "colors": ["#2b33ff"] + }, + { + "dmxRange": [20, 21], + "type": "ColorPreset", + "comment": "Bedford Blue (712)", + "colors": ["#1c24ff"] + }, + { + "dmxRange": [22, 23], + "type": "ColorPreset", + "comment": "Elysian Blue (714)", + "colors": ["#1211ff"] + }, + { + "dmxRange": [24, 25], + "type": "ColorPreset", + "comment": "Cabana Blue (715)", + "colors": ["#130aff"] + }, + { + "dmxRange": [26, 27], + "type": "ColorPreset", + "comment": "Mikkel Blue (716)", + "colors": ["#1104ff"] + }, + { + "dmxRange": [28, 29], + "type": "ColorPreset", + "comment": "Colour Wash Blue (719)", + "colors": ["#1e29ff"] + }, + { + "dmxRange": [30, 31], + "type": "ColorPreset", + "comment": "Berry Blue (721)", + "colors": ["#110cff"] + }, + { + "dmxRange": [32, 33], + "type": "ColorPreset", + "comment": "Virgin Blue (723)", + "colors": ["#1411ff"] + }, + { + "dmxRange": [34, 35], + "type": "ColorPreset", + "comment": "Ocean Blue (724)", + "colors": ["#1e3eff"] + }, + { + "dmxRange": [36, 37], + "type": "ColorPreset", + "comment": "Old Steel Blue (725)", + "colors": ["#375cff"] + }, + { + "dmxRange": [38, 39], + "type": "ColorPreset", + "comment": "Steel Green (728)", + "colors": ["#4170ff"] + }, + { + "dmxRange": [40, 41], + "type": "ColorPreset", + "comment": "Liberty Green (730)", + "colors": ["#5188ff"] + }, + { + "dmxRange": [42, 43], + "type": "ColorPreset", + "comment": "Dirty Ice (731)", + "colors": ["#5f95ff"] + }, + { + "dmxRange": [44, 45], + "type": "ColorPreset", + "comment": "Damp Squib (733)", + "colors": ["#71a6ff"] + }, + { + "dmxRange": [46, 47], + "type": "ColorPreset", + "comment": "JAS Green (738)", + "colors": ["#4fff40"] + }, + { + "dmxRange": [48, 49], + "type": "ColorPreset", + "comment": "Bram Brown (742)", + "colors": ["#f1ffa2"] + }, + { + "dmxRange": [50, 51], + "type": "ColorPreset", + "comment": "Dirty White (744)", + "colors": ["#f5ffbd"] + }, + { + "dmxRange": [52, 53], + "type": "ColorPreset", + "comment": "Brown (746)", + "colors": ["#ffc331"] + }, + { + "dmxRange": [54, 55], + "type": "ColorPreset", + "comment": "Easy White (747)", + "colors": ["#c7b3ff"] + }, + { + "dmxRange": [56, 57], + "type": "ColorPreset", + "comment": "Seedy Pink (748)", + "colors": ["#9057ff"] + }, + { + "dmxRange": [58, 59], + "type": "ColorPreset", + "comment": "Wheat (763)", + "colors": ["#95b9ff"] + }, + { + "dmxRange": [60, 61], + "type": "ColorPreset", + "comment": "Sun Colour Straw (764)", + "colors": ["#b8e0ff"] + }, + { + "dmxRange": [62, 63], + "type": "ColorPreset", + "comment": "LEE Yellow (765)", + "colors": ["#ceffd2"] + }, + { + "dmxRange": [64, 65], + "type": "ColorPreset", + "comment": "Cardbox Amber (773)", + "colors": ["#dbc2ff"] + }, + { + "dmxRange": [66, 67], + "type": "ColorPreset", + "comment": "Nectarine (776)", + "colors": ["#ffdbe4"] + }, + { + "dmxRange": [68, 69], + "type": "ColorPreset", + "comment": "Millennium Gold (778)", + "colors": ["#ff6807"] + }, + { + "dmxRange": [70, 71], + "type": "ColorPreset", + "comment": "Bastard Pink (779)", + "colors": ["#ff7d8d"] + }, + { + "dmxRange": [72, 73], + "type": "ColorPreset", + "comment": "Terry Red (781)", + "colors": ["#ff4305"] + }, + { + "dmxRange": [74, 75], + "type": "ColorPreset", + "comment": "Blood Red (789)", + "colors": ["#ff2500"] + }, + { + "dmxRange": [76, 77], + "type": "ColorPreset", + "comment": "Moroccan Pink (790)", + "colors": ["#af98ff"] + }, + { + "dmxRange": [78, 79], + "type": "ColorPreset", + "comment": "Pretty 'n Pink (794)", + "colors": ["#6d4dff"] + }, + { + "dmxRange": [80, 81], + "type": "ColorPreset", + "comment": "Magical Magenta (795)", + "colors": ["#570dff"] + }, + { + "dmxRange": [82, 255], + "type": "NoFunction", + "comment": "Reserved" + } + ] + }, + "Gel 2, CCT": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 127], + "type": "ColorTemperature", + "colorTemperature": "3200K" + }, + { + "dmxRange": [128, 255], + "type": "ColorTemperature", + "colorTemperature": "5600K" + } + ] + }, + "Gel 2, Color Matching": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 84], + "type": "Maintenance", + "comment": "Best Color" + }, + { + "dmxRange": [85, 170], + "type": "Maintenance", + "comment": "Brightest" + }, + { + "dmxRange": [171, 255], + "type": "Maintenance", + "comment": "No Color Gel" + } + ] + }, + "Gel 2, Brand": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 127], + "type": "Maintenance", + "comment": "Rosco", + "switchChannels": { + "Gel 2, Category": "Gel 2, Category Rosco", + "Gel 2": "Gel 2 Rosco" + } + }, + { + "dmxRange": [128, 255], + "type": "Maintenance", + "comment": "LEE", + "switchChannels": { + "Gel 2, Category": "Gel 2, Category LEE", + "Gel 2": "Gel 2 LEE" + } + } + ] + }, + "Gel 2, Category Rosco": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 50], + "type": "Maintenance", + "comment": "Color Correction", + "switchChannels": { + "Gel 2 Rosco": "Gel 2, Rosco Color Correction" + } + }, + { + "dmxRange": [51, 101], + "type": "Maintenance", + "comment": "CalColor", + "switchChannels": { + "Gel 2 Rosco": "Gel 2, Rosco CalColor" + } + }, + { + "dmxRange": [102, 152], + "type": "Maintenance", + "comment": "Storaro Selection", + "switchChannels": { + "Gel 2 Rosco": "Gel 2, Rosco Storaro Selection" + } + }, + { + "dmxRange": [153, 255], + "type": "Maintenance", + "comment": "Cinelux", + "switchChannels": { + "Gel 2 Rosco": "Gel 2, Rosco Cinelux" + } + } + ] + }, + "Gel 2, Category LEE": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 50], + "type": "Maintenance", + "comment": "Color Correction", + "switchChannels": { + "Gel 2 LEE": "Gel 2, LEE Color Correction" + } + }, + { + "dmxRange": [51, 101], + "type": "Maintenance", + "comment": "Color Filters", + "switchChannels": { + "Gel 2 LEE": "Gel 2, LEE Color Filters" + } + }, + { + "dmxRange": [102, 152], + "type": "Maintenance", + "comment": "600 Series", + "switchChannels": { + "Gel 2 LEE": "Gel 2, LEE 600 Series" + } + }, + { + "dmxRange": [153, 203], + "type": "Maintenance", + "comment": "Cosmetic Filters", + "switchChannels": { + "Gel 2 LEE": "Gel 2, LEE Cosmetic Series" + } + }, + { + "dmxRange": [204, 255], + "type": "Maintenance", + "comment": "700 Series", + "switchChannels": { + "Gel 2 LEE": "Gel 2, LEE 700 Series" + } + } + ] + }, + "Gel 2, Rosco Color Correction": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 1], + "type": "ColorPreset", + "comment": "Full CTB (3202)", + "colors": ["#6a81ff"] + }, + { + "dmxRange": [2, 3], + "type": "ColorPreset", + "comment": "3/4 CTB (3203)", + "colors": ["#839cff"] + }, + { + "dmxRange": [4, 5], + "type": "ColorPreset", + "comment": "1/2 CTB (3204)", + "colors": ["#a3b7ff"] + }, + { + "dmxRange": [6, 7], + "type": "ColorPreset", + "comment": "1/3 CTB (3206)", + "colors": ["#b5c4ff"] + }, + { + "dmxRange": [8, 9], + "type": "ColorPreset", + "comment": "1/4 CTB (3208)", + "colors": ["#cdd6ff"] + }, + { + "dmxRange": [10, 11], + "type": "ColorPreset", + "comment": "1/8 CTB (3216)", + "colors": ["#ebf0ff"] + }, + { + "dmxRange": [12, 13], + "type": "ColorPreset", + "comment": "Double CTB (3220)", + "colors": ["#2c35ff"] + }, + { + "dmxRange": [14, 15], + "type": "ColorPreset", + "comment": "Full CTO (3407)", + "colors": ["#ffad49"] + }, + { + "dmxRange": [16, 17], + "type": "ColorPreset", + "comment": "3/4 CTO (3411)", + "colors": ["#ffb85b"] + }, + { + "dmxRange": [18, 19], + "type": "ColorPreset", + "comment": "1/2 CTO (3408)", + "colors": ["#ffd585"] + }, + { + "dmxRange": [20, 21], + "type": "ColorPreset", + "comment": "1/4 CTO (3409)", + "colors": ["#ffebbf"] + }, + { + "dmxRange": [22, 23], + "type": "ColorPreset", + "comment": "1/8 CTO (3410)", + "colors": ["#fff5d8"] + }, + { + "dmxRange": [24, 25], + "type": "ColorPreset", + "comment": "Double CTO (3420)", + "colors": ["#ff7a21"] + }, + { + "dmxRange": [26, 27], + "type": "ColorPreset", + "comment": "Full CTS (3441)", + "colors": ["#ffbb4d"] + }, + { + "dmxRange": [28, 29], + "type": "ColorPreset", + "comment": "1/2 CTS (3442)", + "colors": ["#ffdf88"] + }, + { + "dmxRange": [30, 31], + "type": "ColorPreset", + "comment": "1/4 CTS (3443)", + "colors": ["#fff3c1"] + }, + { + "dmxRange": [32, 33], + "type": "ColorPreset", + "comment": "1/8 CTS (3444)", + "colors": ["#fff8da"] + }, + { + "dmxRange": [34, 35], + "type": "ColorPreset", + "comment": "Full Plusgreen (3304)", + "colors": ["#d0ff95"] + }, + { + "dmxRange": [36, 37], + "type": "ColorPreset", + "comment": "1/2 Plusgreen (3315)", + "colors": ["#e4ffc3"] + }, + { + "dmxRange": [38, 39], + "type": "ColorPreset", + "comment": "1/4 Plusgreen (3316)", + "colors": ["#f4ffdc"] + }, + { + "dmxRange": [40, 41], + "type": "ColorPreset", + "comment": "1/8 Plusgreen (3317)", + "colors": ["#fbffe4"] + }, + { + "dmxRange": [42, 43], + "type": "ColorPreset", + "comment": "Full Minusgreen (3308)", + "colors": ["#ffbbf4"] + }, + { + "dmxRange": [44, 45], + "type": "ColorPreset", + "comment": "3/4 Minusgreen (3309)", + "colors": ["#ffcaee"] + }, + { + "dmxRange": [46, 47], + "type": "ColorPreset", + "comment": "1/2 Minusgreen (3313)", + "colors": ["#ffd5f6"] + }, + { + "dmxRange": [48, 49], + "type": "ColorPreset", + "comment": "1/4 Minusgreen (3314)", + "colors": ["#ffe9f8"] + }, + { + "dmxRange": [50, 51], + "type": "ColorPreset", + "comment": "1/8 Minusgreen (3318)", + "colors": ["#fff2ef"] + }, + { + "dmxRange": [52, 53], + "type": "ColorPreset", + "comment": "Fluorofilter (3310)", + "colors": ["#ff8840"] + }, + { + "dmxRange": [54, 55], + "type": "ColorPreset", + "comment": "Industrial Vapor (3150)", + "colors": ["#fffc63"] + }, + { + "dmxRange": [56, 57], + "type": "ColorPreset", + "comment": "Urban Vapor (3152)", + "colors": ["#ff901b"] + }, + { + "dmxRange": [58, 59], + "type": "ColorPreset", + "comment": "Tough Y-1 (3107)", + "colors": ["#ffffbe"] + }, + { + "dmxRange": [60, 61], + "type": "ColorPreset", + "comment": "Tough MT 54 (3134)", + "colors": ["#ffedab"] + }, + { + "dmxRange": [62, 63], + "type": "ColorPreset", + "comment": "Tough MTY (3106)", + "colors": ["#ffa940"] + }, + { + "dmxRange": [64, 65], + "type": "ColorPreset", + "comment": "Tough MT2 (3102)", + "colors": ["#ffc250"] + }, + { + "dmxRange": [66, 255], + "type": "NoFunction", + "comment": "Reserved" + } + ] + }, + "Gel 2, Rosco CalColor": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 1], + "type": "ColorPreset", + "comment": "15 Blue (4215)", + "colors": ["#b6bbff"] + }, + { + "dmxRange": [2, 3], + "type": "ColorPreset", + "comment": "30 Blue (4230)", + "colors": ["#838bff"] + }, + { + "dmxRange": [4, 5], + "type": "ColorPreset", + "comment": "60 Blue (4260)", + "colors": ["#504eff"] + }, + { + "dmxRange": [6, 7], + "type": "ColorPreset", + "comment": "90 Blue (4290)", + "colors": ["#2c20ff"] + }, + { + "dmxRange": [8, 9], + "type": "ColorPreset", + "comment": "7 Cyan (4307)", + "colors": ["#ffdf6d"] + }, + { + "dmxRange": [10, 11], + "type": "ColorPreset", + "comment": "15 Cyan (4315)", + "colors": ["#d5f9ff"] + }, + { + "dmxRange": [12, 13], + "type": "ColorPreset", + "comment": "30 Cyan (4330)", + "colors": ["#aae7ff"] + }, + { + "dmxRange": [14, 15], + "type": "ColorPreset", + "comment": "60 Cyan (4360)", + "colors": ["#75d8ff"] + }, + { + "dmxRange": [16, 17], + "type": "ColorPreset", + "comment": "90 Cyan (4390)", + "colors": ["#4ec3ff"] + }, + { + "dmxRange": [18, 19], + "type": "ColorPreset", + "comment": "15 Green (4415)", + "colors": ["#d8ffb9"] + }, + { + "dmxRange": [20, 21], + "type": "ColorPreset", + "comment": "30 Green (4430)", + "colors": ["#b3ff87"] + }, + { + "dmxRange": [22, 23], + "type": "ColorPreset", + "comment": "60 Green (4460)", + "colors": ["#86ff56"] + }, + { + "dmxRange": [24, 25], + "type": "ColorPreset", + "comment": "90 Green (4490)", + "colors": ["#62ff3b"] + }, + { + "dmxRange": [26, 27], + "type": "ColorPreset", + "comment": "15 Yellow (4515)", + "colors": ["#fbffb3"] + }, + { + "dmxRange": [28, 29], + "type": "ColorPreset", + "comment": "30 Yellow (4530)", + "colors": ["#f7ff85"] + }, + { + "dmxRange": [30, 31], + "type": "ColorPreset", + "comment": "60 Yellow (4560)", + "colors": ["#f6ff4c"] + }, + { + "dmxRange": [32, 33], + "type": "ColorPreset", + "comment": "90 Yellow (4590)", + "colors": ["#fbff31"] + }, + { + "dmxRange": [34, 35], + "type": "ColorPreset", + "comment": "15 Red (4615)", + "colors": ["#ffd5c2"] + }, + { + "dmxRange": [36, 37], + "type": "ColorPreset", + "comment": "30 Red (4630)", + "colors": ["#ffb08d"] + }, + { + "dmxRange": [38, 39], + "type": "ColorPreset", + "comment": "60 Red (4660)", + "colors": ["#ff7f4d"] + }, + { + "dmxRange": [40, 41], + "type": "ColorPreset", + "comment": "90 Red (4690)", + "colors": ["#ff5725"] + }, + { + "dmxRange": [42, 43], + "type": "ColorPreset", + "comment": "15 Magenta (4715)", + "colors": ["#fbceff"] + }, + { + "dmxRange": [44, 45], + "type": "ColorPreset", + "comment": "30 Magenta (4730)", + "colors": ["#f5a0ff"] + }, + { + "dmxRange": [46, 47], + "type": "ColorPreset", + "comment": "60 Magenta (4760)", + "colors": ["#ea5eff"] + }, + { + "dmxRange": [48, 49], + "type": "ColorPreset", + "comment": "90 Magenta (4790)", + "colors": ["#eb49ff"] + }, + { + "dmxRange": [50, 51], + "type": "ColorPreset", + "comment": "15 Pink (4815)", + "colors": ["#ffd0df"] + }, + { + "dmxRange": [52, 53], + "type": "ColorPreset", + "comment": "30 Pink (4830)", + "colors": ["#ffa6be"] + }, + { + "dmxRange": [54, 55], + "type": "ColorPreset", + "comment": "60 Pink (4860)", + "colors": ["#ff7c94"] + }, + { + "dmxRange": [56, 57], + "type": "ColorPreset", + "comment": "90 Pink (4890)", + "colors": ["#ff5660"] + }, + { + "dmxRange": [58, 59], + "type": "ColorPreset", + "comment": "15 Lavender (4915)", + "colors": ["#d0bbff"] + }, + { + "dmxRange": [60, 61], + "type": "ColorPreset", + "comment": "30 Lavender (4930)", + "colors": ["#b893ff"] + }, + { + "dmxRange": [62, 63], + "type": "ColorPreset", + "comment": "60 Lavender (4960)", + "colors": ["#8a53ff"] + }, + { + "dmxRange": [64, 65], + "type": "ColorPreset", + "comment": "90 Lavender (4990)", + "colors": ["#632eff"] + }, + { + "dmxRange": [66, 255], + "type": "NoFunction", + "comment": "Reserved" + } + ] + }, + "Gel 2, Rosco Storaro Selection": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 1], + "type": "ColorPreset", + "comment": "VS Red (2001)", + "colors": ["#ff2307"] + }, + { + "dmxRange": [2, 3], + "type": "ColorPreset", + "comment": "VS Orange (2002)", + "colors": ["#ff7a21"] + }, + { + "dmxRange": [4, 5], + "type": "ColorPreset", + "comment": "VS Yellow (2003)", + "colors": ["#ffcc14"] + }, + { + "dmxRange": [6, 7], + "type": "ColorPreset", + "comment": "VS Green (2004)", + "colors": ["#25ff55"] + }, + { + "dmxRange": [8, 9], + "type": "ColorPreset", + "comment": "VS Cyan (2005)", + "colors": ["#2ca5ff"] + }, + { + "dmxRange": [10, 11], + "type": "ColorPreset", + "comment": "VS Azure (2006)", + "colors": ["#141fff"] + }, + { + "dmxRange": [12, 13], + "type": "ColorPreset", + "comment": "VS Blue (2007)", + "colors": ["#2c35ff"] + }, + { + "dmxRange": [14, 15], + "type": "ColorPreset", + "comment": "VS Indigo (2008)", + "colors": ["#2612ff"] + }, + { + "dmxRange": [16, 17], + "type": "ColorPreset", + "comment": "VS Violet (2009)", + "colors": ["#741fff"] + }, + { + "dmxRange": [18, 19], + "type": "ColorPreset", + "comment": "VS Magenta (2010)", + "colors": ["#eb49ff"] + }, + { + "dmxRange": [20, 255], + "type": "NoFunction", + "comment": "Reserved" + } + ] + }, + "Gel 2, Rosco Cinelux": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 1], + "type": "ColorPreset", + "comment": "Bastard Amber (2)", + "colors": ["#ffdba5"] + }, + { + "dmxRange": [2, 3], + "type": "ColorPreset", + "comment": "Pale Bastard Amber (302)", + "colors": ["#fff0d6"] + }, + { + "dmxRange": [4, 5], + "type": "ColorPreset", + "comment": "No Color Straw (6)", + "colors": ["#feffcd"] + }, + { + "dmxRange": [6, 7], + "type": "ColorPreset", + "comment": "Pale Gold (8)", + "colors": ["#ffeead"] + }, + { + "dmxRange": [8, 9], + "type": "ColorPreset", + "comment": "Daffodil (310)", + "colors": ["#faff59"] + }, + { + "dmxRange": [10, 11], + "type": "ColorPreset", + "comment": "Straw (12)", + "colors": ["#feff2c"] + }, + { + "dmxRange": [12, 13], + "type": "ColorPreset", + "comment": "Light Amber (16)", + "colors": ["#ffc24e"] + }, + { + "dmxRange": [14, 15], + "type": "ColorPreset", + "comment": "Gallo Gold (316)", + "colors": ["#ffb95a"] + }, + { + "dmxRange": [16, 17], + "type": "ColorPreset", + "comment": "Light Flame (17)", + "colors": ["#ffa54e"] + }, + { + "dmxRange": [18, 19], + "type": "ColorPreset", + "comment": "Flame (18)", + "colors": ["#ffac45"] + }, + { + "dmxRange": [20, 21], + "type": "ColorPreset", + "comment": "Mayan Sun (318)", + "colors": ["#ff8441"] + }, + { + "dmxRange": [22, 23], + "type": "ColorPreset", + "comment": "Golden Amber (21)", + "colors": ["#ff8109"] + }, + { + "dmxRange": [24, 25], + "type": "ColorPreset", + "comment": "Soft Golden Amber (321)", + "colors": ["#ff9633"] + }, + { + "dmxRange": [26, 27], + "type": "ColorPreset", + "comment": "Orange (23)", + "colors": ["#ff640b"] + }, + { + "dmxRange": [28, 29], + "type": "ColorPreset", + "comment": "Henna Sky (325)", + "colors": ["#ff4a0d"] + }, + { + "dmxRange": [30, 31], + "type": "ColorPreset", + "comment": "Light Red (26)", + "colors": ["#ff2307"] + }, + { + "dmxRange": [32, 33], + "type": "ColorPreset", + "comment": "No Color Pink (33)", + "colors": ["#ffc8e2"] + }, + { + "dmxRange": [34, 35], + "type": "ColorPreset", + "comment": "Blush Pink (333)", + "colors": ["#ffd5f6"] + }, + { + "dmxRange": [36, 37], + "type": "ColorPreset", + "comment": "Flesh Pink (34)", + "colors": ["#ff939f"] + }, + { + "dmxRange": [38, 39], + "type": "ColorPreset", + "comment": "Pale Rose Pink (37)", + "colors": ["#ffbbf5"] + }, + { + "dmxRange": [40, 41], + "type": "ColorPreset", + "comment": "Salmon (41)", + "colors": ["#ff471c"] + }, + { + "dmxRange": [42, 43], + "type": "ColorPreset", + "comment": "Deep Salmon (42)", + "colors": ["#ff2b25"] + }, + { + "dmxRange": [44, 45], + "type": "ColorPreset", + "comment": "Middle Rose (44)", + "colors": ["#ff5bd3"] + }, + { + "dmxRange": [46, 47], + "type": "ColorPreset", + "comment": "Light Rose Purple (47)", + "colors": ["#954fff"] + }, + { + "dmxRange": [48, 49], + "type": "ColorPreset", + "comment": "Surprise Pink (51)", + "colors": ["#cbb5ff"] + }, + { + "dmxRange": [50, 51], + "type": "ColorPreset", + "comment": "No Color Blue (60)", + "colors": ["#99b0ff"] + }, + { + "dmxRange": [52, 53], + "type": "ColorPreset", + "comment": "Clearwater (360)", + "colors": ["#a3b7ff"] + }, + { + "dmxRange": [54, 55], + "type": "ColorPreset", + "comment": "Booster Blue (62)", + "colors": ["#7da3ff"] + }, + { + "dmxRange": [56, 57], + "type": "ColorPreset", + "comment": "Tipton Blue (362)", + "colors": ["#728bff"] + }, + { + "dmxRange": [58, 59], + "type": "ColorPreset", + "comment": "Blue Bell (364)", + "colors": ["#566fff"] + }, + { + "dmxRange": [60, 61], + "type": "ColorPreset", + "comment": "Daylight Blue (65)", + "colors": ["#3767ff"] + }, + { + "dmxRange": [62, 63], + "type": "ColorPreset", + "comment": "Tharon Delft Blue (365)", + "colors": ["#6a81ff"] + }, + { + "dmxRange": [64, 65], + "type": "ColorPreset", + "comment": "Cerulean Blue (375)", + "colors": ["#207aff"] + }, + { + "dmxRange": [66, 67], + "type": "ColorPreset", + "comment": "Bermuda Blue (376)", + "colors": ["#3170ff"] + }, + { + "dmxRange": [68, 69], + "type": "ColorPreset", + "comment": "Green Blue (77)", + "colors": ["#1435ff"] + }, + { + "dmxRange": [70, 71], + "type": "ColorPreset", + "comment": "Alice Blue (378)", + "colors": ["#3e3cff"] + }, + { + "dmxRange": [72, 73], + "type": "ColorPreset", + "comment": "Primary Blue (80)", + "colors": ["#141fff"] + }, + { + "dmxRange": [74, 75], + "type": "ColorPreset", + "comment": "Baldassari Blue (381)", + "colors": ["#1f18ff"] + }, + { + "dmxRange": [76, 77], + "type": "ColorPreset", + "comment": "Medium Blue (83)", + "colors": ["#130fff"] + }, + { + "dmxRange": [78, 79], + "type": "ColorPreset", + "comment": "Pale Yellow Green (87)", + "colors": ["#e4ffc2"] + }, + { + "dmxRange": [80, 81], + "type": "ColorPreset", + "comment": "Light Green (88)", + "colors": ["#d0ff96"] + }, + { + "dmxRange": [82, 83], + "type": "ColorPreset", + "comment": "Moss Green (89)", + "colors": ["#60ff74"] + }, + { + "dmxRange": [84, 85], + "type": "ColorPreset", + "comment": "Primary Green (91)", + "colors": ["#3cffa4"] + }, + { + "dmxRange": [86, 87], + "type": "ColorPreset", + "comment": "Turquoise (92)", + "colors": ["#78fffe"] + }, + { + "dmxRange": [88, 89], + "type": "ColorPreset", + "comment": "Blue Green (93)", + "colors": ["#5cd3ff"] + }, + { + "dmxRange": [90, 91], + "type": "ColorPreset", + "comment": "Chocolate (99)", + "colors": ["#ffc48d"] + }, + { + "dmxRange": [92, 255], + "type": "NoFunction", + "comment": "Reserved" + } + ] + }, + "Gel 2, LEE Color Correction": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 1], + "type": "ColorPreset", + "comment": "Double CTB (200)", + "colors": ["#313eff"] + }, + { + "dmxRange": [2, 3], + "type": "ColorPreset", + "comment": "Full CTB (201)", + "colors": ["#647bff"] + }, + { + "dmxRange": [4, 5], + "type": "ColorPreset", + "comment": "3/4 CTB (281)", + "colors": ["#7789ff"] + }, + { + "dmxRange": [6, 7], + "type": "ColorPreset", + "comment": "1/2 CTB (202)", + "colors": ["#9bb2ff"] + }, + { + "dmxRange": [8, 9], + "type": "ColorPreset", + "comment": "1/4 CTB (203)", + "colors": ["#c3d3ff"] + }, + { + "dmxRange": [10, 11], + "type": "ColorPreset", + "comment": "1/8 CTB (218)", + "colors": ["#e0eaff"] + }, + { + "dmxRange": [12, 13], + "type": "ColorPreset", + "comment": "Double CTO (287)", + "colors": ["#ff9317"] + }, + { + "dmxRange": [14, 15], + "type": "ColorPreset", + "comment": "Full CTO (204)", + "colors": ["#ffbf4d"] + }, + { + "dmxRange": [16, 17], + "type": "ColorPreset", + "comment": "3/4 CTO (285)", + "colors": ["#ffcc61"] + }, + { + "dmxRange": [18, 19], + "type": "ColorPreset", + "comment": "1/2 CTO (205)", + "colors": ["#ffdf8b"] + }, + { + "dmxRange": [20, 21], + "type": "ColorPreset", + "comment": "1/4 CTO (206)", + "colors": ["#ffeeb7"] + }, + { + "dmxRange": [22, 23], + "type": "ColorPreset", + "comment": "1/8 CTO (223)", + "colors": ["#fff6d5"] + }, + { + "dmxRange": [24, 25], + "type": "ColorPreset", + "comment": "1 1/2 CTB (283)", + "colors": ["#4559ff"] + }, + { + "dmxRange": [26, 27], + "type": "ColorPreset", + "comment": "1 1/2 CTO (286)", + "colors": ["#ffa728"] + }, + { + "dmxRange": [28, 29], + "type": "ColorPreset", + "comment": "Full CTS (441)", + "colors": ["#ffbe4c"] + }, + { + "dmxRange": [30, 31], + "type": "ColorPreset", + "comment": "1/2 CTS (442)", + "colors": ["#ffe085"] + }, + { + "dmxRange": [32, 33], + "type": "ColorPreset", + "comment": "1/4 CTS (443)", + "colors": ["#fff1bb"] + }, + { + "dmxRange": [34, 35], + "type": "ColorPreset", + "comment": "1/8 CTS (444)", + "colors": ["#fff8de"] + }, + { + "dmxRange": [36, 37], + "type": "ColorPreset", + "comment": "Full CTO + .3 ND (207)", + "colors": ["#ffc148"] + }, + { + "dmxRange": [38, 39], + "type": "ColorPreset", + "comment": "Full CTO + .6 ND (208)", + "colors": ["#ffbe4b"] + }, + { + "dmxRange": [40, 41], + "type": "ColorPreset", + "comment": "L.C.T. Yellow (Y1) (212)", + "colors": ["#ffffbe"] + }, + { + "dmxRange": [42, 43], + "type": "ColorPreset", + "comment": "White Flame Green (213)", + "colors": ["#d5ffd0"] + }, + { + "dmxRange": [44, 45], + "type": "ColorPreset", + "comment": "LEE Fluorescent Green (219)", + "colors": ["#74e0ff"] + }, + { + "dmxRange": [46, 47], + "type": "ColorPreset", + "comment": "Super Correction L.C.T. Yellow (230)", + "colors": ["#ffe596"] + }, + { + "dmxRange": [48, 49], + "type": "ColorPreset", + "comment": "Super Correction W.F. Green (232)", + "colors": ["#ffc55c"] + }, + { + "dmxRange": [50, 51], + "type": "ColorPreset", + "comment": "H.M.I. (to Tungsten) (236)", + "colors": ["#ffbd5a"] + }, + { + "dmxRange": [52, 53], + "type": "ColorPreset", + "comment": "C.I.D. (to Tungsten) (237)", + "colors": ["#ff9955"] + }, + { + "dmxRange": [54, 55], + "type": "ColorPreset", + "comment": "C.S.I. (to Tungsten) (238)", + "colors": ["#ffa994"] + }, + { + "dmxRange": [56, 57], + "type": "ColorPreset", + "comment": "LEE Fluorescent 5700 Kelvin (241)", + "colors": ["#71b6ff"] + }, + { + "dmxRange": [58, 59], + "type": "ColorPreset", + "comment": "LEE Fluorescent 4300 Kelvin (242)", + "colors": ["#9cfff2"] + }, + { + "dmxRange": [60, 61], + "type": "ColorPreset", + "comment": "LEE Fluorescent 3600 Kelvin (243)", + "colors": ["#aeffc7"] + }, + { + "dmxRange": [62, 63], + "type": "ColorPreset", + "comment": "LEE Plus Green (244)", + "colors": ["#cfff9e"] + }, + { + "dmxRange": [64, 65], + "type": "ColorPreset", + "comment": "1/2 Plus Green (245)", + "colors": ["#e3ffc5"] + }, + { + "dmxRange": [66, 67], + "type": "ColorPreset", + "comment": "1/4 Plus Green (246)", + "colors": ["#f0ffdd"] + }, + { + "dmxRange": [68, 69], + "type": "ColorPreset", + "comment": "1/8 Plus Green (278)", + "colors": ["#f8ffed"] + }, + { + "dmxRange": [70, 71], + "type": "ColorPreset", + "comment": "LEE Minus Green (247)", + "colors": ["#ffb0e6"] + }, + { + "dmxRange": [72, 73], + "type": "ColorPreset", + "comment": "1/2 Minus Green (248)", + "colors": ["#ffd3f0"] + }, + { + "dmxRange": [74, 75], + "type": "ColorPreset", + "comment": "1/4 Minus Green (249)", + "colors": ["#ffe7f8"] + }, + { + "dmxRange": [76, 77], + "type": "ColorPreset", + "comment": "1/8 Minus Green (279)", + "colors": ["#fff2f8"] + }, + { + "dmxRange": [78, 255], + "type": "NoFunction", + "comment": "Reserved" + } + ] + }, + "Gel 2, LEE Color Filters": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 1], + "type": "ColorPreset", + "comment": "Rose Pink (2)", + "colors": ["#ff5bfd"] + }, + { + "dmxRange": [2, 3], + "type": "ColorPreset", + "comment": "Lavender Tint (3)", + "colors": ["#ede2ff"] + }, + { + "dmxRange": [4, 5], + "type": "ColorPreset", + "comment": "Medium Bastard Amber (4)", + "colors": ["#ffbb92"] + }, + { + "dmxRange": [6, 7], + "type": "ColorPreset", + "comment": "Pale Yellow (7)", + "colors": ["#ffffb2"] + }, + { + "dmxRange": [8, 9], + "type": "ColorPreset", + "comment": "Dark Salmon (8)", + "colors": ["#ff722c"] + }, + { + "dmxRange": [10, 11], + "type": "ColorPreset", + "comment": "Pale Amber Gold (9)", + "colors": ["#ffdb82"] + }, + { + "dmxRange": [12, 13], + "type": "ColorPreset", + "comment": "Medium Yellow (10)", + "colors": ["#f8ff22"] + }, + { + "dmxRange": [14, 15], + "type": "ColorPreset", + "comment": "Straw Tint (13)", + "colors": ["#ffdc68"] + }, + { + "dmxRange": [16, 17], + "type": "ColorPreset", + "comment": "Surprise Peach (17)", + "colors": ["#ff9640"] + }, + { + "dmxRange": [18, 19], + "type": "ColorPreset", + "comment": "Fire (19)", + "colors": ["#ff3404"] + }, + { + "dmxRange": [20, 21], + "type": "ColorPreset", + "comment": "Medium Amber (20)", + "colors": ["#ffa313"] + }, + { + "dmxRange": [22, 23], + "type": "ColorPreset", + "comment": "Gold Amber (21)", + "colors": ["#ff6905"] + }, + { + "dmxRange": [24, 25], + "type": "ColorPreset", + "comment": "Dark Amber (22)", + "colors": ["#ff4c01"] + }, + { + "dmxRange": [26, 27], + "type": "ColorPreset", + "comment": "Scarlet (24)", + "colors": ["#ff3f22"] + }, + { + "dmxRange": [28, 29], + "type": "ColorPreset", + "comment": "Sunset Red (25)", + "colors": ["#ff5615"] + }, + { + "dmxRange": [30, 31], + "type": "ColorPreset", + "comment": "Bright Red (26)", + "colors": ["#ff1a02"] + }, + { + "dmxRange": [32, 33], + "type": "ColorPreset", + "comment": "Light Pink (35)", + "colors": ["#756cff"] + }, + { + "dmxRange": [34, 35], + "type": "ColorPreset", + "comment": "Medium Pink (36)", + "colors": ["#875aff"] + }, + { + "dmxRange": [36, 37], + "type": "ColorPreset", + "comment": "Dark Magenta (46)", + "colors": ["#ff21b0"] + }, + { + "dmxRange": [38, 39], + "type": "ColorPreset", + "comment": "Rose Purple (48)", + "colors": ["#461dff"] + }, + { + "dmxRange": [40, 41], + "type": "ColorPreset", + "comment": "Light Lavender (52)", + "colors": ["#3c3aff"] + }, + { + "dmxRange": [42, 43], + "type": "ColorPreset", + "comment": "Paler Lavender (53)", + "colors": ["#5065ff"] + }, + { + "dmxRange": [44, 45], + "type": "ColorPreset", + "comment": "Lavender (58)", + "colors": ["#2010ff"] + }, + { + "dmxRange": [46, 47], + "type": "ColorPreset", + "comment": "Mist Blue (61)", + "colors": ["#4664ff"] + }, + { + "dmxRange": [48, 49], + "type": "ColorPreset", + "comment": "Pale Blue (63)", + "colors": ["#3c59ff"] + }, + { + "dmxRange": [50, 51], + "type": "ColorPreset", + "comment": "Sky Blue (68)", + "colors": ["#121aff"] + }, + { + "dmxRange": [52, 53], + "type": "ColorPreset", + "comment": "Evening Blue (75)", + "colors": ["#1416ff"] + }, + { + "dmxRange": [54, 55], + "type": "ColorPreset", + "comment": "Just Blue (79)", + "colors": ["#110eff"] + }, + { + "dmxRange": [56, 57], + "type": "ColorPreset", + "comment": "Deeper Blue (85)", + "colors": ["#1107ff"] + }, + { + "dmxRange": [58, 59], + "type": "ColorPreset", + "comment": "Lime Green (88)", + "colors": ["#7eff68"] + }, + { + "dmxRange": [60, 61], + "type": "ColorPreset", + "comment": "Moss Green (89)", + "colors": ["#38ff7b"] + }, + { + "dmxRange": [62, 63], + "type": "ColorPreset", + "comment": "Dark Yellow Green (90)", + "colors": ["#15ff53"] + }, + { + "dmxRange": [64, 65], + "type": "ColorPreset", + "comment": "Spring Yellow (100)", + "colors": ["#a6ff43"] + }, + { + "dmxRange": [66, 67], + "type": "ColorPreset", + "comment": "Yellow (101)", + "colors": ["#c5ff20"] + }, + { + "dmxRange": [68, 69], + "type": "ColorPreset", + "comment": "Light Amber (102)", + "colors": ["#daff66"] + }, + { + "dmxRange": [70, 71], + "type": "ColorPreset", + "comment": "Straw (103)", + "colors": ["#9ab8ff"] + }, + { + "dmxRange": [72, 73], + "type": "ColorPreset", + "comment": "Deep Amber (104)", + "colors": ["#f3ff26"] + }, + { + "dmxRange": [74, 75], + "type": "ColorPreset", + "comment": "Primary Red (106)", + "colors": ["#ff2104"] + }, + { + "dmxRange": [76, 77], + "type": "ColorPreset", + "comment": "Light Rose (107)", + "colors": ["#a979ff"] + }, + { + "dmxRange": [78, 79], + "type": "ColorPreset", + "comment": "English Rose (108)", + "colors": ["#fbd0ff"] + }, + { + "dmxRange": [80, 81], + "type": "ColorPreset", + "comment": "Light Salmon (109)", + "colors": ["#a17dff"] + }, + { + "dmxRange": [82, 83], + "type": "ColorPreset", + "comment": "Middle Rose (110)", + "colors": ["#7b5fff"] + }, + { + "dmxRange": [84, 85], + "type": "ColorPreset", + "comment": "Dark Pink (111)", + "colors": ["#9147ff"] + }, + { + "dmxRange": [86, 87], + "type": "ColorPreset", + "comment": "Magenta (113)", + "colors": ["#ff1e80"] + }, + { + "dmxRange": [88, 89], + "type": "ColorPreset", + "comment": "Peacock Blue (115)", + "colors": ["#175fff"] + }, + { + "dmxRange": [90, 91], + "type": "ColorPreset", + "comment": "Steel Blue (117)", + "colors": ["#3660ff"] + }, + { + "dmxRange": [92, 93], + "type": "ColorPreset", + "comment": "Light Blue (118)", + "colors": ["#1333ff"] + }, + { + "dmxRange": [94, 95], + "type": "ColorPreset", + "comment": "Deep Blue (120)", + "colors": ["#1103ff"] + }, + { + "dmxRange": [96, 97], + "type": "ColorPreset", + "comment": "LEE Green (121)", + "colors": ["#61ff6e"] + }, + { + "dmxRange": [98, 99], + "type": "ColorPreset", + "comment": "Fern Green (122)", + "colors": ["#48ff90"] + }, + { + "dmxRange": [100, 101], + "type": "ColorPreset", + "comment": "Dark Green (124)", + "colors": ["#17ff9d"] + }, + { + "dmxRange": [102, 103], + "type": "ColorPreset", + "comment": "Smokey Pink (127)", + "colors": ["#ae65ff"] + }, + { + "dmxRange": [104, 105], + "type": "ColorPreset", + "comment": "Bright Pink (128)", + "colors": ["#8313ff"] + }, + { + "dmxRange": [106, 107], + "type": "ColorPreset", + "comment": "Marine Blue (131)", + "colors": ["#266fff"] + }, + { + "dmxRange": [108, 109], + "type": "ColorPreset", + "comment": "Golden Amber (134)", + "colors": ["#ffba6e"] + }, + { + "dmxRange": [110, 111], + "type": "ColorPreset", + "comment": "Deep Golden Amber (135)", + "colors": ["#ff4d00"] + }, + { + "dmxRange": [112, 113], + "type": "ColorPreset", + "comment": "Pale Lavender (136)", + "colors": ["#4b4eff"] + }, + { + "dmxRange": [114, 115], + "type": "ColorPreset", + "comment": "Special Lavender (137)", + "colors": ["#2e32ff"] + }, + { + "dmxRange": [116, 117], + "type": "ColorPreset", + "comment": "Pale Green (138)", + "colors": ["#8fffe7"] + }, + { + "dmxRange": [118, 119], + "type": "ColorPreset", + "comment": "Summer Blue (140)", + "colors": ["#244cff"] + }, + { + "dmxRange": [120, 121], + "type": "ColorPreset", + "comment": "Pale Violet (142)", + "colors": ["#2324ff"] + }, + { + "dmxRange": [122, 123], + "type": "ColorPreset", + "comment": "Pale Navy Blue (143)", + "colors": ["#1b39ff"] + }, + { + "dmxRange": [124, 125], + "type": "ColorPreset", + "comment": "No Color Blue (144)", + "colors": ["#1d42ff"] + }, + { + "dmxRange": [126, 127], + "type": "ColorPreset", + "comment": "Apricot (147)", + "colors": ["#ffd1ad"] + }, + { + "dmxRange": [128, 129], + "type": "ColorPreset", + "comment": "Bright Rose (148)", + "colors": ["#ff37df"] + }, + { + "dmxRange": [130, 131], + "type": "ColorPreset", + "comment": "Gold Tint (151)", + "colors": ["#9d96ff"] + }, + { + "dmxRange": [132, 133], + "type": "ColorPreset", + "comment": "Pale Gold (152)", + "colors": ["#9c9fff"] + }, + { + "dmxRange": [134, 135], + "type": "ColorPreset", + "comment": "Pale Salmon (153)", + "colors": ["#8a7bff"] + }, + { + "dmxRange": [136, 137], + "type": "ColorPreset", + "comment": "Pale Rose (154)", + "colors": ["#8a8cff"] + }, + { + "dmxRange": [138, 139], + "type": "ColorPreset", + "comment": "Chocolate (156)", + "colors": ["#e0e0ff"] + }, + { + "dmxRange": [140, 141], + "type": "ColorPreset", + "comment": "Pink (157)", + "colors": ["#f577ff"] + }, + { + "dmxRange": [142, 143], + "type": "ColorPreset", + "comment": "No Color Straw (159)", + "colors": ["#7898ff"] + }, + { + "dmxRange": [144, 145], + "type": "ColorPreset", + "comment": "Slate Blue (161)", + "colors": ["#1c2dff"] + }, + { + "dmxRange": [146, 147], + "type": "ColorPreset", + "comment": "Bastard Amber (162)", + "colors": ["#8d99ff"] + }, + { + "dmxRange": [148, 149], + "type": "ColorPreset", + "comment": "Flame Red (164)", + "colors": ["#ff3916"] + }, + { + "dmxRange": [150, 151], + "type": "ColorPreset", + "comment": "Daylight Blue (165)", + "colors": ["#1729ff"] + }, + { + "dmxRange": [152, 153], + "type": "ColorPreset", + "comment": "Lilac Tint (169)", + "colors": ["#5762ff"] + }, + { + "dmxRange": [154, 155], + "type": "ColorPreset", + "comment": "Deep Lavender (170)", + "colors": ["#433aff"] + }, + { + "dmxRange": [156, 157], + "type": "ColorPreset", + "comment": "Dark Steel Blue (174)", + "colors": ["#263bff"] + }, + { + "dmxRange": [158, 159], + "type": "ColorPreset", + "comment": "Loving Amber (176)", + "colors": ["#d49bff"] + }, + { + "dmxRange": [160, 161], + "type": "ColorPreset", + "comment": "Dark Lavender (180)", + "colors": ["#1c0bff"] + }, + { + "dmxRange": [162, 163], + "type": "ColorPreset", + "comment": "Light Red (182)", + "colors": ["#ff2606"] + }, + { + "dmxRange": [164, 165], + "type": "ColorPreset", + "comment": "Flesh Pink (192)", + "colors": ["#9f4fff"] + }, + { + "dmxRange": [166, 167], + "type": "ColorPreset", + "comment": "Surprise Pink (194)", + "colors": ["#312fff"] + }, + { + "dmxRange": [168, 169], + "type": "ColorPreset", + "comment": "Zenith Blue (195)", + "colors": ["#1107ff"] + }, + { + "dmxRange": [170, 171], + "type": "ColorPreset", + "comment": "True Blue (196)", + "colors": ["#2038ff"] + }, + { + "dmxRange": [172, 173], + "type": "ColorPreset", + "comment": "Alice Blue (197)", + "colors": ["#181aff"] + }, + { + "dmxRange": [174, 175], + "type": "ColorPreset", + "comment": "Palace Blue (198)", + "colors": ["#1407ff"] + }, + { + "dmxRange": [176, 177], + "type": "ColorPreset", + "comment": "Regal Blue (199)", + "colors": ["#1f10ff"] + }, + { + "dmxRange": [178, 255], + "type": "NoFunction", + "comment": "Reserved" + } + ] + }, + "Gel 2, LEE 600 Series": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 1], + "type": "ColorPreset", + "comment": "Arctic White (600)", + "colors": ["#2f3fff"] + }, + { + "dmxRange": [2, 3], + "type": "ColorPreset", + "comment": "Silver (601)", + "colors": ["#394dff"] + }, + { + "dmxRange": [4, 5], + "type": "ColorPreset", + "comment": "Platinum (602)", + "colors": ["#4158ff"] + }, + { + "dmxRange": [6, 7], + "type": "ColorPreset", + "comment": "Moonlight White (603)", + "colors": ["#445aff"] + }, + { + "dmxRange": [8, 9], + "type": "ColorPreset", + "comment": "Full CT 85 (604)", + "colors": ["#fff2de"] + }, + { + "dmxRange": [10, 11], + "type": "ColorPreset", + "comment": "Industry Sodium (650)", + "colors": ["#cfffbd"] + }, + { + "dmxRange": [12, 13], + "type": "ColorPreset", + "comment": "HI Sodium (651)", + "colors": ["#ffe3ab"] + }, + { + "dmxRange": [14, 15], + "type": "ColorPreset", + "comment": "Urban Sodium (652)", + "colors": ["#ff993a"] + }, + { + "dmxRange": [16, 17], + "type": "ColorPreset", + "comment": "LO Sodium (653)", + "colors": ["#ffbf4a"] + }, + { + "dmxRange": [18, 255], + "type": "NoFunction", + "comment": "Reserved" + } + ] + }, + "Gel 2, LEE Cosmetic Series": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 1], + "type": "ColorPreset", + "comment": "Cosmetic Peach (184)", + "colors": ["#778fff"] + }, + { + "dmxRange": [2, 3], + "type": "ColorPreset", + "comment": "Cosmetic Silver Rose (186)", + "colors": ["#707bff"] + }, + { + "dmxRange": [4, 5], + "type": "ColorPreset", + "comment": "Cosmetic Rouge (187)", + "colors": ["#8091ff"] + }, + { + "dmxRange": [6, 7], + "type": "ColorPreset", + "comment": "Cosmetic Highlight (188)", + "colors": ["#7b90ff"] + }, + { + "dmxRange": [8, 9], + "type": "ColorPreset", + "comment": "Cosmetic Silver Moss (189)", + "colors": ["#7fa7ff"] + }, + { + "dmxRange": [10, 11], + "type": "ColorPreset", + "comment": "Cosmetic Aqua Blue (191)", + "colors": ["#6082ff"] + }, + { + "dmxRange": [12, 13], + "type": "ColorPreset", + "comment": "Lily Frost (705)", + "colors": ["#3a32ff"] + }, + { + "dmxRange": [14, 15], + "type": "ColorPreset", + "comment": "Shanklin Frost (717)", + "colors": ["#2f41ff"] + }, + { + "dmxRange": [16, 17], + "type": "ColorPreset", + "comment": "Half Shanklin Frost (718)", + "colors": ["#425aff"] + }, + { + "dmxRange": [18, 19], + "type": "ColorPreset", + "comment": "Durham Daylight Frost (720)", + "colors": ["#2a39ff"] + }, + { + "dmxRange": [20, 21], + "type": "ColorPreset", + "comment": "Hampshire Rose (749)", + "colors": ["#898aff"] + }, + { + "dmxRange": [22, 23], + "type": "ColorPreset", + "comment": "Durham Frost (750)", + "colors": ["#6882ff"] + }, + { + "dmxRange": [24, 25], + "type": "ColorPreset", + "comment": "Soft Amber Key 1 (774)", + "colors": ["#a9b1ff"] + }, + { + "dmxRange": [26, 27], + "type": "ColorPreset", + "comment": "Soft Amber Key 2 (775)", + "colors": ["#f2ddff"] + }, + { + "dmxRange": [28, 29], + "type": "ColorPreset", + "comment": "Moroccan Frost (791)", + "colors": ["#a993ff"] + }, + { + "dmxRange": [30, 31], + "type": "ColorPreset", + "comment": "Blue Diffusion (217)", + "colors": ["#6983ff"] + }, + { + "dmxRange": [32, 33], + "type": "ColorPreset", + "comment": "Blue Frost (221)", + "colors": ["#6981ff"] + }, + { + "dmxRange": [34, 35], + "type": "ColorPreset", + "comment": "Daylight Blue Frost (224)", + "colors": ["#3848ff"] + }, + { + "dmxRange": [36, 255], + "type": "NoFunction", + "comment": "Reserved" + } + ] + }, + "Gel 2, LEE 700 Series": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 1], + "type": "ColorPreset", + "comment": "Perfect Lavender (700)", + "colors": ["#1a06ff"] + }, + { + "dmxRange": [2, 3], + "type": "ColorPreset", + "comment": "Provence (701)", + "colors": ["#210dff"] + }, + { + "dmxRange": [4, 5], + "type": "ColorPreset", + "comment": "Special Pale Lavender (702)", + "colors": ["#4c59ff"] + }, + { + "dmxRange": [6, 7], + "type": "ColorPreset", + "comment": "Cold Lavender (703)", + "colors": ["#3929ff"] + }, + { + "dmxRange": [8, 9], + "type": "ColorPreset", + "comment": "Lily (704)", + "colors": ["#423cff"] + }, + { + "dmxRange": [10, 11], + "type": "ColorPreset", + "comment": "King Fals Lavender (706)", + "colors": ["#1d0cff"] + }, + { + "dmxRange": [12, 13], + "type": "ColorPreset", + "comment": "Cool Lavender (708)", + "colors": ["#3e53ff"] + }, + { + "dmxRange": [14, 15], + "type": "ColorPreset", + "comment": "Electric Lilac (709)", + "colors": ["#3340ff"] + }, + { + "dmxRange": [16, 17], + "type": "ColorPreset", + "comment": "Spir Special Blue (710)", + "colors": ["#1b1bff"] + }, + { + "dmxRange": [18, 19], + "type": "ColorPreset", + "comment": "Cold Blue (711)", + "colors": ["#2b33ff"] + }, + { + "dmxRange": [20, 21], + "type": "ColorPreset", + "comment": "Bedford Blue (712)", + "colors": ["#1c24ff"] + }, + { + "dmxRange": [22, 23], + "type": "ColorPreset", + "comment": "Elysian Blue (714)", + "colors": ["#1211ff"] + }, + { + "dmxRange": [24, 25], + "type": "ColorPreset", + "comment": "Cabana Blue (715)", + "colors": ["#130aff"] + }, + { + "dmxRange": [26, 27], + "type": "ColorPreset", + "comment": "Mikkel Blue (716)", + "colors": ["#1104ff"] + }, + { + "dmxRange": [28, 29], + "type": "ColorPreset", + "comment": "Colour Wash Blue (719)", + "colors": ["#1e29ff"] + }, + { + "dmxRange": [30, 31], + "type": "ColorPreset", + "comment": "Berry Blue (721)", + "colors": ["#110cff"] + }, + { + "dmxRange": [32, 33], + "type": "ColorPreset", + "comment": "Virgin Blue (723)", + "colors": ["#1411ff"] + }, + { + "dmxRange": [34, 35], + "type": "ColorPreset", + "comment": "Ocean Blue (724)", + "colors": ["#1e3eff"] + }, + { + "dmxRange": [36, 37], + "type": "ColorPreset", + "comment": "Old Steel Blue (725)", + "colors": ["#375cff"] + }, + { + "dmxRange": [38, 39], + "type": "ColorPreset", + "comment": "Steel Green (728)", + "colors": ["#4170ff"] + }, + { + "dmxRange": [40, 41], + "type": "ColorPreset", + "comment": "Liberty Green (730)", + "colors": ["#5188ff"] + }, + { + "dmxRange": [42, 43], + "type": "ColorPreset", + "comment": "Dirty Ice (731)", + "colors": ["#5f95ff"] + }, + { + "dmxRange": [44, 45], + "type": "ColorPreset", + "comment": "Damp Squib (733)", + "colors": ["#71a6ff"] + }, + { + "dmxRange": [46, 47], + "type": "ColorPreset", + "comment": "JAS Green (738)", + "colors": ["#4fff40"] + }, + { + "dmxRange": [48, 49], + "type": "ColorPreset", + "comment": "Bram Brown (742)", + "colors": ["#f1ffa2"] + }, + { + "dmxRange": [50, 51], + "type": "ColorPreset", + "comment": "Dirty White (744)", + "colors": ["#f5ffbd"] + }, + { + "dmxRange": [52, 53], + "type": "ColorPreset", + "comment": "Brown (746)", + "colors": ["#ffc331"] + }, + { + "dmxRange": [54, 55], + "type": "ColorPreset", + "comment": "Easy White (747)", + "colors": ["#c7b3ff"] + }, + { + "dmxRange": [56, 57], + "type": "ColorPreset", + "comment": "Seedy Pink (748)", + "colors": ["#9057ff"] + }, + { + "dmxRange": [58, 59], + "type": "ColorPreset", + "comment": "Wheat (763)", + "colors": ["#95b9ff"] + }, + { + "dmxRange": [60, 61], + "type": "ColorPreset", + "comment": "Sun Colour Straw (764)", + "colors": ["#b8e0ff"] + }, + { + "dmxRange": [62, 63], + "type": "ColorPreset", + "comment": "LEE Yellow (765)", + "colors": ["#ceffd2"] + }, + { + "dmxRange": [64, 65], + "type": "ColorPreset", + "comment": "Cardbox Amber (773)", + "colors": ["#dbc2ff"] + }, + { + "dmxRange": [66, 67], + "type": "ColorPreset", + "comment": "Nectarine (776)", + "colors": ["#ffdbe4"] + }, + { + "dmxRange": [68, 69], + "type": "ColorPreset", + "comment": "Millennium Gold (778)", + "colors": ["#ff6807"] + }, + { + "dmxRange": [70, 71], + "type": "ColorPreset", + "comment": "Bastard Pink (779)", + "colors": ["#ff7d8d"] + }, + { + "dmxRange": [72, 73], + "type": "ColorPreset", + "comment": "Terry Red (781)", + "colors": ["#ff4305"] + }, + { + "dmxRange": [74, 75], + "type": "ColorPreset", + "comment": "Blood Red (789)", + "colors": ["#ff2500"] + }, + { + "dmxRange": [76, 77], + "type": "ColorPreset", + "comment": "Moroccan Pink (790)", + "colors": ["#af98ff"] + }, + { + "dmxRange": [78, 79], + "type": "ColorPreset", + "comment": "Pretty 'n Pink (794)", + "colors": ["#6d4dff"] + }, + { + "dmxRange": [80, 81], + "type": "ColorPreset", + "comment": "Magical Magenta (795)", + "colors": ["#570dff"] + }, + { + "dmxRange": [82, 255], + "type": "NoFunction", + "comment": "Reserved" + } + ] + }, "Reserved for future use": { "capability": { "type": "NoFunction" @@ -631,6 +4945,54 @@ "Strobe", "Reserved for future use" ] + }, + { + "name": "P16: GEL 8bit", + "shortName": "P16", + "channels": [ + "Dimmer", + "Gel 1, CCT", + "Gel 1, Color Matching", + "Gel 1, Brand", + "Gel 1, Category", + "Gel 1", + "Crossfade to gel", + "Gel 2, CCT", + "Gel 2, Color Matching", + "Gel 2, Brand", + "Gel 2, Category", + "Gel 2", + "Gel Transition Type", + "Fan Control", + "Presets", + "Strobe", + "Reserved for future use" + ] + }, + { + "name": "P17: GEL 16bit", + "shortName": "P17", + "channels": [ + "Dimmer", + "Dimmer fine", + "Gel 1, CCT", + "Gel 1, Color Matching", + "Gel 1, Brand", + "Gel 1, Category", + "Gel 1", + "Crossfade to gel", + "Crossfade to gel fine", + "Gel 2, CCT", + "Gel 2, Color Matching", + "Gel 2, Brand", + "Gel 2, Category", + "Gel 2", + "Gel Transition Type", + "Fan Control", + "Presets", + "Strobe", + "Reserved for future use" + ] } ] } diff --git a/fixtures/arri/skypanel-s60c.json b/fixtures/arri/skypanel-s60c.json index 5dc999b636..f49cecd342 100644 --- a/fixtures/arri/skypanel-s60c.json +++ b/fixtures/arri/skypanel-s60c.json @@ -5,7 +5,7 @@ "meta": { "authors": ["Jean-François Losson", "Dyami Caliri"], "createDate": "2020-10-02", - "lastModifyDate": "2020-10-02" + "lastModifyDate": "2022-08-10" }, "links": { "manual": [ @@ -356,6 +356,4320 @@ } ] }, + "Crossfade to gel": { + "fineChannelAliases": ["Crossfade to gel fine"], + "defaultValue": 0, + "capability": { + "type": "Generic", + "comment": "Gel 1 … Gel 2" + } + }, + "Gel Transition Type": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 51], + "type": "Maintenance", + "comment": "Direct" + }, + { + "dmxRange": [52, 102], + "type": "Maintenance", + "comment": "Through White Point" + }, + { + "dmxRange": [103, 153], + "type": "Maintenance", + "comment": "Through Black Point" + }, + { + "dmxRange": [154, 204], + "type": "Maintenance", + "comment": "Over White Point" + }, + { + "dmxRange": [205, 255], + "type": "Maintenance", + "comment": "Under White Point" + } + ] + }, + "Gel 1, CCT": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 127], + "type": "ColorTemperature", + "colorTemperature": "3200K" + }, + { + "dmxRange": [128, 255], + "type": "ColorTemperature", + "colorTemperature": "5600K" + } + ] + }, + "Gel 1, Color Matching": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 84], + "type": "Maintenance", + "comment": "Best Color" + }, + { + "dmxRange": [85, 170], + "type": "Maintenance", + "comment": "Brightest" + }, + { + "dmxRange": [171, 255], + "type": "Maintenance", + "comment": "No Color Gel" + } + ] + }, + "Gel 1, Brand": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 127], + "type": "Maintenance", + "comment": "Rosco", + "switchChannels": { + "Gel 1, Category": "Gel 1, Category Rosco", + "Gel 1": "Gel 1 Rosco" + } + }, + { + "dmxRange": [128, 255], + "type": "Maintenance", + "comment": "LEE", + "switchChannels": { + "Gel 1, Category": "Gel 1, Category LEE", + "Gel 1": "Gel 1 LEE" + } + } + ] + }, + "Gel 1, Category Rosco": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 50], + "type": "Maintenance", + "comment": "Color Correction", + "switchChannels": { + "Gel 1 Rosco": "Gel 1, Rosco Color Correction" + } + }, + { + "dmxRange": [51, 101], + "type": "Maintenance", + "comment": "CalColor", + "switchChannels": { + "Gel 1 Rosco": "Gel 1, Rosco CalColor" + } + }, + { + "dmxRange": [102, 152], + "type": "Maintenance", + "comment": "Storaro Selection", + "switchChannels": { + "Gel 1 Rosco": "Gel 1, Rosco Storaro Selection" + } + }, + { + "dmxRange": [153, 255], + "type": "Maintenance", + "comment": "Cinelux", + "switchChannels": { + "Gel 1 Rosco": "Gel 1, Rosco Cinelux" + } + } + ] + }, + "Gel 1, Category LEE": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 50], + "type": "Maintenance", + "comment": "Color Correction", + "switchChannels": { + "Gel 1 LEE": "Gel 1, LEE Color Correction" + } + }, + { + "dmxRange": [51, 101], + "type": "Maintenance", + "comment": "Color Filters", + "switchChannels": { + "Gel 1 LEE": "Gel 1, LEE Color Filters" + } + }, + { + "dmxRange": [102, 152], + "type": "Maintenance", + "comment": "600 Series", + "switchChannels": { + "Gel 1 LEE": "Gel 1, LEE 600 Series" + } + }, + { + "dmxRange": [153, 203], + "type": "Maintenance", + "comment": "Cosmetic Filters", + "switchChannels": { + "Gel 1 LEE": "Gel 1, LEE Cosmetic Series" + } + }, + { + "dmxRange": [204, 255], + "type": "Maintenance", + "comment": "700 Series", + "switchChannels": { + "Gel 1 LEE": "Gel 1, LEE 700 Series" + } + } + ] + }, + "Gel 1, Rosco Color Correction": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 1], + "type": "ColorPreset", + "comment": "Full CTB (3202)", + "colors": ["#6a81ff"] + }, + { + "dmxRange": [2, 3], + "type": "ColorPreset", + "comment": "3/4 CTB (3203)", + "colors": ["#839cff"] + }, + { + "dmxRange": [4, 5], + "type": "ColorPreset", + "comment": "1/2 CTB (3204)", + "colors": ["#a3b7ff"] + }, + { + "dmxRange": [6, 7], + "type": "ColorPreset", + "comment": "1/3 CTB (3206)", + "colors": ["#b5c4ff"] + }, + { + "dmxRange": [8, 9], + "type": "ColorPreset", + "comment": "1/4 CTB (3208)", + "colors": ["#cdd6ff"] + }, + { + "dmxRange": [10, 11], + "type": "ColorPreset", + "comment": "1/8 CTB (3216)", + "colors": ["#ebf0ff"] + }, + { + "dmxRange": [12, 13], + "type": "ColorPreset", + "comment": "Double CTB (3220)", + "colors": ["#2c35ff"] + }, + { + "dmxRange": [14, 15], + "type": "ColorPreset", + "comment": "Full CTO (3407)", + "colors": ["#ffad49"] + }, + { + "dmxRange": [16, 17], + "type": "ColorPreset", + "comment": "3/4 CTO (3411)", + "colors": ["#ffb85b"] + }, + { + "dmxRange": [18, 19], + "type": "ColorPreset", + "comment": "1/2 CTO (3408)", + "colors": ["#ffd585"] + }, + { + "dmxRange": [20, 21], + "type": "ColorPreset", + "comment": "1/4 CTO (3409)", + "colors": ["#ffebbf"] + }, + { + "dmxRange": [22, 23], + "type": "ColorPreset", + "comment": "1/8 CTO (3410)", + "colors": ["#fff5d8"] + }, + { + "dmxRange": [24, 25], + "type": "ColorPreset", + "comment": "Double CTO (3420)", + "colors": ["#ff7a21"] + }, + { + "dmxRange": [26, 27], + "type": "ColorPreset", + "comment": "Full CTS (3441)", + "colors": ["#ffbb4d"] + }, + { + "dmxRange": [28, 29], + "type": "ColorPreset", + "comment": "1/2 CTS (3442)", + "colors": ["#ffdf88"] + }, + { + "dmxRange": [30, 31], + "type": "ColorPreset", + "comment": "1/4 CTS (3443)", + "colors": ["#fff3c1"] + }, + { + "dmxRange": [32, 33], + "type": "ColorPreset", + "comment": "1/8 CTS (3444)", + "colors": ["#fff8da"] + }, + { + "dmxRange": [34, 35], + "type": "ColorPreset", + "comment": "Full Plusgreen (3304)", + "colors": ["#d0ff95"] + }, + { + "dmxRange": [36, 37], + "type": "ColorPreset", + "comment": "1/2 Plusgreen (3315)", + "colors": ["#e4ffc3"] + }, + { + "dmxRange": [38, 39], + "type": "ColorPreset", + "comment": "1/4 Plusgreen (3316)", + "colors": ["#f4ffdc"] + }, + { + "dmxRange": [40, 41], + "type": "ColorPreset", + "comment": "1/8 Plusgreen (3317)", + "colors": ["#fbffe4"] + }, + { + "dmxRange": [42, 43], + "type": "ColorPreset", + "comment": "Full Minusgreen (3308)", + "colors": ["#ffbbf4"] + }, + { + "dmxRange": [44, 45], + "type": "ColorPreset", + "comment": "3/4 Minusgreen (3309)", + "colors": ["#ffcaee"] + }, + { + "dmxRange": [46, 47], + "type": "ColorPreset", + "comment": "1/2 Minusgreen (3313)", + "colors": ["#ffd5f6"] + }, + { + "dmxRange": [48, 49], + "type": "ColorPreset", + "comment": "1/4 Minusgreen (3314)", + "colors": ["#ffe9f8"] + }, + { + "dmxRange": [50, 51], + "type": "ColorPreset", + "comment": "1/8 Minusgreen (3318)", + "colors": ["#fff2ef"] + }, + { + "dmxRange": [52, 53], + "type": "ColorPreset", + "comment": "Fluorofilter (3310)", + "colors": ["#ff8840"] + }, + { + "dmxRange": [54, 55], + "type": "ColorPreset", + "comment": "Industrial Vapor (3150)", + "colors": ["#fffc63"] + }, + { + "dmxRange": [56, 57], + "type": "ColorPreset", + "comment": "Urban Vapor (3152)", + "colors": ["#ff901b"] + }, + { + "dmxRange": [58, 59], + "type": "ColorPreset", + "comment": "Tough Y-1 (3107)", + "colors": ["#ffffbe"] + }, + { + "dmxRange": [60, 61], + "type": "ColorPreset", + "comment": "Tough MT 54 (3134)", + "colors": ["#ffedab"] + }, + { + "dmxRange": [62, 63], + "type": "ColorPreset", + "comment": "Tough MTY (3106)", + "colors": ["#ffa940"] + }, + { + "dmxRange": [64, 65], + "type": "ColorPreset", + "comment": "Tough MT2 (3102)", + "colors": ["#ffc250"] + }, + { + "dmxRange": [66, 255], + "type": "NoFunction", + "comment": "Reserved" + } + ] + }, + "Gel 1, Rosco CalColor": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 1], + "type": "ColorPreset", + "comment": "15 Blue (4215)", + "colors": ["#b6bbff"] + }, + { + "dmxRange": [2, 3], + "type": "ColorPreset", + "comment": "30 Blue (4230)", + "colors": ["#838bff"] + }, + { + "dmxRange": [4, 5], + "type": "ColorPreset", + "comment": "60 Blue (4260)", + "colors": ["#504eff"] + }, + { + "dmxRange": [6, 7], + "type": "ColorPreset", + "comment": "90 Blue (4290)", + "colors": ["#2c20ff"] + }, + { + "dmxRange": [8, 9], + "type": "ColorPreset", + "comment": "7 Cyan (4307)", + "colors": ["#ffdf6d"] + }, + { + "dmxRange": [10, 11], + "type": "ColorPreset", + "comment": "15 Cyan (4315)", + "colors": ["#d5f9ff"] + }, + { + "dmxRange": [12, 13], + "type": "ColorPreset", + "comment": "30 Cyan (4330)", + "colors": ["#aae7ff"] + }, + { + "dmxRange": [14, 15], + "type": "ColorPreset", + "comment": "60 Cyan (4360)", + "colors": ["#75d8ff"] + }, + { + "dmxRange": [16, 17], + "type": "ColorPreset", + "comment": "90 Cyan (4390)", + "colors": ["#4ec3ff"] + }, + { + "dmxRange": [18, 19], + "type": "ColorPreset", + "comment": "15 Green (4415)", + "colors": ["#d8ffb9"] + }, + { + "dmxRange": [20, 21], + "type": "ColorPreset", + "comment": "30 Green (4430)", + "colors": ["#b3ff87"] + }, + { + "dmxRange": [22, 23], + "type": "ColorPreset", + "comment": "60 Green (4460)", + "colors": ["#86ff56"] + }, + { + "dmxRange": [24, 25], + "type": "ColorPreset", + "comment": "90 Green (4490)", + "colors": ["#62ff3b"] + }, + { + "dmxRange": [26, 27], + "type": "ColorPreset", + "comment": "15 Yellow (4515)", + "colors": ["#fbffb3"] + }, + { + "dmxRange": [28, 29], + "type": "ColorPreset", + "comment": "30 Yellow (4530)", + "colors": ["#f7ff85"] + }, + { + "dmxRange": [30, 31], + "type": "ColorPreset", + "comment": "60 Yellow (4560)", + "colors": ["#f6ff4c"] + }, + { + "dmxRange": [32, 33], + "type": "ColorPreset", + "comment": "90 Yellow (4590)", + "colors": ["#fbff31"] + }, + { + "dmxRange": [34, 35], + "type": "ColorPreset", + "comment": "15 Red (4615)", + "colors": ["#ffd5c2"] + }, + { + "dmxRange": [36, 37], + "type": "ColorPreset", + "comment": "30 Red (4630)", + "colors": ["#ffb08d"] + }, + { + "dmxRange": [38, 39], + "type": "ColorPreset", + "comment": "60 Red (4660)", + "colors": ["#ff7f4d"] + }, + { + "dmxRange": [40, 41], + "type": "ColorPreset", + "comment": "90 Red (4690)", + "colors": ["#ff5725"] + }, + { + "dmxRange": [42, 43], + "type": "ColorPreset", + "comment": "15 Magenta (4715)", + "colors": ["#fbceff"] + }, + { + "dmxRange": [44, 45], + "type": "ColorPreset", + "comment": "30 Magenta (4730)", + "colors": ["#f5a0ff"] + }, + { + "dmxRange": [46, 47], + "type": "ColorPreset", + "comment": "60 Magenta (4760)", + "colors": ["#ea5eff"] + }, + { + "dmxRange": [48, 49], + "type": "ColorPreset", + "comment": "90 Magenta (4790)", + "colors": ["#eb49ff"] + }, + { + "dmxRange": [50, 51], + "type": "ColorPreset", + "comment": "15 Pink (4815)", + "colors": ["#ffd0df"] + }, + { + "dmxRange": [52, 53], + "type": "ColorPreset", + "comment": "30 Pink (4830)", + "colors": ["#ffa6be"] + }, + { + "dmxRange": [54, 55], + "type": "ColorPreset", + "comment": "60 Pink (4860)", + "colors": ["#ff7c94"] + }, + { + "dmxRange": [56, 57], + "type": "ColorPreset", + "comment": "90 Pink (4890)", + "colors": ["#ff5660"] + }, + { + "dmxRange": [58, 59], + "type": "ColorPreset", + "comment": "15 Lavender (4915)", + "colors": ["#d0bbff"] + }, + { + "dmxRange": [60, 61], + "type": "ColorPreset", + "comment": "30 Lavender (4930)", + "colors": ["#b893ff"] + }, + { + "dmxRange": [62, 63], + "type": "ColorPreset", + "comment": "60 Lavender (4960)", + "colors": ["#8a53ff"] + }, + { + "dmxRange": [64, 65], + "type": "ColorPreset", + "comment": "90 Lavender (4990)", + "colors": ["#632eff"] + }, + { + "dmxRange": [66, 255], + "type": "NoFunction", + "comment": "Reserved" + } + ] + }, + "Gel 1, Rosco Storaro Selection": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 1], + "type": "ColorPreset", + "comment": "VS Red (2001)", + "colors": ["#ff2307"] + }, + { + "dmxRange": [2, 3], + "type": "ColorPreset", + "comment": "VS Orange (2002)", + "colors": ["#ff7a21"] + }, + { + "dmxRange": [4, 5], + "type": "ColorPreset", + "comment": "VS Yellow (2003)", + "colors": ["#ffcc14"] + }, + { + "dmxRange": [6, 7], + "type": "ColorPreset", + "comment": "VS Green (2004)", + "colors": ["#25ff55"] + }, + { + "dmxRange": [8, 9], + "type": "ColorPreset", + "comment": "VS Cyan (2005)", + "colors": ["#2ca5ff"] + }, + { + "dmxRange": [10, 11], + "type": "ColorPreset", + "comment": "VS Azure (2006)", + "colors": ["#141fff"] + }, + { + "dmxRange": [12, 13], + "type": "ColorPreset", + "comment": "VS Blue (2007)", + "colors": ["#2c35ff"] + }, + { + "dmxRange": [14, 15], + "type": "ColorPreset", + "comment": "VS Indigo (2008)", + "colors": ["#2612ff"] + }, + { + "dmxRange": [16, 17], + "type": "ColorPreset", + "comment": "VS Violet (2009)", + "colors": ["#741fff"] + }, + { + "dmxRange": [18, 19], + "type": "ColorPreset", + "comment": "VS Magenta (2010)", + "colors": ["#eb49ff"] + }, + { + "dmxRange": [20, 255], + "type": "NoFunction", + "comment": "Reserved" + } + ] + }, + "Gel 1, Rosco Cinelux": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 1], + "type": "ColorPreset", + "comment": "Bastard Amber (2)", + "colors": ["#ffdba5"] + }, + { + "dmxRange": [2, 3], + "type": "ColorPreset", + "comment": "Pale Bastard Amber (302)", + "colors": ["#fff0d6"] + }, + { + "dmxRange": [4, 5], + "type": "ColorPreset", + "comment": "No Color Straw (6)", + "colors": ["#feffcd"] + }, + { + "dmxRange": [6, 7], + "type": "ColorPreset", + "comment": "Pale Gold (8)", + "colors": ["#ffeead"] + }, + { + "dmxRange": [8, 9], + "type": "ColorPreset", + "comment": "Daffodil (310)", + "colors": ["#faff59"] + }, + { + "dmxRange": [10, 11], + "type": "ColorPreset", + "comment": "Straw (12)", + "colors": ["#feff2c"] + }, + { + "dmxRange": [12, 13], + "type": "ColorPreset", + "comment": "Light Amber (16)", + "colors": ["#ffc24e"] + }, + { + "dmxRange": [14, 15], + "type": "ColorPreset", + "comment": "Gallo Gold (316)", + "colors": ["#ffb95a"] + }, + { + "dmxRange": [16, 17], + "type": "ColorPreset", + "comment": "Light Flame (17)", + "colors": ["#ffa54e"] + }, + { + "dmxRange": [18, 19], + "type": "ColorPreset", + "comment": "Flame (18)", + "colors": ["#ffac45"] + }, + { + "dmxRange": [20, 21], + "type": "ColorPreset", + "comment": "Mayan Sun (318)", + "colors": ["#ff8441"] + }, + { + "dmxRange": [22, 23], + "type": "ColorPreset", + "comment": "Golden Amber (21)", + "colors": ["#ff8109"] + }, + { + "dmxRange": [24, 25], + "type": "ColorPreset", + "comment": "Soft Golden Amber (321)", + "colors": ["#ff9633"] + }, + { + "dmxRange": [26, 27], + "type": "ColorPreset", + "comment": "Orange (23)", + "colors": ["#ff640b"] + }, + { + "dmxRange": [28, 29], + "type": "ColorPreset", + "comment": "Henna Sky (325)", + "colors": ["#ff4a0d"] + }, + { + "dmxRange": [30, 31], + "type": "ColorPreset", + "comment": "Light Red (26)", + "colors": ["#ff2307"] + }, + { + "dmxRange": [32, 33], + "type": "ColorPreset", + "comment": "No Color Pink (33)", + "colors": ["#ffc8e2"] + }, + { + "dmxRange": [34, 35], + "type": "ColorPreset", + "comment": "Blush Pink (333)", + "colors": ["#ffd5f6"] + }, + { + "dmxRange": [36, 37], + "type": "ColorPreset", + "comment": "Flesh Pink (34)", + "colors": ["#ff939f"] + }, + { + "dmxRange": [38, 39], + "type": "ColorPreset", + "comment": "Pale Rose Pink (37)", + "colors": ["#ffbbf5"] + }, + { + "dmxRange": [40, 41], + "type": "ColorPreset", + "comment": "Salmon (41)", + "colors": ["#ff471c"] + }, + { + "dmxRange": [42, 43], + "type": "ColorPreset", + "comment": "Deep Salmon (42)", + "colors": ["#ff2b25"] + }, + { + "dmxRange": [44, 45], + "type": "ColorPreset", + "comment": "Middle Rose (44)", + "colors": ["#ff5bd3"] + }, + { + "dmxRange": [46, 47], + "type": "ColorPreset", + "comment": "Light Rose Purple (47)", + "colors": ["#954fff"] + }, + { + "dmxRange": [48, 49], + "type": "ColorPreset", + "comment": "Surprise Pink (51)", + "colors": ["#cbb5ff"] + }, + { + "dmxRange": [50, 51], + "type": "ColorPreset", + "comment": "No Color Blue (60)", + "colors": ["#99b0ff"] + }, + { + "dmxRange": [52, 53], + "type": "ColorPreset", + "comment": "Clearwater (360)", + "colors": ["#a3b7ff"] + }, + { + "dmxRange": [54, 55], + "type": "ColorPreset", + "comment": "Booster Blue (62)", + "colors": ["#7da3ff"] + }, + { + "dmxRange": [56, 57], + "type": "ColorPreset", + "comment": "Tipton Blue (362)", + "colors": ["#728bff"] + }, + { + "dmxRange": [58, 59], + "type": "ColorPreset", + "comment": "Blue Bell (364)", + "colors": ["#566fff"] + }, + { + "dmxRange": [60, 61], + "type": "ColorPreset", + "comment": "Daylight Blue (65)", + "colors": ["#3767ff"] + }, + { + "dmxRange": [62, 63], + "type": "ColorPreset", + "comment": "Tharon Delft Blue (365)", + "colors": ["#6a81ff"] + }, + { + "dmxRange": [64, 65], + "type": "ColorPreset", + "comment": "Cerulean Blue (375)", + "colors": ["#207aff"] + }, + { + "dmxRange": [66, 67], + "type": "ColorPreset", + "comment": "Bermuda Blue (376)", + "colors": ["#3170ff"] + }, + { + "dmxRange": [68, 69], + "type": "ColorPreset", + "comment": "Green Blue (77)", + "colors": ["#1435ff"] + }, + { + "dmxRange": [70, 71], + "type": "ColorPreset", + "comment": "Alice Blue (378)", + "colors": ["#3e3cff"] + }, + { + "dmxRange": [72, 73], + "type": "ColorPreset", + "comment": "Primary Blue (80)", + "colors": ["#141fff"] + }, + { + "dmxRange": [74, 75], + "type": "ColorPreset", + "comment": "Baldassari Blue (381)", + "colors": ["#1f18ff"] + }, + { + "dmxRange": [76, 77], + "type": "ColorPreset", + "comment": "Medium Blue (83)", + "colors": ["#130fff"] + }, + { + "dmxRange": [78, 79], + "type": "ColorPreset", + "comment": "Pale Yellow Green (87)", + "colors": ["#e4ffc2"] + }, + { + "dmxRange": [80, 81], + "type": "ColorPreset", + "comment": "Light Green (88)", + "colors": ["#d0ff96"] + }, + { + "dmxRange": [82, 83], + "type": "ColorPreset", + "comment": "Moss Green (89)", + "colors": ["#60ff74"] + }, + { + "dmxRange": [84, 85], + "type": "ColorPreset", + "comment": "Primary Green (91)", + "colors": ["#3cffa4"] + }, + { + "dmxRange": [86, 87], + "type": "ColorPreset", + "comment": "Turquoise (92)", + "colors": ["#78fffe"] + }, + { + "dmxRange": [88, 89], + "type": "ColorPreset", + "comment": "Blue Green (93)", + "colors": ["#5cd3ff"] + }, + { + "dmxRange": [90, 91], + "type": "ColorPreset", + "comment": "Chocolate (99)", + "colors": ["#ffc48d"] + }, + { + "dmxRange": [92, 255], + "type": "NoFunction", + "comment": "Reserved" + } + ] + }, + "Gel 1, LEE Color Correction": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 1], + "type": "ColorPreset", + "comment": "Double CTB (200)", + "colors": ["#313eff"] + }, + { + "dmxRange": [2, 3], + "type": "ColorPreset", + "comment": "Full CTB (201)", + "colors": ["#647bff"] + }, + { + "dmxRange": [4, 5], + "type": "ColorPreset", + "comment": "3/4 CTB (281)", + "colors": ["#7789ff"] + }, + { + "dmxRange": [6, 7], + "type": "ColorPreset", + "comment": "1/2 CTB (202)", + "colors": ["#9bb2ff"] + }, + { + "dmxRange": [8, 9], + "type": "ColorPreset", + "comment": "1/4 CTB (203)", + "colors": ["#c3d3ff"] + }, + { + "dmxRange": [10, 11], + "type": "ColorPreset", + "comment": "1/8 CTB (218)", + "colors": ["#e0eaff"] + }, + { + "dmxRange": [12, 13], + "type": "ColorPreset", + "comment": "Double CTO (287)", + "colors": ["#ff9317"] + }, + { + "dmxRange": [14, 15], + "type": "ColorPreset", + "comment": "Full CTO (204)", + "colors": ["#ffbf4d"] + }, + { + "dmxRange": [16, 17], + "type": "ColorPreset", + "comment": "3/4 CTO (285)", + "colors": ["#ffcc61"] + }, + { + "dmxRange": [18, 19], + "type": "ColorPreset", + "comment": "1/2 CTO (205)", + "colors": ["#ffdf8b"] + }, + { + "dmxRange": [20, 21], + "type": "ColorPreset", + "comment": "1/4 CTO (206)", + "colors": ["#ffeeb7"] + }, + { + "dmxRange": [22, 23], + "type": "ColorPreset", + "comment": "1/8 CTO (223)", + "colors": ["#fff6d5"] + }, + { + "dmxRange": [24, 25], + "type": "ColorPreset", + "comment": "1 1/2 CTB (283)", + "colors": ["#4559ff"] + }, + { + "dmxRange": [26, 27], + "type": "ColorPreset", + "comment": "1 1/2 CTO (286)", + "colors": ["#ffa728"] + }, + { + "dmxRange": [28, 29], + "type": "ColorPreset", + "comment": "Full CTS (441)", + "colors": ["#ffbe4c"] + }, + { + "dmxRange": [30, 31], + "type": "ColorPreset", + "comment": "1/2 CTS (442)", + "colors": ["#ffe085"] + }, + { + "dmxRange": [32, 33], + "type": "ColorPreset", + "comment": "1/4 CTS (443)", + "colors": ["#fff1bb"] + }, + { + "dmxRange": [34, 35], + "type": "ColorPreset", + "comment": "1/8 CTS (444)", + "colors": ["#fff8de"] + }, + { + "dmxRange": [36, 37], + "type": "ColorPreset", + "comment": "Full CTO + .3 ND (207)", + "colors": ["#ffc148"] + }, + { + "dmxRange": [38, 39], + "type": "ColorPreset", + "comment": "Full CTO + .6 ND (208)", + "colors": ["#ffbe4b"] + }, + { + "dmxRange": [40, 41], + "type": "ColorPreset", + "comment": "L.C.T. Yellow (Y1) (212)", + "colors": ["#ffffbe"] + }, + { + "dmxRange": [42, 43], + "type": "ColorPreset", + "comment": "White Flame Green (213)", + "colors": ["#d5ffd0"] + }, + { + "dmxRange": [44, 45], + "type": "ColorPreset", + "comment": "LEE Fluorescent Green (219)", + "colors": ["#74e0ff"] + }, + { + "dmxRange": [46, 47], + "type": "ColorPreset", + "comment": "Super Correction L.C.T. Yellow (230)", + "colors": ["#ffe596"] + }, + { + "dmxRange": [48, 49], + "type": "ColorPreset", + "comment": "Super Correction W.F. Green (232)", + "colors": ["#ffc55c"] + }, + { + "dmxRange": [50, 51], + "type": "ColorPreset", + "comment": "H.M.I. (to Tungsten) (236)", + "colors": ["#ffbd5a"] + }, + { + "dmxRange": [52, 53], + "type": "ColorPreset", + "comment": "C.I.D. (to Tungsten) (237)", + "colors": ["#ff9955"] + }, + { + "dmxRange": [54, 55], + "type": "ColorPreset", + "comment": "C.S.I. (to Tungsten) (238)", + "colors": ["#ffa994"] + }, + { + "dmxRange": [56, 57], + "type": "ColorPreset", + "comment": "LEE Fluorescent 5700 Kelvin (241)", + "colors": ["#71b6ff"] + }, + { + "dmxRange": [58, 59], + "type": "ColorPreset", + "comment": "LEE Fluorescent 4300 Kelvin (242)", + "colors": ["#9cfff2"] + }, + { + "dmxRange": [60, 61], + "type": "ColorPreset", + "comment": "LEE Fluorescent 3600 Kelvin (243)", + "colors": ["#aeffc7"] + }, + { + "dmxRange": [62, 63], + "type": "ColorPreset", + "comment": "LEE Plus Green (244)", + "colors": ["#cfff9e"] + }, + { + "dmxRange": [64, 65], + "type": "ColorPreset", + "comment": "1/2 Plus Green (245)", + "colors": ["#e3ffc5"] + }, + { + "dmxRange": [66, 67], + "type": "ColorPreset", + "comment": "1/4 Plus Green (246)", + "colors": ["#f0ffdd"] + }, + { + "dmxRange": [68, 69], + "type": "ColorPreset", + "comment": "1/8 Plus Green (278)", + "colors": ["#f8ffed"] + }, + { + "dmxRange": [70, 71], + "type": "ColorPreset", + "comment": "LEE Minus Green (247)", + "colors": ["#ffb0e6"] + }, + { + "dmxRange": [72, 73], + "type": "ColorPreset", + "comment": "1/2 Minus Green (248)", + "colors": ["#ffd3f0"] + }, + { + "dmxRange": [74, 75], + "type": "ColorPreset", + "comment": "1/4 Minus Green (249)", + "colors": ["#ffe7f8"] + }, + { + "dmxRange": [76, 77], + "type": "ColorPreset", + "comment": "1/8 Minus Green (279)", + "colors": ["#fff2f8"] + }, + { + "dmxRange": [78, 255], + "type": "NoFunction", + "comment": "Reserved" + } + ] + }, + "Gel 1, LEE Color Filters": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 1], + "type": "ColorPreset", + "comment": "Rose Pink (2)", + "colors": ["#ff5bfd"] + }, + { + "dmxRange": [2, 3], + "type": "ColorPreset", + "comment": "Lavender Tint (3)", + "colors": ["#ede2ff"] + }, + { + "dmxRange": [4, 5], + "type": "ColorPreset", + "comment": "Medium Bastard Amber (4)", + "colors": ["#ffbb92"] + }, + { + "dmxRange": [6, 7], + "type": "ColorPreset", + "comment": "Pale Yellow (7)", + "colors": ["#ffffb2"] + }, + { + "dmxRange": [8, 9], + "type": "ColorPreset", + "comment": "Dark Salmon (8)", + "colors": ["#ff722c"] + }, + { + "dmxRange": [10, 11], + "type": "ColorPreset", + "comment": "Pale Amber Gold (9)", + "colors": ["#ffdb82"] + }, + { + "dmxRange": [12, 13], + "type": "ColorPreset", + "comment": "Medium Yellow (10)", + "colors": ["#f8ff22"] + }, + { + "dmxRange": [14, 15], + "type": "ColorPreset", + "comment": "Straw Tint (13)", + "colors": ["#ffdc68"] + }, + { + "dmxRange": [16, 17], + "type": "ColorPreset", + "comment": "Surprise Peach (17)", + "colors": ["#ff9640"] + }, + { + "dmxRange": [18, 19], + "type": "ColorPreset", + "comment": "Fire (19)", + "colors": ["#ff3404"] + }, + { + "dmxRange": [20, 21], + "type": "ColorPreset", + "comment": "Medium Amber (20)", + "colors": ["#ffa313"] + }, + { + "dmxRange": [22, 23], + "type": "ColorPreset", + "comment": "Gold Amber (21)", + "colors": ["#ff6905"] + }, + { + "dmxRange": [24, 25], + "type": "ColorPreset", + "comment": "Dark Amber (22)", + "colors": ["#ff4c01"] + }, + { + "dmxRange": [26, 27], + "type": "ColorPreset", + "comment": "Scarlet (24)", + "colors": ["#ff3f22"] + }, + { + "dmxRange": [28, 29], + "type": "ColorPreset", + "comment": "Sunset Red (25)", + "colors": ["#ff5615"] + }, + { + "dmxRange": [30, 31], + "type": "ColorPreset", + "comment": "Bright Red (26)", + "colors": ["#ff1a02"] + }, + { + "dmxRange": [32, 33], + "type": "ColorPreset", + "comment": "Light Pink (35)", + "colors": ["#756cff"] + }, + { + "dmxRange": [34, 35], + "type": "ColorPreset", + "comment": "Medium Pink (36)", + "colors": ["#875aff"] + }, + { + "dmxRange": [36, 37], + "type": "ColorPreset", + "comment": "Dark Magenta (46)", + "colors": ["#ff21b0"] + }, + { + "dmxRange": [38, 39], + "type": "ColorPreset", + "comment": "Rose Purple (48)", + "colors": ["#461dff"] + }, + { + "dmxRange": [40, 41], + "type": "ColorPreset", + "comment": "Light Lavender (52)", + "colors": ["#3c3aff"] + }, + { + "dmxRange": [42, 43], + "type": "ColorPreset", + "comment": "Paler Lavender (53)", + "colors": ["#5065ff"] + }, + { + "dmxRange": [44, 45], + "type": "ColorPreset", + "comment": "Lavender (58)", + "colors": ["#2010ff"] + }, + { + "dmxRange": [46, 47], + "type": "ColorPreset", + "comment": "Mist Blue (61)", + "colors": ["#4664ff"] + }, + { + "dmxRange": [48, 49], + "type": "ColorPreset", + "comment": "Pale Blue (63)", + "colors": ["#3c59ff"] + }, + { + "dmxRange": [50, 51], + "type": "ColorPreset", + "comment": "Sky Blue (68)", + "colors": ["#121aff"] + }, + { + "dmxRange": [52, 53], + "type": "ColorPreset", + "comment": "Evening Blue (75)", + "colors": ["#1416ff"] + }, + { + "dmxRange": [54, 55], + "type": "ColorPreset", + "comment": "Just Blue (79)", + "colors": ["#110eff"] + }, + { + "dmxRange": [56, 57], + "type": "ColorPreset", + "comment": "Deeper Blue (85)", + "colors": ["#1107ff"] + }, + { + "dmxRange": [58, 59], + "type": "ColorPreset", + "comment": "Lime Green (88)", + "colors": ["#7eff68"] + }, + { + "dmxRange": [60, 61], + "type": "ColorPreset", + "comment": "Moss Green (89)", + "colors": ["#38ff7b"] + }, + { + "dmxRange": [62, 63], + "type": "ColorPreset", + "comment": "Dark Yellow Green (90)", + "colors": ["#15ff53"] + }, + { + "dmxRange": [64, 65], + "type": "ColorPreset", + "comment": "Spring Yellow (100)", + "colors": ["#a6ff43"] + }, + { + "dmxRange": [66, 67], + "type": "ColorPreset", + "comment": "Yellow (101)", + "colors": ["#c5ff20"] + }, + { + "dmxRange": [68, 69], + "type": "ColorPreset", + "comment": "Light Amber (102)", + "colors": ["#daff66"] + }, + { + "dmxRange": [70, 71], + "type": "ColorPreset", + "comment": "Straw (103)", + "colors": ["#9ab8ff"] + }, + { + "dmxRange": [72, 73], + "type": "ColorPreset", + "comment": "Deep Amber (104)", + "colors": ["#f3ff26"] + }, + { + "dmxRange": [74, 75], + "type": "ColorPreset", + "comment": "Primary Red (106)", + "colors": ["#ff2104"] + }, + { + "dmxRange": [76, 77], + "type": "ColorPreset", + "comment": "Light Rose (107)", + "colors": ["#a979ff"] + }, + { + "dmxRange": [78, 79], + "type": "ColorPreset", + "comment": "English Rose (108)", + "colors": ["#fbd0ff"] + }, + { + "dmxRange": [80, 81], + "type": "ColorPreset", + "comment": "Light Salmon (109)", + "colors": ["#a17dff"] + }, + { + "dmxRange": [82, 83], + "type": "ColorPreset", + "comment": "Middle Rose (110)", + "colors": ["#7b5fff"] + }, + { + "dmxRange": [84, 85], + "type": "ColorPreset", + "comment": "Dark Pink (111)", + "colors": ["#9147ff"] + }, + { + "dmxRange": [86, 87], + "type": "ColorPreset", + "comment": "Magenta (113)", + "colors": ["#ff1e80"] + }, + { + "dmxRange": [88, 89], + "type": "ColorPreset", + "comment": "Peacock Blue (115)", + "colors": ["#175fff"] + }, + { + "dmxRange": [90, 91], + "type": "ColorPreset", + "comment": "Steel Blue (117)", + "colors": ["#3660ff"] + }, + { + "dmxRange": [92, 93], + "type": "ColorPreset", + "comment": "Light Blue (118)", + "colors": ["#1333ff"] + }, + { + "dmxRange": [94, 95], + "type": "ColorPreset", + "comment": "Deep Blue (120)", + "colors": ["#1103ff"] + }, + { + "dmxRange": [96, 97], + "type": "ColorPreset", + "comment": "LEE Green (121)", + "colors": ["#61ff6e"] + }, + { + "dmxRange": [98, 99], + "type": "ColorPreset", + "comment": "Fern Green (122)", + "colors": ["#48ff90"] + }, + { + "dmxRange": [100, 101], + "type": "ColorPreset", + "comment": "Dark Green (124)", + "colors": ["#17ff9d"] + }, + { + "dmxRange": [102, 103], + "type": "ColorPreset", + "comment": "Smokey Pink (127)", + "colors": ["#ae65ff"] + }, + { + "dmxRange": [104, 105], + "type": "ColorPreset", + "comment": "Bright Pink (128)", + "colors": ["#8313ff"] + }, + { + "dmxRange": [106, 107], + "type": "ColorPreset", + "comment": "Marine Blue (131)", + "colors": ["#266fff"] + }, + { + "dmxRange": [108, 109], + "type": "ColorPreset", + "comment": "Golden Amber (134)", + "colors": ["#ffba6e"] + }, + { + "dmxRange": [110, 111], + "type": "ColorPreset", + "comment": "Deep Golden Amber (135)", + "colors": ["#ff4d00"] + }, + { + "dmxRange": [112, 113], + "type": "ColorPreset", + "comment": "Pale Lavender (136)", + "colors": ["#4b4eff"] + }, + { + "dmxRange": [114, 115], + "type": "ColorPreset", + "comment": "Special Lavender (137)", + "colors": ["#2e32ff"] + }, + { + "dmxRange": [116, 117], + "type": "ColorPreset", + "comment": "Pale Green (138)", + "colors": ["#8fffe7"] + }, + { + "dmxRange": [118, 119], + "type": "ColorPreset", + "comment": "Summer Blue (140)", + "colors": ["#244cff"] + }, + { + "dmxRange": [120, 121], + "type": "ColorPreset", + "comment": "Pale Violet (142)", + "colors": ["#2324ff"] + }, + { + "dmxRange": [122, 123], + "type": "ColorPreset", + "comment": "Pale Navy Blue (143)", + "colors": ["#1b39ff"] + }, + { + "dmxRange": [124, 125], + "type": "ColorPreset", + "comment": "No Color Blue (144)", + "colors": ["#1d42ff"] + }, + { + "dmxRange": [126, 127], + "type": "ColorPreset", + "comment": "Apricot (147)", + "colors": ["#ffd1ad"] + }, + { + "dmxRange": [128, 129], + "type": "ColorPreset", + "comment": "Bright Rose (148)", + "colors": ["#ff37df"] + }, + { + "dmxRange": [130, 131], + "type": "ColorPreset", + "comment": "Gold Tint (151)", + "colors": ["#9d96ff"] + }, + { + "dmxRange": [132, 133], + "type": "ColorPreset", + "comment": "Pale Gold (152)", + "colors": ["#9c9fff"] + }, + { + "dmxRange": [134, 135], + "type": "ColorPreset", + "comment": "Pale Salmon (153)", + "colors": ["#8a7bff"] + }, + { + "dmxRange": [136, 137], + "type": "ColorPreset", + "comment": "Pale Rose (154)", + "colors": ["#8a8cff"] + }, + { + "dmxRange": [138, 139], + "type": "ColorPreset", + "comment": "Chocolate (156)", + "colors": ["#e0e0ff"] + }, + { + "dmxRange": [140, 141], + "type": "ColorPreset", + "comment": "Pink (157)", + "colors": ["#f577ff"] + }, + { + "dmxRange": [142, 143], + "type": "ColorPreset", + "comment": "No Color Straw (159)", + "colors": ["#7898ff"] + }, + { + "dmxRange": [144, 145], + "type": "ColorPreset", + "comment": "Slate Blue (161)", + "colors": ["#1c2dff"] + }, + { + "dmxRange": [146, 147], + "type": "ColorPreset", + "comment": "Bastard Amber (162)", + "colors": ["#8d99ff"] + }, + { + "dmxRange": [148, 149], + "type": "ColorPreset", + "comment": "Flame Red (164)", + "colors": ["#ff3916"] + }, + { + "dmxRange": [150, 151], + "type": "ColorPreset", + "comment": "Daylight Blue (165)", + "colors": ["#1729ff"] + }, + { + "dmxRange": [152, 153], + "type": "ColorPreset", + "comment": "Lilac Tint (169)", + "colors": ["#5762ff"] + }, + { + "dmxRange": [154, 155], + "type": "ColorPreset", + "comment": "Deep Lavender (170)", + "colors": ["#433aff"] + }, + { + "dmxRange": [156, 157], + "type": "ColorPreset", + "comment": "Dark Steel Blue (174)", + "colors": ["#263bff"] + }, + { + "dmxRange": [158, 159], + "type": "ColorPreset", + "comment": "Loving Amber (176)", + "colors": ["#d49bff"] + }, + { + "dmxRange": [160, 161], + "type": "ColorPreset", + "comment": "Dark Lavender (180)", + "colors": ["#1c0bff"] + }, + { + "dmxRange": [162, 163], + "type": "ColorPreset", + "comment": "Light Red (182)", + "colors": ["#ff2606"] + }, + { + "dmxRange": [164, 165], + "type": "ColorPreset", + "comment": "Flesh Pink (192)", + "colors": ["#9f4fff"] + }, + { + "dmxRange": [166, 167], + "type": "ColorPreset", + "comment": "Surprise Pink (194)", + "colors": ["#312fff"] + }, + { + "dmxRange": [168, 169], + "type": "ColorPreset", + "comment": "Zenith Blue (195)", + "colors": ["#1107ff"] + }, + { + "dmxRange": [170, 171], + "type": "ColorPreset", + "comment": "True Blue (196)", + "colors": ["#2038ff"] + }, + { + "dmxRange": [172, 173], + "type": "ColorPreset", + "comment": "Alice Blue (197)", + "colors": ["#181aff"] + }, + { + "dmxRange": [174, 175], + "type": "ColorPreset", + "comment": "Palace Blue (198)", + "colors": ["#1407ff"] + }, + { + "dmxRange": [176, 177], + "type": "ColorPreset", + "comment": "Regal Blue (199)", + "colors": ["#1f10ff"] + }, + { + "dmxRange": [178, 255], + "type": "NoFunction", + "comment": "Reserved" + } + ] + }, + "Gel 1, LEE 600 Series": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 1], + "type": "ColorPreset", + "comment": "Arctic White (600)", + "colors": ["#2f3fff"] + }, + { + "dmxRange": [2, 3], + "type": "ColorPreset", + "comment": "Silver (601)", + "colors": ["#394dff"] + }, + { + "dmxRange": [4, 5], + "type": "ColorPreset", + "comment": "Platinum (602)", + "colors": ["#4158ff"] + }, + { + "dmxRange": [6, 7], + "type": "ColorPreset", + "comment": "Moonlight White (603)", + "colors": ["#445aff"] + }, + { + "dmxRange": [8, 9], + "type": "ColorPreset", + "comment": "Full CT 85 (604)", + "colors": ["#fff2de"] + }, + { + "dmxRange": [10, 11], + "type": "ColorPreset", + "comment": "Industry Sodium (650)", + "colors": ["#cfffbd"] + }, + { + "dmxRange": [12, 13], + "type": "ColorPreset", + "comment": "HI Sodium (651)", + "colors": ["#ffe3ab"] + }, + { + "dmxRange": [14, 15], + "type": "ColorPreset", + "comment": "Urban Sodium (652)", + "colors": ["#ff993a"] + }, + { + "dmxRange": [16, 17], + "type": "ColorPreset", + "comment": "LO Sodium (653)", + "colors": ["#ffbf4a"] + }, + { + "dmxRange": [18, 255], + "type": "NoFunction", + "comment": "Reserved" + } + ] + }, + "Gel 1, LEE Cosmetic Series": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 1], + "type": "ColorPreset", + "comment": "Cosmetic Peach (184)", + "colors": ["#778fff"] + }, + { + "dmxRange": [2, 3], + "type": "ColorPreset", + "comment": "Cosmetic Silver Rose (186)", + "colors": ["#707bff"] + }, + { + "dmxRange": [4, 5], + "type": "ColorPreset", + "comment": "Cosmetic Rouge (187)", + "colors": ["#8091ff"] + }, + { + "dmxRange": [6, 7], + "type": "ColorPreset", + "comment": "Cosmetic Highlight (188)", + "colors": ["#7b90ff"] + }, + { + "dmxRange": [8, 9], + "type": "ColorPreset", + "comment": "Cosmetic Silver Moss (189)", + "colors": ["#7fa7ff"] + }, + { + "dmxRange": [10, 11], + "type": "ColorPreset", + "comment": "Cosmetic Aqua Blue (191)", + "colors": ["#6082ff"] + }, + { + "dmxRange": [12, 13], + "type": "ColorPreset", + "comment": "Lily Frost (705)", + "colors": ["#3a32ff"] + }, + { + "dmxRange": [14, 15], + "type": "ColorPreset", + "comment": "Shanklin Frost (717)", + "colors": ["#2f41ff"] + }, + { + "dmxRange": [16, 17], + "type": "ColorPreset", + "comment": "Half Shanklin Frost (718)", + "colors": ["#425aff"] + }, + { + "dmxRange": [18, 19], + "type": "ColorPreset", + "comment": "Durham Daylight Frost (720)", + "colors": ["#2a39ff"] + }, + { + "dmxRange": [20, 21], + "type": "ColorPreset", + "comment": "Hampshire Rose (749)", + "colors": ["#898aff"] + }, + { + "dmxRange": [22, 23], + "type": "ColorPreset", + "comment": "Durham Frost (750)", + "colors": ["#6882ff"] + }, + { + "dmxRange": [24, 25], + "type": "ColorPreset", + "comment": "Soft Amber Key 1 (774)", + "colors": ["#a9b1ff"] + }, + { + "dmxRange": [26, 27], + "type": "ColorPreset", + "comment": "Soft Amber Key 2 (775)", + "colors": ["#f2ddff"] + }, + { + "dmxRange": [28, 29], + "type": "ColorPreset", + "comment": "Moroccan Frost (791)", + "colors": ["#a993ff"] + }, + { + "dmxRange": [30, 31], + "type": "ColorPreset", + "comment": "Blue Diffusion (217)", + "colors": ["#6983ff"] + }, + { + "dmxRange": [32, 33], + "type": "ColorPreset", + "comment": "Blue Frost (221)", + "colors": ["#6981ff"] + }, + { + "dmxRange": [34, 35], + "type": "ColorPreset", + "comment": "Daylight Blue Frost (224)", + "colors": ["#3848ff"] + }, + { + "dmxRange": [36, 255], + "type": "NoFunction", + "comment": "Reserved" + } + ] + }, + "Gel 1, LEE 700 Series": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 1], + "type": "ColorPreset", + "comment": "Perfect Lavender (700)", + "colors": ["#1a06ff"] + }, + { + "dmxRange": [2, 3], + "type": "ColorPreset", + "comment": "Provence (701)", + "colors": ["#210dff"] + }, + { + "dmxRange": [4, 5], + "type": "ColorPreset", + "comment": "Special Pale Lavender (702)", + "colors": ["#4c59ff"] + }, + { + "dmxRange": [6, 7], + "type": "ColorPreset", + "comment": "Cold Lavender (703)", + "colors": ["#3929ff"] + }, + { + "dmxRange": [8, 9], + "type": "ColorPreset", + "comment": "Lily (704)", + "colors": ["#423cff"] + }, + { + "dmxRange": [10, 11], + "type": "ColorPreset", + "comment": "King Fals Lavender (706)", + "colors": ["#1d0cff"] + }, + { + "dmxRange": [12, 13], + "type": "ColorPreset", + "comment": "Cool Lavender (708)", + "colors": ["#3e53ff"] + }, + { + "dmxRange": [14, 15], + "type": "ColorPreset", + "comment": "Electric Lilac (709)", + "colors": ["#3340ff"] + }, + { + "dmxRange": [16, 17], + "type": "ColorPreset", + "comment": "Spir Special Blue (710)", + "colors": ["#1b1bff"] + }, + { + "dmxRange": [18, 19], + "type": "ColorPreset", + "comment": "Cold Blue (711)", + "colors": ["#2b33ff"] + }, + { + "dmxRange": [20, 21], + "type": "ColorPreset", + "comment": "Bedford Blue (712)", + "colors": ["#1c24ff"] + }, + { + "dmxRange": [22, 23], + "type": "ColorPreset", + "comment": "Elysian Blue (714)", + "colors": ["#1211ff"] + }, + { + "dmxRange": [24, 25], + "type": "ColorPreset", + "comment": "Cabana Blue (715)", + "colors": ["#130aff"] + }, + { + "dmxRange": [26, 27], + "type": "ColorPreset", + "comment": "Mikkel Blue (716)", + "colors": ["#1104ff"] + }, + { + "dmxRange": [28, 29], + "type": "ColorPreset", + "comment": "Colour Wash Blue (719)", + "colors": ["#1e29ff"] + }, + { + "dmxRange": [30, 31], + "type": "ColorPreset", + "comment": "Berry Blue (721)", + "colors": ["#110cff"] + }, + { + "dmxRange": [32, 33], + "type": "ColorPreset", + "comment": "Virgin Blue (723)", + "colors": ["#1411ff"] + }, + { + "dmxRange": [34, 35], + "type": "ColorPreset", + "comment": "Ocean Blue (724)", + "colors": ["#1e3eff"] + }, + { + "dmxRange": [36, 37], + "type": "ColorPreset", + "comment": "Old Steel Blue (725)", + "colors": ["#375cff"] + }, + { + "dmxRange": [38, 39], + "type": "ColorPreset", + "comment": "Steel Green (728)", + "colors": ["#4170ff"] + }, + { + "dmxRange": [40, 41], + "type": "ColorPreset", + "comment": "Liberty Green (730)", + "colors": ["#5188ff"] + }, + { + "dmxRange": [42, 43], + "type": "ColorPreset", + "comment": "Dirty Ice (731)", + "colors": ["#5f95ff"] + }, + { + "dmxRange": [44, 45], + "type": "ColorPreset", + "comment": "Damp Squib (733)", + "colors": ["#71a6ff"] + }, + { + "dmxRange": [46, 47], + "type": "ColorPreset", + "comment": "JAS Green (738)", + "colors": ["#4fff40"] + }, + { + "dmxRange": [48, 49], + "type": "ColorPreset", + "comment": "Bram Brown (742)", + "colors": ["#f1ffa2"] + }, + { + "dmxRange": [50, 51], + "type": "ColorPreset", + "comment": "Dirty White (744)", + "colors": ["#f5ffbd"] + }, + { + "dmxRange": [52, 53], + "type": "ColorPreset", + "comment": "Brown (746)", + "colors": ["#ffc331"] + }, + { + "dmxRange": [54, 55], + "type": "ColorPreset", + "comment": "Easy White (747)", + "colors": ["#c7b3ff"] + }, + { + "dmxRange": [56, 57], + "type": "ColorPreset", + "comment": "Seedy Pink (748)", + "colors": ["#9057ff"] + }, + { + "dmxRange": [58, 59], + "type": "ColorPreset", + "comment": "Wheat (763)", + "colors": ["#95b9ff"] + }, + { + "dmxRange": [60, 61], + "type": "ColorPreset", + "comment": "Sun Colour Straw (764)", + "colors": ["#b8e0ff"] + }, + { + "dmxRange": [62, 63], + "type": "ColorPreset", + "comment": "LEE Yellow (765)", + "colors": ["#ceffd2"] + }, + { + "dmxRange": [64, 65], + "type": "ColorPreset", + "comment": "Cardbox Amber (773)", + "colors": ["#dbc2ff"] + }, + { + "dmxRange": [66, 67], + "type": "ColorPreset", + "comment": "Nectarine (776)", + "colors": ["#ffdbe4"] + }, + { + "dmxRange": [68, 69], + "type": "ColorPreset", + "comment": "Millennium Gold (778)", + "colors": ["#ff6807"] + }, + { + "dmxRange": [70, 71], + "type": "ColorPreset", + "comment": "Bastard Pink (779)", + "colors": ["#ff7d8d"] + }, + { + "dmxRange": [72, 73], + "type": "ColorPreset", + "comment": "Terry Red (781)", + "colors": ["#ff4305"] + }, + { + "dmxRange": [74, 75], + "type": "ColorPreset", + "comment": "Blood Red (789)", + "colors": ["#ff2500"] + }, + { + "dmxRange": [76, 77], + "type": "ColorPreset", + "comment": "Moroccan Pink (790)", + "colors": ["#af98ff"] + }, + { + "dmxRange": [78, 79], + "type": "ColorPreset", + "comment": "Pretty 'n Pink (794)", + "colors": ["#6d4dff"] + }, + { + "dmxRange": [80, 81], + "type": "ColorPreset", + "comment": "Magical Magenta (795)", + "colors": ["#570dff"] + }, + { + "dmxRange": [82, 255], + "type": "NoFunction", + "comment": "Reserved" + } + ] + }, + "Gel 2, CCT": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 127], + "type": "ColorTemperature", + "colorTemperature": "3200K" + }, + { + "dmxRange": [128, 255], + "type": "ColorTemperature", + "colorTemperature": "5600K" + } + ] + }, + "Gel 2, Color Matching": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 84], + "type": "Maintenance", + "comment": "Best Color" + }, + { + "dmxRange": [85, 170], + "type": "Maintenance", + "comment": "Brightest" + }, + { + "dmxRange": [171, 255], + "type": "Maintenance", + "comment": "No Color Gel" + } + ] + }, + "Gel 2, Brand": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 127], + "type": "Maintenance", + "comment": "Rosco", + "switchChannels": { + "Gel 2, Category": "Gel 2, Category Rosco", + "Gel 2": "Gel 2 Rosco" + } + }, + { + "dmxRange": [128, 255], + "type": "Maintenance", + "comment": "LEE", + "switchChannels": { + "Gel 2, Category": "Gel 2, Category LEE", + "Gel 2": "Gel 2 LEE" + } + } + ] + }, + "Gel 2, Category Rosco": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 50], + "type": "Maintenance", + "comment": "Color Correction", + "switchChannels": { + "Gel 2 Rosco": "Gel 2, Rosco Color Correction" + } + }, + { + "dmxRange": [51, 101], + "type": "Maintenance", + "comment": "CalColor", + "switchChannels": { + "Gel 2 Rosco": "Gel 2, Rosco CalColor" + } + }, + { + "dmxRange": [102, 152], + "type": "Maintenance", + "comment": "Storaro Selection", + "switchChannels": { + "Gel 2 Rosco": "Gel 2, Rosco Storaro Selection" + } + }, + { + "dmxRange": [153, 255], + "type": "Maintenance", + "comment": "Cinelux", + "switchChannels": { + "Gel 2 Rosco": "Gel 2, Rosco Cinelux" + } + } + ] + }, + "Gel 2, Category LEE": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 50], + "type": "Maintenance", + "comment": "Color Correction", + "switchChannels": { + "Gel 2 LEE": "Gel 2, LEE Color Correction" + } + }, + { + "dmxRange": [51, 101], + "type": "Maintenance", + "comment": "Color Filters", + "switchChannels": { + "Gel 2 LEE": "Gel 2, LEE Color Filters" + } + }, + { + "dmxRange": [102, 152], + "type": "Maintenance", + "comment": "600 Series", + "switchChannels": { + "Gel 2 LEE": "Gel 2, LEE 600 Series" + } + }, + { + "dmxRange": [153, 203], + "type": "Maintenance", + "comment": "Cosmetic Filters", + "switchChannels": { + "Gel 2 LEE": "Gel 2, LEE Cosmetic Series" + } + }, + { + "dmxRange": [204, 255], + "type": "Maintenance", + "comment": "700 Series", + "switchChannels": { + "Gel 2 LEE": "Gel 2, LEE 700 Series" + } + } + ] + }, + "Gel 2, Rosco Color Correction": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 1], + "type": "ColorPreset", + "comment": "Full CTB (3202)", + "colors": ["#6a81ff"] + }, + { + "dmxRange": [2, 3], + "type": "ColorPreset", + "comment": "3/4 CTB (3203)", + "colors": ["#839cff"] + }, + { + "dmxRange": [4, 5], + "type": "ColorPreset", + "comment": "1/2 CTB (3204)", + "colors": ["#a3b7ff"] + }, + { + "dmxRange": [6, 7], + "type": "ColorPreset", + "comment": "1/3 CTB (3206)", + "colors": ["#b5c4ff"] + }, + { + "dmxRange": [8, 9], + "type": "ColorPreset", + "comment": "1/4 CTB (3208)", + "colors": ["#cdd6ff"] + }, + { + "dmxRange": [10, 11], + "type": "ColorPreset", + "comment": "1/8 CTB (3216)", + "colors": ["#ebf0ff"] + }, + { + "dmxRange": [12, 13], + "type": "ColorPreset", + "comment": "Double CTB (3220)", + "colors": ["#2c35ff"] + }, + { + "dmxRange": [14, 15], + "type": "ColorPreset", + "comment": "Full CTO (3407)", + "colors": ["#ffad49"] + }, + { + "dmxRange": [16, 17], + "type": "ColorPreset", + "comment": "3/4 CTO (3411)", + "colors": ["#ffb85b"] + }, + { + "dmxRange": [18, 19], + "type": "ColorPreset", + "comment": "1/2 CTO (3408)", + "colors": ["#ffd585"] + }, + { + "dmxRange": [20, 21], + "type": "ColorPreset", + "comment": "1/4 CTO (3409)", + "colors": ["#ffebbf"] + }, + { + "dmxRange": [22, 23], + "type": "ColorPreset", + "comment": "1/8 CTO (3410)", + "colors": ["#fff5d8"] + }, + { + "dmxRange": [24, 25], + "type": "ColorPreset", + "comment": "Double CTO (3420)", + "colors": ["#ff7a21"] + }, + { + "dmxRange": [26, 27], + "type": "ColorPreset", + "comment": "Full CTS (3441)", + "colors": ["#ffbb4d"] + }, + { + "dmxRange": [28, 29], + "type": "ColorPreset", + "comment": "1/2 CTS (3442)", + "colors": ["#ffdf88"] + }, + { + "dmxRange": [30, 31], + "type": "ColorPreset", + "comment": "1/4 CTS (3443)", + "colors": ["#fff3c1"] + }, + { + "dmxRange": [32, 33], + "type": "ColorPreset", + "comment": "1/8 CTS (3444)", + "colors": ["#fff8da"] + }, + { + "dmxRange": [34, 35], + "type": "ColorPreset", + "comment": "Full Plusgreen (3304)", + "colors": ["#d0ff95"] + }, + { + "dmxRange": [36, 37], + "type": "ColorPreset", + "comment": "1/2 Plusgreen (3315)", + "colors": ["#e4ffc3"] + }, + { + "dmxRange": [38, 39], + "type": "ColorPreset", + "comment": "1/4 Plusgreen (3316)", + "colors": ["#f4ffdc"] + }, + { + "dmxRange": [40, 41], + "type": "ColorPreset", + "comment": "1/8 Plusgreen (3317)", + "colors": ["#fbffe4"] + }, + { + "dmxRange": [42, 43], + "type": "ColorPreset", + "comment": "Full Minusgreen (3308)", + "colors": ["#ffbbf4"] + }, + { + "dmxRange": [44, 45], + "type": "ColorPreset", + "comment": "3/4 Minusgreen (3309)", + "colors": ["#ffcaee"] + }, + { + "dmxRange": [46, 47], + "type": "ColorPreset", + "comment": "1/2 Minusgreen (3313)", + "colors": ["#ffd5f6"] + }, + { + "dmxRange": [48, 49], + "type": "ColorPreset", + "comment": "1/4 Minusgreen (3314)", + "colors": ["#ffe9f8"] + }, + { + "dmxRange": [50, 51], + "type": "ColorPreset", + "comment": "1/8 Minusgreen (3318)", + "colors": ["#fff2ef"] + }, + { + "dmxRange": [52, 53], + "type": "ColorPreset", + "comment": "Fluorofilter (3310)", + "colors": ["#ff8840"] + }, + { + "dmxRange": [54, 55], + "type": "ColorPreset", + "comment": "Industrial Vapor (3150)", + "colors": ["#fffc63"] + }, + { + "dmxRange": [56, 57], + "type": "ColorPreset", + "comment": "Urban Vapor (3152)", + "colors": ["#ff901b"] + }, + { + "dmxRange": [58, 59], + "type": "ColorPreset", + "comment": "Tough Y-1 (3107)", + "colors": ["#ffffbe"] + }, + { + "dmxRange": [60, 61], + "type": "ColorPreset", + "comment": "Tough MT 54 (3134)", + "colors": ["#ffedab"] + }, + { + "dmxRange": [62, 63], + "type": "ColorPreset", + "comment": "Tough MTY (3106)", + "colors": ["#ffa940"] + }, + { + "dmxRange": [64, 65], + "type": "ColorPreset", + "comment": "Tough MT2 (3102)", + "colors": ["#ffc250"] + }, + { + "dmxRange": [66, 255], + "type": "NoFunction", + "comment": "Reserved" + } + ] + }, + "Gel 2, Rosco CalColor": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 1], + "type": "ColorPreset", + "comment": "15 Blue (4215)", + "colors": ["#b6bbff"] + }, + { + "dmxRange": [2, 3], + "type": "ColorPreset", + "comment": "30 Blue (4230)", + "colors": ["#838bff"] + }, + { + "dmxRange": [4, 5], + "type": "ColorPreset", + "comment": "60 Blue (4260)", + "colors": ["#504eff"] + }, + { + "dmxRange": [6, 7], + "type": "ColorPreset", + "comment": "90 Blue (4290)", + "colors": ["#2c20ff"] + }, + { + "dmxRange": [8, 9], + "type": "ColorPreset", + "comment": "7 Cyan (4307)", + "colors": ["#ffdf6d"] + }, + { + "dmxRange": [10, 11], + "type": "ColorPreset", + "comment": "15 Cyan (4315)", + "colors": ["#d5f9ff"] + }, + { + "dmxRange": [12, 13], + "type": "ColorPreset", + "comment": "30 Cyan (4330)", + "colors": ["#aae7ff"] + }, + { + "dmxRange": [14, 15], + "type": "ColorPreset", + "comment": "60 Cyan (4360)", + "colors": ["#75d8ff"] + }, + { + "dmxRange": [16, 17], + "type": "ColorPreset", + "comment": "90 Cyan (4390)", + "colors": ["#4ec3ff"] + }, + { + "dmxRange": [18, 19], + "type": "ColorPreset", + "comment": "15 Green (4415)", + "colors": ["#d8ffb9"] + }, + { + "dmxRange": [20, 21], + "type": "ColorPreset", + "comment": "30 Green (4430)", + "colors": ["#b3ff87"] + }, + { + "dmxRange": [22, 23], + "type": "ColorPreset", + "comment": "60 Green (4460)", + "colors": ["#86ff56"] + }, + { + "dmxRange": [24, 25], + "type": "ColorPreset", + "comment": "90 Green (4490)", + "colors": ["#62ff3b"] + }, + { + "dmxRange": [26, 27], + "type": "ColorPreset", + "comment": "15 Yellow (4515)", + "colors": ["#fbffb3"] + }, + { + "dmxRange": [28, 29], + "type": "ColorPreset", + "comment": "30 Yellow (4530)", + "colors": ["#f7ff85"] + }, + { + "dmxRange": [30, 31], + "type": "ColorPreset", + "comment": "60 Yellow (4560)", + "colors": ["#f6ff4c"] + }, + { + "dmxRange": [32, 33], + "type": "ColorPreset", + "comment": "90 Yellow (4590)", + "colors": ["#fbff31"] + }, + { + "dmxRange": [34, 35], + "type": "ColorPreset", + "comment": "15 Red (4615)", + "colors": ["#ffd5c2"] + }, + { + "dmxRange": [36, 37], + "type": "ColorPreset", + "comment": "30 Red (4630)", + "colors": ["#ffb08d"] + }, + { + "dmxRange": [38, 39], + "type": "ColorPreset", + "comment": "60 Red (4660)", + "colors": ["#ff7f4d"] + }, + { + "dmxRange": [40, 41], + "type": "ColorPreset", + "comment": "90 Red (4690)", + "colors": ["#ff5725"] + }, + { + "dmxRange": [42, 43], + "type": "ColorPreset", + "comment": "15 Magenta (4715)", + "colors": ["#fbceff"] + }, + { + "dmxRange": [44, 45], + "type": "ColorPreset", + "comment": "30 Magenta (4730)", + "colors": ["#f5a0ff"] + }, + { + "dmxRange": [46, 47], + "type": "ColorPreset", + "comment": "60 Magenta (4760)", + "colors": ["#ea5eff"] + }, + { + "dmxRange": [48, 49], + "type": "ColorPreset", + "comment": "90 Magenta (4790)", + "colors": ["#eb49ff"] + }, + { + "dmxRange": [50, 51], + "type": "ColorPreset", + "comment": "15 Pink (4815)", + "colors": ["#ffd0df"] + }, + { + "dmxRange": [52, 53], + "type": "ColorPreset", + "comment": "30 Pink (4830)", + "colors": ["#ffa6be"] + }, + { + "dmxRange": [54, 55], + "type": "ColorPreset", + "comment": "60 Pink (4860)", + "colors": ["#ff7c94"] + }, + { + "dmxRange": [56, 57], + "type": "ColorPreset", + "comment": "90 Pink (4890)", + "colors": ["#ff5660"] + }, + { + "dmxRange": [58, 59], + "type": "ColorPreset", + "comment": "15 Lavender (4915)", + "colors": ["#d0bbff"] + }, + { + "dmxRange": [60, 61], + "type": "ColorPreset", + "comment": "30 Lavender (4930)", + "colors": ["#b893ff"] + }, + { + "dmxRange": [62, 63], + "type": "ColorPreset", + "comment": "60 Lavender (4960)", + "colors": ["#8a53ff"] + }, + { + "dmxRange": [64, 65], + "type": "ColorPreset", + "comment": "90 Lavender (4990)", + "colors": ["#632eff"] + }, + { + "dmxRange": [66, 255], + "type": "NoFunction", + "comment": "Reserved" + } + ] + }, + "Gel 2, Rosco Storaro Selection": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 1], + "type": "ColorPreset", + "comment": "VS Red (2001)", + "colors": ["#ff2307"] + }, + { + "dmxRange": [2, 3], + "type": "ColorPreset", + "comment": "VS Orange (2002)", + "colors": ["#ff7a21"] + }, + { + "dmxRange": [4, 5], + "type": "ColorPreset", + "comment": "VS Yellow (2003)", + "colors": ["#ffcc14"] + }, + { + "dmxRange": [6, 7], + "type": "ColorPreset", + "comment": "VS Green (2004)", + "colors": ["#25ff55"] + }, + { + "dmxRange": [8, 9], + "type": "ColorPreset", + "comment": "VS Cyan (2005)", + "colors": ["#2ca5ff"] + }, + { + "dmxRange": [10, 11], + "type": "ColorPreset", + "comment": "VS Azure (2006)", + "colors": ["#141fff"] + }, + { + "dmxRange": [12, 13], + "type": "ColorPreset", + "comment": "VS Blue (2007)", + "colors": ["#2c35ff"] + }, + { + "dmxRange": [14, 15], + "type": "ColorPreset", + "comment": "VS Indigo (2008)", + "colors": ["#2612ff"] + }, + { + "dmxRange": [16, 17], + "type": "ColorPreset", + "comment": "VS Violet (2009)", + "colors": ["#741fff"] + }, + { + "dmxRange": [18, 19], + "type": "ColorPreset", + "comment": "VS Magenta (2010)", + "colors": ["#eb49ff"] + }, + { + "dmxRange": [20, 255], + "type": "NoFunction", + "comment": "Reserved" + } + ] + }, + "Gel 2, Rosco Cinelux": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 1], + "type": "ColorPreset", + "comment": "Bastard Amber (2)", + "colors": ["#ffdba5"] + }, + { + "dmxRange": [2, 3], + "type": "ColorPreset", + "comment": "Pale Bastard Amber (302)", + "colors": ["#fff0d6"] + }, + { + "dmxRange": [4, 5], + "type": "ColorPreset", + "comment": "No Color Straw (6)", + "colors": ["#feffcd"] + }, + { + "dmxRange": [6, 7], + "type": "ColorPreset", + "comment": "Pale Gold (8)", + "colors": ["#ffeead"] + }, + { + "dmxRange": [8, 9], + "type": "ColorPreset", + "comment": "Daffodil (310)", + "colors": ["#faff59"] + }, + { + "dmxRange": [10, 11], + "type": "ColorPreset", + "comment": "Straw (12)", + "colors": ["#feff2c"] + }, + { + "dmxRange": [12, 13], + "type": "ColorPreset", + "comment": "Light Amber (16)", + "colors": ["#ffc24e"] + }, + { + "dmxRange": [14, 15], + "type": "ColorPreset", + "comment": "Gallo Gold (316)", + "colors": ["#ffb95a"] + }, + { + "dmxRange": [16, 17], + "type": "ColorPreset", + "comment": "Light Flame (17)", + "colors": ["#ffa54e"] + }, + { + "dmxRange": [18, 19], + "type": "ColorPreset", + "comment": "Flame (18)", + "colors": ["#ffac45"] + }, + { + "dmxRange": [20, 21], + "type": "ColorPreset", + "comment": "Mayan Sun (318)", + "colors": ["#ff8441"] + }, + { + "dmxRange": [22, 23], + "type": "ColorPreset", + "comment": "Golden Amber (21)", + "colors": ["#ff8109"] + }, + { + "dmxRange": [24, 25], + "type": "ColorPreset", + "comment": "Soft Golden Amber (321)", + "colors": ["#ff9633"] + }, + { + "dmxRange": [26, 27], + "type": "ColorPreset", + "comment": "Orange (23)", + "colors": ["#ff640b"] + }, + { + "dmxRange": [28, 29], + "type": "ColorPreset", + "comment": "Henna Sky (325)", + "colors": ["#ff4a0d"] + }, + { + "dmxRange": [30, 31], + "type": "ColorPreset", + "comment": "Light Red (26)", + "colors": ["#ff2307"] + }, + { + "dmxRange": [32, 33], + "type": "ColorPreset", + "comment": "No Color Pink (33)", + "colors": ["#ffc8e2"] + }, + { + "dmxRange": [34, 35], + "type": "ColorPreset", + "comment": "Blush Pink (333)", + "colors": ["#ffd5f6"] + }, + { + "dmxRange": [36, 37], + "type": "ColorPreset", + "comment": "Flesh Pink (34)", + "colors": ["#ff939f"] + }, + { + "dmxRange": [38, 39], + "type": "ColorPreset", + "comment": "Pale Rose Pink (37)", + "colors": ["#ffbbf5"] + }, + { + "dmxRange": [40, 41], + "type": "ColorPreset", + "comment": "Salmon (41)", + "colors": ["#ff471c"] + }, + { + "dmxRange": [42, 43], + "type": "ColorPreset", + "comment": "Deep Salmon (42)", + "colors": ["#ff2b25"] + }, + { + "dmxRange": [44, 45], + "type": "ColorPreset", + "comment": "Middle Rose (44)", + "colors": ["#ff5bd3"] + }, + { + "dmxRange": [46, 47], + "type": "ColorPreset", + "comment": "Light Rose Purple (47)", + "colors": ["#954fff"] + }, + { + "dmxRange": [48, 49], + "type": "ColorPreset", + "comment": "Surprise Pink (51)", + "colors": ["#cbb5ff"] + }, + { + "dmxRange": [50, 51], + "type": "ColorPreset", + "comment": "No Color Blue (60)", + "colors": ["#99b0ff"] + }, + { + "dmxRange": [52, 53], + "type": "ColorPreset", + "comment": "Clearwater (360)", + "colors": ["#a3b7ff"] + }, + { + "dmxRange": [54, 55], + "type": "ColorPreset", + "comment": "Booster Blue (62)", + "colors": ["#7da3ff"] + }, + { + "dmxRange": [56, 57], + "type": "ColorPreset", + "comment": "Tipton Blue (362)", + "colors": ["#728bff"] + }, + { + "dmxRange": [58, 59], + "type": "ColorPreset", + "comment": "Blue Bell (364)", + "colors": ["#566fff"] + }, + { + "dmxRange": [60, 61], + "type": "ColorPreset", + "comment": "Daylight Blue (65)", + "colors": ["#3767ff"] + }, + { + "dmxRange": [62, 63], + "type": "ColorPreset", + "comment": "Tharon Delft Blue (365)", + "colors": ["#6a81ff"] + }, + { + "dmxRange": [64, 65], + "type": "ColorPreset", + "comment": "Cerulean Blue (375)", + "colors": ["#207aff"] + }, + { + "dmxRange": [66, 67], + "type": "ColorPreset", + "comment": "Bermuda Blue (376)", + "colors": ["#3170ff"] + }, + { + "dmxRange": [68, 69], + "type": "ColorPreset", + "comment": "Green Blue (77)", + "colors": ["#1435ff"] + }, + { + "dmxRange": [70, 71], + "type": "ColorPreset", + "comment": "Alice Blue (378)", + "colors": ["#3e3cff"] + }, + { + "dmxRange": [72, 73], + "type": "ColorPreset", + "comment": "Primary Blue (80)", + "colors": ["#141fff"] + }, + { + "dmxRange": [74, 75], + "type": "ColorPreset", + "comment": "Baldassari Blue (381)", + "colors": ["#1f18ff"] + }, + { + "dmxRange": [76, 77], + "type": "ColorPreset", + "comment": "Medium Blue (83)", + "colors": ["#130fff"] + }, + { + "dmxRange": [78, 79], + "type": "ColorPreset", + "comment": "Pale Yellow Green (87)", + "colors": ["#e4ffc2"] + }, + { + "dmxRange": [80, 81], + "type": "ColorPreset", + "comment": "Light Green (88)", + "colors": ["#d0ff96"] + }, + { + "dmxRange": [82, 83], + "type": "ColorPreset", + "comment": "Moss Green (89)", + "colors": ["#60ff74"] + }, + { + "dmxRange": [84, 85], + "type": "ColorPreset", + "comment": "Primary Green (91)", + "colors": ["#3cffa4"] + }, + { + "dmxRange": [86, 87], + "type": "ColorPreset", + "comment": "Turquoise (92)", + "colors": ["#78fffe"] + }, + { + "dmxRange": [88, 89], + "type": "ColorPreset", + "comment": "Blue Green (93)", + "colors": ["#5cd3ff"] + }, + { + "dmxRange": [90, 91], + "type": "ColorPreset", + "comment": "Chocolate (99)", + "colors": ["#ffc48d"] + }, + { + "dmxRange": [92, 255], + "type": "NoFunction", + "comment": "Reserved" + } + ] + }, + "Gel 2, LEE Color Correction": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 1], + "type": "ColorPreset", + "comment": "Double CTB (200)", + "colors": ["#313eff"] + }, + { + "dmxRange": [2, 3], + "type": "ColorPreset", + "comment": "Full CTB (201)", + "colors": ["#647bff"] + }, + { + "dmxRange": [4, 5], + "type": "ColorPreset", + "comment": "3/4 CTB (281)", + "colors": ["#7789ff"] + }, + { + "dmxRange": [6, 7], + "type": "ColorPreset", + "comment": "1/2 CTB (202)", + "colors": ["#9bb2ff"] + }, + { + "dmxRange": [8, 9], + "type": "ColorPreset", + "comment": "1/4 CTB (203)", + "colors": ["#c3d3ff"] + }, + { + "dmxRange": [10, 11], + "type": "ColorPreset", + "comment": "1/8 CTB (218)", + "colors": ["#e0eaff"] + }, + { + "dmxRange": [12, 13], + "type": "ColorPreset", + "comment": "Double CTO (287)", + "colors": ["#ff9317"] + }, + { + "dmxRange": [14, 15], + "type": "ColorPreset", + "comment": "Full CTO (204)", + "colors": ["#ffbf4d"] + }, + { + "dmxRange": [16, 17], + "type": "ColorPreset", + "comment": "3/4 CTO (285)", + "colors": ["#ffcc61"] + }, + { + "dmxRange": [18, 19], + "type": "ColorPreset", + "comment": "1/2 CTO (205)", + "colors": ["#ffdf8b"] + }, + { + "dmxRange": [20, 21], + "type": "ColorPreset", + "comment": "1/4 CTO (206)", + "colors": ["#ffeeb7"] + }, + { + "dmxRange": [22, 23], + "type": "ColorPreset", + "comment": "1/8 CTO (223)", + "colors": ["#fff6d5"] + }, + { + "dmxRange": [24, 25], + "type": "ColorPreset", + "comment": "1 1/2 CTB (283)", + "colors": ["#4559ff"] + }, + { + "dmxRange": [26, 27], + "type": "ColorPreset", + "comment": "1 1/2 CTO (286)", + "colors": ["#ffa728"] + }, + { + "dmxRange": [28, 29], + "type": "ColorPreset", + "comment": "Full CTS (441)", + "colors": ["#ffbe4c"] + }, + { + "dmxRange": [30, 31], + "type": "ColorPreset", + "comment": "1/2 CTS (442)", + "colors": ["#ffe085"] + }, + { + "dmxRange": [32, 33], + "type": "ColorPreset", + "comment": "1/4 CTS (443)", + "colors": ["#fff1bb"] + }, + { + "dmxRange": [34, 35], + "type": "ColorPreset", + "comment": "1/8 CTS (444)", + "colors": ["#fff8de"] + }, + { + "dmxRange": [36, 37], + "type": "ColorPreset", + "comment": "Full CTO + .3 ND (207)", + "colors": ["#ffc148"] + }, + { + "dmxRange": [38, 39], + "type": "ColorPreset", + "comment": "Full CTO + .6 ND (208)", + "colors": ["#ffbe4b"] + }, + { + "dmxRange": [40, 41], + "type": "ColorPreset", + "comment": "L.C.T. Yellow (Y1) (212)", + "colors": ["#ffffbe"] + }, + { + "dmxRange": [42, 43], + "type": "ColorPreset", + "comment": "White Flame Green (213)", + "colors": ["#d5ffd0"] + }, + { + "dmxRange": [44, 45], + "type": "ColorPreset", + "comment": "LEE Fluorescent Green (219)", + "colors": ["#74e0ff"] + }, + { + "dmxRange": [46, 47], + "type": "ColorPreset", + "comment": "Super Correction L.C.T. Yellow (230)", + "colors": ["#ffe596"] + }, + { + "dmxRange": [48, 49], + "type": "ColorPreset", + "comment": "Super Correction W.F. Green (232)", + "colors": ["#ffc55c"] + }, + { + "dmxRange": [50, 51], + "type": "ColorPreset", + "comment": "H.M.I. (to Tungsten) (236)", + "colors": ["#ffbd5a"] + }, + { + "dmxRange": [52, 53], + "type": "ColorPreset", + "comment": "C.I.D. (to Tungsten) (237)", + "colors": ["#ff9955"] + }, + { + "dmxRange": [54, 55], + "type": "ColorPreset", + "comment": "C.S.I. (to Tungsten) (238)", + "colors": ["#ffa994"] + }, + { + "dmxRange": [56, 57], + "type": "ColorPreset", + "comment": "LEE Fluorescent 5700 Kelvin (241)", + "colors": ["#71b6ff"] + }, + { + "dmxRange": [58, 59], + "type": "ColorPreset", + "comment": "LEE Fluorescent 4300 Kelvin (242)", + "colors": ["#9cfff2"] + }, + { + "dmxRange": [60, 61], + "type": "ColorPreset", + "comment": "LEE Fluorescent 3600 Kelvin (243)", + "colors": ["#aeffc7"] + }, + { + "dmxRange": [62, 63], + "type": "ColorPreset", + "comment": "LEE Plus Green (244)", + "colors": ["#cfff9e"] + }, + { + "dmxRange": [64, 65], + "type": "ColorPreset", + "comment": "1/2 Plus Green (245)", + "colors": ["#e3ffc5"] + }, + { + "dmxRange": [66, 67], + "type": "ColorPreset", + "comment": "1/4 Plus Green (246)", + "colors": ["#f0ffdd"] + }, + { + "dmxRange": [68, 69], + "type": "ColorPreset", + "comment": "1/8 Plus Green (278)", + "colors": ["#f8ffed"] + }, + { + "dmxRange": [70, 71], + "type": "ColorPreset", + "comment": "LEE Minus Green (247)", + "colors": ["#ffb0e6"] + }, + { + "dmxRange": [72, 73], + "type": "ColorPreset", + "comment": "1/2 Minus Green (248)", + "colors": ["#ffd3f0"] + }, + { + "dmxRange": [74, 75], + "type": "ColorPreset", + "comment": "1/4 Minus Green (249)", + "colors": ["#ffe7f8"] + }, + { + "dmxRange": [76, 77], + "type": "ColorPreset", + "comment": "1/8 Minus Green (279)", + "colors": ["#fff2f8"] + }, + { + "dmxRange": [78, 255], + "type": "NoFunction", + "comment": "Reserved" + } + ] + }, + "Gel 2, LEE Color Filters": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 1], + "type": "ColorPreset", + "comment": "Rose Pink (2)", + "colors": ["#ff5bfd"] + }, + { + "dmxRange": [2, 3], + "type": "ColorPreset", + "comment": "Lavender Tint (3)", + "colors": ["#ede2ff"] + }, + { + "dmxRange": [4, 5], + "type": "ColorPreset", + "comment": "Medium Bastard Amber (4)", + "colors": ["#ffbb92"] + }, + { + "dmxRange": [6, 7], + "type": "ColorPreset", + "comment": "Pale Yellow (7)", + "colors": ["#ffffb2"] + }, + { + "dmxRange": [8, 9], + "type": "ColorPreset", + "comment": "Dark Salmon (8)", + "colors": ["#ff722c"] + }, + { + "dmxRange": [10, 11], + "type": "ColorPreset", + "comment": "Pale Amber Gold (9)", + "colors": ["#ffdb82"] + }, + { + "dmxRange": [12, 13], + "type": "ColorPreset", + "comment": "Medium Yellow (10)", + "colors": ["#f8ff22"] + }, + { + "dmxRange": [14, 15], + "type": "ColorPreset", + "comment": "Straw Tint (13)", + "colors": ["#ffdc68"] + }, + { + "dmxRange": [16, 17], + "type": "ColorPreset", + "comment": "Surprise Peach (17)", + "colors": ["#ff9640"] + }, + { + "dmxRange": [18, 19], + "type": "ColorPreset", + "comment": "Fire (19)", + "colors": ["#ff3404"] + }, + { + "dmxRange": [20, 21], + "type": "ColorPreset", + "comment": "Medium Amber (20)", + "colors": ["#ffa313"] + }, + { + "dmxRange": [22, 23], + "type": "ColorPreset", + "comment": "Gold Amber (21)", + "colors": ["#ff6905"] + }, + { + "dmxRange": [24, 25], + "type": "ColorPreset", + "comment": "Dark Amber (22)", + "colors": ["#ff4c01"] + }, + { + "dmxRange": [26, 27], + "type": "ColorPreset", + "comment": "Scarlet (24)", + "colors": ["#ff3f22"] + }, + { + "dmxRange": [28, 29], + "type": "ColorPreset", + "comment": "Sunset Red (25)", + "colors": ["#ff5615"] + }, + { + "dmxRange": [30, 31], + "type": "ColorPreset", + "comment": "Bright Red (26)", + "colors": ["#ff1a02"] + }, + { + "dmxRange": [32, 33], + "type": "ColorPreset", + "comment": "Light Pink (35)", + "colors": ["#756cff"] + }, + { + "dmxRange": [34, 35], + "type": "ColorPreset", + "comment": "Medium Pink (36)", + "colors": ["#875aff"] + }, + { + "dmxRange": [36, 37], + "type": "ColorPreset", + "comment": "Dark Magenta (46)", + "colors": ["#ff21b0"] + }, + { + "dmxRange": [38, 39], + "type": "ColorPreset", + "comment": "Rose Purple (48)", + "colors": ["#461dff"] + }, + { + "dmxRange": [40, 41], + "type": "ColorPreset", + "comment": "Light Lavender (52)", + "colors": ["#3c3aff"] + }, + { + "dmxRange": [42, 43], + "type": "ColorPreset", + "comment": "Paler Lavender (53)", + "colors": ["#5065ff"] + }, + { + "dmxRange": [44, 45], + "type": "ColorPreset", + "comment": "Lavender (58)", + "colors": ["#2010ff"] + }, + { + "dmxRange": [46, 47], + "type": "ColorPreset", + "comment": "Mist Blue (61)", + "colors": ["#4664ff"] + }, + { + "dmxRange": [48, 49], + "type": "ColorPreset", + "comment": "Pale Blue (63)", + "colors": ["#3c59ff"] + }, + { + "dmxRange": [50, 51], + "type": "ColorPreset", + "comment": "Sky Blue (68)", + "colors": ["#121aff"] + }, + { + "dmxRange": [52, 53], + "type": "ColorPreset", + "comment": "Evening Blue (75)", + "colors": ["#1416ff"] + }, + { + "dmxRange": [54, 55], + "type": "ColorPreset", + "comment": "Just Blue (79)", + "colors": ["#110eff"] + }, + { + "dmxRange": [56, 57], + "type": "ColorPreset", + "comment": "Deeper Blue (85)", + "colors": ["#1107ff"] + }, + { + "dmxRange": [58, 59], + "type": "ColorPreset", + "comment": "Lime Green (88)", + "colors": ["#7eff68"] + }, + { + "dmxRange": [60, 61], + "type": "ColorPreset", + "comment": "Moss Green (89)", + "colors": ["#38ff7b"] + }, + { + "dmxRange": [62, 63], + "type": "ColorPreset", + "comment": "Dark Yellow Green (90)", + "colors": ["#15ff53"] + }, + { + "dmxRange": [64, 65], + "type": "ColorPreset", + "comment": "Spring Yellow (100)", + "colors": ["#a6ff43"] + }, + { + "dmxRange": [66, 67], + "type": "ColorPreset", + "comment": "Yellow (101)", + "colors": ["#c5ff20"] + }, + { + "dmxRange": [68, 69], + "type": "ColorPreset", + "comment": "Light Amber (102)", + "colors": ["#daff66"] + }, + { + "dmxRange": [70, 71], + "type": "ColorPreset", + "comment": "Straw (103)", + "colors": ["#9ab8ff"] + }, + { + "dmxRange": [72, 73], + "type": "ColorPreset", + "comment": "Deep Amber (104)", + "colors": ["#f3ff26"] + }, + { + "dmxRange": [74, 75], + "type": "ColorPreset", + "comment": "Primary Red (106)", + "colors": ["#ff2104"] + }, + { + "dmxRange": [76, 77], + "type": "ColorPreset", + "comment": "Light Rose (107)", + "colors": ["#a979ff"] + }, + { + "dmxRange": [78, 79], + "type": "ColorPreset", + "comment": "English Rose (108)", + "colors": ["#fbd0ff"] + }, + { + "dmxRange": [80, 81], + "type": "ColorPreset", + "comment": "Light Salmon (109)", + "colors": ["#a17dff"] + }, + { + "dmxRange": [82, 83], + "type": "ColorPreset", + "comment": "Middle Rose (110)", + "colors": ["#7b5fff"] + }, + { + "dmxRange": [84, 85], + "type": "ColorPreset", + "comment": "Dark Pink (111)", + "colors": ["#9147ff"] + }, + { + "dmxRange": [86, 87], + "type": "ColorPreset", + "comment": "Magenta (113)", + "colors": ["#ff1e80"] + }, + { + "dmxRange": [88, 89], + "type": "ColorPreset", + "comment": "Peacock Blue (115)", + "colors": ["#175fff"] + }, + { + "dmxRange": [90, 91], + "type": "ColorPreset", + "comment": "Steel Blue (117)", + "colors": ["#3660ff"] + }, + { + "dmxRange": [92, 93], + "type": "ColorPreset", + "comment": "Light Blue (118)", + "colors": ["#1333ff"] + }, + { + "dmxRange": [94, 95], + "type": "ColorPreset", + "comment": "Deep Blue (120)", + "colors": ["#1103ff"] + }, + { + "dmxRange": [96, 97], + "type": "ColorPreset", + "comment": "LEE Green (121)", + "colors": ["#61ff6e"] + }, + { + "dmxRange": [98, 99], + "type": "ColorPreset", + "comment": "Fern Green (122)", + "colors": ["#48ff90"] + }, + { + "dmxRange": [100, 101], + "type": "ColorPreset", + "comment": "Dark Green (124)", + "colors": ["#17ff9d"] + }, + { + "dmxRange": [102, 103], + "type": "ColorPreset", + "comment": "Smokey Pink (127)", + "colors": ["#ae65ff"] + }, + { + "dmxRange": [104, 105], + "type": "ColorPreset", + "comment": "Bright Pink (128)", + "colors": ["#8313ff"] + }, + { + "dmxRange": [106, 107], + "type": "ColorPreset", + "comment": "Marine Blue (131)", + "colors": ["#266fff"] + }, + { + "dmxRange": [108, 109], + "type": "ColorPreset", + "comment": "Golden Amber (134)", + "colors": ["#ffba6e"] + }, + { + "dmxRange": [110, 111], + "type": "ColorPreset", + "comment": "Deep Golden Amber (135)", + "colors": ["#ff4d00"] + }, + { + "dmxRange": [112, 113], + "type": "ColorPreset", + "comment": "Pale Lavender (136)", + "colors": ["#4b4eff"] + }, + { + "dmxRange": [114, 115], + "type": "ColorPreset", + "comment": "Special Lavender (137)", + "colors": ["#2e32ff"] + }, + { + "dmxRange": [116, 117], + "type": "ColorPreset", + "comment": "Pale Green (138)", + "colors": ["#8fffe7"] + }, + { + "dmxRange": [118, 119], + "type": "ColorPreset", + "comment": "Summer Blue (140)", + "colors": ["#244cff"] + }, + { + "dmxRange": [120, 121], + "type": "ColorPreset", + "comment": "Pale Violet (142)", + "colors": ["#2324ff"] + }, + { + "dmxRange": [122, 123], + "type": "ColorPreset", + "comment": "Pale Navy Blue (143)", + "colors": ["#1b39ff"] + }, + { + "dmxRange": [124, 125], + "type": "ColorPreset", + "comment": "No Color Blue (144)", + "colors": ["#1d42ff"] + }, + { + "dmxRange": [126, 127], + "type": "ColorPreset", + "comment": "Apricot (147)", + "colors": ["#ffd1ad"] + }, + { + "dmxRange": [128, 129], + "type": "ColorPreset", + "comment": "Bright Rose (148)", + "colors": ["#ff37df"] + }, + { + "dmxRange": [130, 131], + "type": "ColorPreset", + "comment": "Gold Tint (151)", + "colors": ["#9d96ff"] + }, + { + "dmxRange": [132, 133], + "type": "ColorPreset", + "comment": "Pale Gold (152)", + "colors": ["#9c9fff"] + }, + { + "dmxRange": [134, 135], + "type": "ColorPreset", + "comment": "Pale Salmon (153)", + "colors": ["#8a7bff"] + }, + { + "dmxRange": [136, 137], + "type": "ColorPreset", + "comment": "Pale Rose (154)", + "colors": ["#8a8cff"] + }, + { + "dmxRange": [138, 139], + "type": "ColorPreset", + "comment": "Chocolate (156)", + "colors": ["#e0e0ff"] + }, + { + "dmxRange": [140, 141], + "type": "ColorPreset", + "comment": "Pink (157)", + "colors": ["#f577ff"] + }, + { + "dmxRange": [142, 143], + "type": "ColorPreset", + "comment": "No Color Straw (159)", + "colors": ["#7898ff"] + }, + { + "dmxRange": [144, 145], + "type": "ColorPreset", + "comment": "Slate Blue (161)", + "colors": ["#1c2dff"] + }, + { + "dmxRange": [146, 147], + "type": "ColorPreset", + "comment": "Bastard Amber (162)", + "colors": ["#8d99ff"] + }, + { + "dmxRange": [148, 149], + "type": "ColorPreset", + "comment": "Flame Red (164)", + "colors": ["#ff3916"] + }, + { + "dmxRange": [150, 151], + "type": "ColorPreset", + "comment": "Daylight Blue (165)", + "colors": ["#1729ff"] + }, + { + "dmxRange": [152, 153], + "type": "ColorPreset", + "comment": "Lilac Tint (169)", + "colors": ["#5762ff"] + }, + { + "dmxRange": [154, 155], + "type": "ColorPreset", + "comment": "Deep Lavender (170)", + "colors": ["#433aff"] + }, + { + "dmxRange": [156, 157], + "type": "ColorPreset", + "comment": "Dark Steel Blue (174)", + "colors": ["#263bff"] + }, + { + "dmxRange": [158, 159], + "type": "ColorPreset", + "comment": "Loving Amber (176)", + "colors": ["#d49bff"] + }, + { + "dmxRange": [160, 161], + "type": "ColorPreset", + "comment": "Dark Lavender (180)", + "colors": ["#1c0bff"] + }, + { + "dmxRange": [162, 163], + "type": "ColorPreset", + "comment": "Light Red (182)", + "colors": ["#ff2606"] + }, + { + "dmxRange": [164, 165], + "type": "ColorPreset", + "comment": "Flesh Pink (192)", + "colors": ["#9f4fff"] + }, + { + "dmxRange": [166, 167], + "type": "ColorPreset", + "comment": "Surprise Pink (194)", + "colors": ["#312fff"] + }, + { + "dmxRange": [168, 169], + "type": "ColorPreset", + "comment": "Zenith Blue (195)", + "colors": ["#1107ff"] + }, + { + "dmxRange": [170, 171], + "type": "ColorPreset", + "comment": "True Blue (196)", + "colors": ["#2038ff"] + }, + { + "dmxRange": [172, 173], + "type": "ColorPreset", + "comment": "Alice Blue (197)", + "colors": ["#181aff"] + }, + { + "dmxRange": [174, 175], + "type": "ColorPreset", + "comment": "Palace Blue (198)", + "colors": ["#1407ff"] + }, + { + "dmxRange": [176, 177], + "type": "ColorPreset", + "comment": "Regal Blue (199)", + "colors": ["#1f10ff"] + }, + { + "dmxRange": [178, 255], + "type": "NoFunction", + "comment": "Reserved" + } + ] + }, + "Gel 2, LEE 600 Series": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 1], + "type": "ColorPreset", + "comment": "Arctic White (600)", + "colors": ["#2f3fff"] + }, + { + "dmxRange": [2, 3], + "type": "ColorPreset", + "comment": "Silver (601)", + "colors": ["#394dff"] + }, + { + "dmxRange": [4, 5], + "type": "ColorPreset", + "comment": "Platinum (602)", + "colors": ["#4158ff"] + }, + { + "dmxRange": [6, 7], + "type": "ColorPreset", + "comment": "Moonlight White (603)", + "colors": ["#445aff"] + }, + { + "dmxRange": [8, 9], + "type": "ColorPreset", + "comment": "Full CT 85 (604)", + "colors": ["#fff2de"] + }, + { + "dmxRange": [10, 11], + "type": "ColorPreset", + "comment": "Industry Sodium (650)", + "colors": ["#cfffbd"] + }, + { + "dmxRange": [12, 13], + "type": "ColorPreset", + "comment": "HI Sodium (651)", + "colors": ["#ffe3ab"] + }, + { + "dmxRange": [14, 15], + "type": "ColorPreset", + "comment": "Urban Sodium (652)", + "colors": ["#ff993a"] + }, + { + "dmxRange": [16, 17], + "type": "ColorPreset", + "comment": "LO Sodium (653)", + "colors": ["#ffbf4a"] + }, + { + "dmxRange": [18, 255], + "type": "NoFunction", + "comment": "Reserved" + } + ] + }, + "Gel 2, LEE Cosmetic Series": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 1], + "type": "ColorPreset", + "comment": "Cosmetic Peach (184)", + "colors": ["#778fff"] + }, + { + "dmxRange": [2, 3], + "type": "ColorPreset", + "comment": "Cosmetic Silver Rose (186)", + "colors": ["#707bff"] + }, + { + "dmxRange": [4, 5], + "type": "ColorPreset", + "comment": "Cosmetic Rouge (187)", + "colors": ["#8091ff"] + }, + { + "dmxRange": [6, 7], + "type": "ColorPreset", + "comment": "Cosmetic Highlight (188)", + "colors": ["#7b90ff"] + }, + { + "dmxRange": [8, 9], + "type": "ColorPreset", + "comment": "Cosmetic Silver Moss (189)", + "colors": ["#7fa7ff"] + }, + { + "dmxRange": [10, 11], + "type": "ColorPreset", + "comment": "Cosmetic Aqua Blue (191)", + "colors": ["#6082ff"] + }, + { + "dmxRange": [12, 13], + "type": "ColorPreset", + "comment": "Lily Frost (705)", + "colors": ["#3a32ff"] + }, + { + "dmxRange": [14, 15], + "type": "ColorPreset", + "comment": "Shanklin Frost (717)", + "colors": ["#2f41ff"] + }, + { + "dmxRange": [16, 17], + "type": "ColorPreset", + "comment": "Half Shanklin Frost (718)", + "colors": ["#425aff"] + }, + { + "dmxRange": [18, 19], + "type": "ColorPreset", + "comment": "Durham Daylight Frost (720)", + "colors": ["#2a39ff"] + }, + { + "dmxRange": [20, 21], + "type": "ColorPreset", + "comment": "Hampshire Rose (749)", + "colors": ["#898aff"] + }, + { + "dmxRange": [22, 23], + "type": "ColorPreset", + "comment": "Durham Frost (750)", + "colors": ["#6882ff"] + }, + { + "dmxRange": [24, 25], + "type": "ColorPreset", + "comment": "Soft Amber Key 1 (774)", + "colors": ["#a9b1ff"] + }, + { + "dmxRange": [26, 27], + "type": "ColorPreset", + "comment": "Soft Amber Key 2 (775)", + "colors": ["#f2ddff"] + }, + { + "dmxRange": [28, 29], + "type": "ColorPreset", + "comment": "Moroccan Frost (791)", + "colors": ["#a993ff"] + }, + { + "dmxRange": [30, 31], + "type": "ColorPreset", + "comment": "Blue Diffusion (217)", + "colors": ["#6983ff"] + }, + { + "dmxRange": [32, 33], + "type": "ColorPreset", + "comment": "Blue Frost (221)", + "colors": ["#6981ff"] + }, + { + "dmxRange": [34, 35], + "type": "ColorPreset", + "comment": "Daylight Blue Frost (224)", + "colors": ["#3848ff"] + }, + { + "dmxRange": [36, 255], + "type": "NoFunction", + "comment": "Reserved" + } + ] + }, + "Gel 2, LEE 700 Series": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 1], + "type": "ColorPreset", + "comment": "Perfect Lavender (700)", + "colors": ["#1a06ff"] + }, + { + "dmxRange": [2, 3], + "type": "ColorPreset", + "comment": "Provence (701)", + "colors": ["#210dff"] + }, + { + "dmxRange": [4, 5], + "type": "ColorPreset", + "comment": "Special Pale Lavender (702)", + "colors": ["#4c59ff"] + }, + { + "dmxRange": [6, 7], + "type": "ColorPreset", + "comment": "Cold Lavender (703)", + "colors": ["#3929ff"] + }, + { + "dmxRange": [8, 9], + "type": "ColorPreset", + "comment": "Lily (704)", + "colors": ["#423cff"] + }, + { + "dmxRange": [10, 11], + "type": "ColorPreset", + "comment": "King Fals Lavender (706)", + "colors": ["#1d0cff"] + }, + { + "dmxRange": [12, 13], + "type": "ColorPreset", + "comment": "Cool Lavender (708)", + "colors": ["#3e53ff"] + }, + { + "dmxRange": [14, 15], + "type": "ColorPreset", + "comment": "Electric Lilac (709)", + "colors": ["#3340ff"] + }, + { + "dmxRange": [16, 17], + "type": "ColorPreset", + "comment": "Spir Special Blue (710)", + "colors": ["#1b1bff"] + }, + { + "dmxRange": [18, 19], + "type": "ColorPreset", + "comment": "Cold Blue (711)", + "colors": ["#2b33ff"] + }, + { + "dmxRange": [20, 21], + "type": "ColorPreset", + "comment": "Bedford Blue (712)", + "colors": ["#1c24ff"] + }, + { + "dmxRange": [22, 23], + "type": "ColorPreset", + "comment": "Elysian Blue (714)", + "colors": ["#1211ff"] + }, + { + "dmxRange": [24, 25], + "type": "ColorPreset", + "comment": "Cabana Blue (715)", + "colors": ["#130aff"] + }, + { + "dmxRange": [26, 27], + "type": "ColorPreset", + "comment": "Mikkel Blue (716)", + "colors": ["#1104ff"] + }, + { + "dmxRange": [28, 29], + "type": "ColorPreset", + "comment": "Colour Wash Blue (719)", + "colors": ["#1e29ff"] + }, + { + "dmxRange": [30, 31], + "type": "ColorPreset", + "comment": "Berry Blue (721)", + "colors": ["#110cff"] + }, + { + "dmxRange": [32, 33], + "type": "ColorPreset", + "comment": "Virgin Blue (723)", + "colors": ["#1411ff"] + }, + { + "dmxRange": [34, 35], + "type": "ColorPreset", + "comment": "Ocean Blue (724)", + "colors": ["#1e3eff"] + }, + { + "dmxRange": [36, 37], + "type": "ColorPreset", + "comment": "Old Steel Blue (725)", + "colors": ["#375cff"] + }, + { + "dmxRange": [38, 39], + "type": "ColorPreset", + "comment": "Steel Green (728)", + "colors": ["#4170ff"] + }, + { + "dmxRange": [40, 41], + "type": "ColorPreset", + "comment": "Liberty Green (730)", + "colors": ["#5188ff"] + }, + { + "dmxRange": [42, 43], + "type": "ColorPreset", + "comment": "Dirty Ice (731)", + "colors": ["#5f95ff"] + }, + { + "dmxRange": [44, 45], + "type": "ColorPreset", + "comment": "Damp Squib (733)", + "colors": ["#71a6ff"] + }, + { + "dmxRange": [46, 47], + "type": "ColorPreset", + "comment": "JAS Green (738)", + "colors": ["#4fff40"] + }, + { + "dmxRange": [48, 49], + "type": "ColorPreset", + "comment": "Bram Brown (742)", + "colors": ["#f1ffa2"] + }, + { + "dmxRange": [50, 51], + "type": "ColorPreset", + "comment": "Dirty White (744)", + "colors": ["#f5ffbd"] + }, + { + "dmxRange": [52, 53], + "type": "ColorPreset", + "comment": "Brown (746)", + "colors": ["#ffc331"] + }, + { + "dmxRange": [54, 55], + "type": "ColorPreset", + "comment": "Easy White (747)", + "colors": ["#c7b3ff"] + }, + { + "dmxRange": [56, 57], + "type": "ColorPreset", + "comment": "Seedy Pink (748)", + "colors": ["#9057ff"] + }, + { + "dmxRange": [58, 59], + "type": "ColorPreset", + "comment": "Wheat (763)", + "colors": ["#95b9ff"] + }, + { + "dmxRange": [60, 61], + "type": "ColorPreset", + "comment": "Sun Colour Straw (764)", + "colors": ["#b8e0ff"] + }, + { + "dmxRange": [62, 63], + "type": "ColorPreset", + "comment": "LEE Yellow (765)", + "colors": ["#ceffd2"] + }, + { + "dmxRange": [64, 65], + "type": "ColorPreset", + "comment": "Cardbox Amber (773)", + "colors": ["#dbc2ff"] + }, + { + "dmxRange": [66, 67], + "type": "ColorPreset", + "comment": "Nectarine (776)", + "colors": ["#ffdbe4"] + }, + { + "dmxRange": [68, 69], + "type": "ColorPreset", + "comment": "Millennium Gold (778)", + "colors": ["#ff6807"] + }, + { + "dmxRange": [70, 71], + "type": "ColorPreset", + "comment": "Bastard Pink (779)", + "colors": ["#ff7d8d"] + }, + { + "dmxRange": [72, 73], + "type": "ColorPreset", + "comment": "Terry Red (781)", + "colors": ["#ff4305"] + }, + { + "dmxRange": [74, 75], + "type": "ColorPreset", + "comment": "Blood Red (789)", + "colors": ["#ff2500"] + }, + { + "dmxRange": [76, 77], + "type": "ColorPreset", + "comment": "Moroccan Pink (790)", + "colors": ["#af98ff"] + }, + { + "dmxRange": [78, 79], + "type": "ColorPreset", + "comment": "Pretty 'n Pink (794)", + "colors": ["#6d4dff"] + }, + { + "dmxRange": [80, 81], + "type": "ColorPreset", + "comment": "Magical Magenta (795)", + "colors": ["#570dff"] + }, + { + "dmxRange": [82, 255], + "type": "NoFunction", + "comment": "Reserved" + } + ] + }, "Reserved for future use": { "capability": { "type": "NoFunction" @@ -632,6 +4946,54 @@ "Strobe", "Reserved for future use" ] + }, + { + "name": "P16: GEL 8bit", + "shortName": "P16", + "channels": [ + "Dimmer", + "Gel 1, CCT", + "Gel 1, Color Matching", + "Gel 1, Brand", + "Gel 1, Category", + "Gel 1", + "Crossfade to gel", + "Gel 2, CCT", + "Gel 2, Color Matching", + "Gel 2, Brand", + "Gel 2, Category", + "Gel 2", + "Gel Transition Type", + "Fan Control", + "Presets", + "Strobe", + "Reserved for future use" + ] + }, + { + "name": "P17: GEL 16bit", + "shortName": "P17", + "channels": [ + "Dimmer", + "Dimmer fine", + "Gel 1, CCT", + "Gel 1, Color Matching", + "Gel 1, Brand", + "Gel 1, Category", + "Gel 1", + "Crossfade to gel", + "Crossfade to gel fine", + "Gel 2, CCT", + "Gel 2, Color Matching", + "Gel 2, Brand", + "Gel 2, Category", + "Gel 2", + "Gel Transition Type", + "Fan Control", + "Presets", + "Strobe", + "Reserved for future use" + ] } ] }