美文网首页
swift UIColor重写

swift UIColor重写

作者: func_老衲姓罗 | 来源:发表于2016-11-16 10:41 被阅读0次

    func LGColor(r:CGFloat, g:CGFloat, b:CGFloat, a:CGFloat) -> UIColor {

    return UIColor(red: r / 255.0, green: g / 255.0, blue: b / 255.0, alpha: a)

    }

    这样写之后  之后就可以调用自己的颜色方法   不要要每个值都要/255

    相关文章

      网友评论

          本文标题:swift UIColor重写

          本文链接:https://www.haomeiwen.com/subject/wpxrpttx.html