toUIColor method

UIColor toUIColor()

Implementation

UIColor toUIColor() {
  return UIColor.colorWithRed(
    r,
    green: g,
    blue: b,
    alpha: a,
  );
}