79106670

Date: 2024-10-20 08:54:02
Score: 0.5
Natty:
Report link

Geometry does not have such attributes as color or style. Those are provided when you draw or fill it, with DrawGeometry/FillGeometry. So no, it's not possible to set color for the geometry segments at all.

If you need to switch styles or colors you'll need to have multiple geometries, and several draw/fill calls. It's possible to pack those in a single command list.

Reasons:
  • No code block (0.5):
Posted by: bunglehead