Swift UIColor颜色设置RGBA

第一种
self.lineLabel?.backgroundColor =RGBA(r:242, g:242, b: 242, a: 1)
第二种
UIColor(r:255,g:255,b:255)

你可能感兴趣的:(Swift UIColor颜色设置RGBA)