colored triangle



using AbstractPlotting

mesh(
    [(0.0, 0.0), (0.5, 1.0), (1.0, 0.0)], color = [:red, :green, :blue],
    shading = false
)