parse static method

FFMpegColor parse(
  1. String color
)

Implementation

static FFMpegColor parse(String color) => FFMpegColor(int.parse(color));