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