Skip to content
Kyuchumimo edited this page Oct 15, 2021 · 3 revisions

trib

trib x1 y1 x2 y2 x3 y3 color

Parameters

  • x1, y1 : the coordinates of the first triangle corner
  • x2, y2 : the coordinates of the second corner
  • x3, y3 : the coordinates of the third corner
  • color: the RGB list or HEX color of the desired color

Description

This function draws a triangle border with color, using the supplied vertices.

Clone this wiki locally