Polygon2D.vertexColors

Color for each vertex. Colors are interpolated between vertices, resulting in smooth gradients. There should be one per polygon vertex. If there are fewer, undefined vertices will use color.

  1. PoolColorArray vertexColors [@property getter]
    struct Polygon2D
    @nogc nothrow @property
    PoolColorArray
    vertexColors
    ()
  2. PoolColorArray vertexColors [@property setter]

Meta