Function tint

    • Set the same color on N markers at once.

      Parameters

      • color: string | null
      • ...markers: readonly { color: Writable<Cell<string | null>> }[]

      Returns void