BitmapData frameAt(int index)

Source

BitmapData frameAt(int index) {
  return frames[index];
}