weasel API - v0.8.0
    Preparing search index...

    Function solidVertexColors

    • Build an n-anchor solid RGBA array. Shorthand for [r, g, b, a, r, g, b, a, …] — the array a tweenVertexColors to-target typically needs.

      Parameters

      • n: number
      • r: number
      • g: number
      • b: number
      • a: number = 1

      Returns number[]