来自Swift 2中Pixel的颜色

时间:2015-11-03 01:58:48

标签: swift uicolor

当我为此函数提供坐标时,我在尝试确定图像中某个位置的颜色时遇到问题

Move

我得到的是一个错误 "无法转换类型' CGBitmapInfo'预期参数类型' UInt32'

据我所知,bitmapInfo UInt32,所以我很难过。

1 个答案:

答案 0 :(得分:0)

它似乎是一个符合OptionSetType的结构。试试rawValue ......

let context = CGBitmapContextCreate(&pixelData, 1, 1, 8, 4, colorSpace, bitmapInfo.rawValue)