Fixture independent Color Palettes

Hello,

I have researched a lot about Color Palettes, however I am stuck at this point:

I would like to create Color Palettes for use in direct selects in my Template Show File, where I have a range of colors that I can apply to ANY fixture now or in the future. Now I manage to do this with Macro's, but that is a workaround, and doesn't give you the color chips in the direct selects. Is there a way tot obtain this?

Thanks in advance.

Parents
  • I'm unsure what your Macro work-around is, but I have Macros that selects every LED fixture in my rig and then sets colour palettes for those units. Regardless of whether the unit is RGB, RGBA, RGBW, RLGBI, or whatever.

    and yes, the colour chips appear in the direct selects. Do you just have yours disabled?

    Macro 201 Flexi Patched/Group
    Live Live_ [Enter]
    Flexi_Patch [Enter]
    Query Is_In Keywords Luminaire_LED_Spot Or Keywords Luminaire_LED_Wash Or Keywords Luminaire_LED_Yoke_Spot Or
    Keywords Luminaire_LED_Yoke_Wash [Enter]
    Select_Last Record Group 9 9 9 9 [Enter]
    [Enter]
    Group 9 9 9 9 Label CLEAR_TEXT All Rig LEDs [Enter]
    Live

    Macro 203 Create CP
    Clear_CmdLine Blind Blind Color_Palette [Enter]
    Color_Palette 1 [Enter]
    Group 9 9 9 9 Color 5 / 0 0 [Enter]
    Color_Palette 2 [Enter]
    Group 9 9 9 9 Color 5 / 0 4 [Enter]
    Color_Palette 3 [Enter]
    Group 9 9 9 9 Color 5 / 1 8 [Enter]
    Color_Palette 4 [Enter]
    Group 9 9 9 9 Color 5 / 2 2 [Enter]
    Color_Palette 5 [Enter]
    Group 9 9 9 9 Color 5 / 2 6 [Enter]
    Color_Palette 1 Label CLEAR_TEXT x00 [Enter]
    Color_Palette 2 Label CLEAR_TEXT x04 [Enter]
    Color_Palette 3 Label CLEAR_TEXT x18 [Enter]
    Color_Palette 4 Label CLEAR_TEXT x22 [Enter]
    Color_Palette 5 Label CLEAR_TEXT x26 [Enter]
    Live

Reply
  • I'm unsure what your Macro work-around is, but I have Macros that selects every LED fixture in my rig and then sets colour palettes for those units. Regardless of whether the unit is RGB, RGBA, RGBW, RLGBI, or whatever.

    and yes, the colour chips appear in the direct selects. Do you just have yours disabled?

    Macro 201 Flexi Patched/Group
    Live Live_ [Enter]
    Flexi_Patch [Enter]
    Query Is_In Keywords Luminaire_LED_Spot Or Keywords Luminaire_LED_Wash Or Keywords Luminaire_LED_Yoke_Spot Or
    Keywords Luminaire_LED_Yoke_Wash [Enter]
    Select_Last Record Group 9 9 9 9 [Enter]
    [Enter]
    Group 9 9 9 9 Label CLEAR_TEXT All Rig LEDs [Enter]
    Live

    Macro 203 Create CP
    Clear_CmdLine Blind Blind Color_Palette [Enter]
    Color_Palette 1 [Enter]
    Group 9 9 9 9 Color 5 / 0 0 [Enter]
    Color_Palette 2 [Enter]
    Group 9 9 9 9 Color 5 / 0 4 [Enter]
    Color_Palette 3 [Enter]
    Group 9 9 9 9 Color 5 / 1 8 [Enter]
    Color_Palette 4 [Enter]
    Group 9 9 9 9 Color 5 / 2 2 [Enter]
    Color_Palette 5 [Enter]
    Group 9 9 9 9 Color 5 / 2 6 [Enter]
    Color_Palette 1 Label CLEAR_TEXT x00 [Enter]
    Color_Palette 2 Label CLEAR_TEXT x04 [Enter]
    Color_Palette 3 Label CLEAR_TEXT x18 [Enter]
    Color_Palette 4 Label CLEAR_TEXT x22 [Enter]
    Color_Palette 5 Label CLEAR_TEXT x26 [Enter]
    Live

Children
Related