Looking for help I am working on a pov display and want to fill

Looking for help
I am working on a pov display and want to fill a strip by repeating 5 pixels at a time.
if (myline>=16) {leds[0 How Can I ad positions like 0,5,10 etc] = CRGB::Blue; myline-=16;} else {leds[00 How Can I ad positions like 0,5,10 etc] =CRGB::Black ;}

The end goal is to fill the strip repeating the same effect every 5 pixels

Thanks

@Rickey_Lovins , here’s an example to hopefully get you started.