Can I change the frame's color every cycle?
Hi I like to know if is it possible that I can change the frame's color every cycle? If i want to let the cycle be every 0.5 seconds https://github.com/TingHsu/lua-dissector-/blob/master/1.png Is it possible to do like this? Thanks a lot!!
P.S The picture is just an example to explain the situation
It's not entirely clear from your picture what 1) a "cycle" is or 2) what "change the frame's color every cycle" means. Do you mean, for example, that you want all the frames in the yellow box to have one background color and all the frames in the red box to have a different background color? If so, I'm not seeing where 0.5 seconds worth of time is involved in those sets of frames?
Yes, I would like to have different background color the picture is just an example to explain the situation , I apologize for not making my points clear.
So which frames do you want to have a different background color? Do you, for example, want all frames within a given .5-second interval have one color, and all frames within the next .5-second interval have some other color, and so on?
Yes , I want exactly what you mentioned