smeighan / nutcracker

RGB Effects builder for Chistmas Animations
15 stars 15 forks source link

BAR EFFECT BUG, BAR widths incorrect #16

Closed keebler125 closed 12 years ago

keebler125 commented 12 years ago

when creating a BAR EFFECT. if only using 4 bars there is 3 lines of trailing color from the 5th and 6th pallet

also in BAR EFFECT expand an collapse result is the same

smeighan commented 12 years ago

Please always give your login name (keebler, i figured it out) and the effect name you are referring to. You have 7 bar effects, but only one has 4 bars so i assume effect name is BARS_4_UP_5_MUL2

I changed the 5th color to pink to verify and it is indeed a bug. You have 4 bars, we should only use 4 colors from your palette.

Thanks for finding the bug i will fix it this week.

sean

smeighan commented 12 years ago

Calculation of pixels for each bar woith could be off by if the number pf pxels divided into the total pixels in a strand had a remainder.

fixed.