I finally have had a lull in my work schedule so I can finally start building my KR Sabers Luke Eco Hero. Can anyone help me achieve this effect as depicted here: Luke Eco Hero Master Chassis?
It looks like a simple KITT effect at the beginning that transitions from blue to green and speeds up until it’s almost a solid pulsing effect.
I have a 5-pixel strip. Tried using the Build A Sequence tool on Fett263’s site, but I just can’t figure it out.
That’s how styles work. Any COLOR argument can use a STYLE or a LAYER instead.
So based on the above, you can set a ColorSelect<> to contain multiple Styles instead of colors.
You could also use EffectSequence to advance when an EFFECT_SOMETHING happens.
Correct. Provided that you have the blade defined with 5 pixels, as in WS281XBladePtr<5
This will cycle through all 4 colors based on the speed set in Saw
StylePtr<ColorSelect<Sum<Variation,Saw<Int<30>,Int<4>,Int<0>>>,TrInstant,Red,Green,Blue,Yellow>>()
Each color could be replaced with a style (simple ones used in example below, but they can be as complex as you want).