I'm making a game using libGdx and box2d tools.
I've been using EdgeShape class to draw lines in Box2d which I will later add collision detector. I know how to add Textures to Fixtures etc., but could I somehow add colors to edges drawn with EdgeShape? Or am I forced to instead of lines draw rectangles?