Я пытаюсь заполнить глаза затененными цветами, используя функцию drawShading. Ожидается, что параметр с именем CGFunction
.Anyidea как построить CGFunction
параметр
guard let context = UIGraphicsGetCurrentContext() else {
return
}
context.drawShading(CGShading(radialSpace: colorSpace, start: eyeShadowArea[0], startRadius: 4, end: eyeShadowArea[eyeShadowArea.count - 1], endRadius: 10, function: **CGFunction**, extendStart: true, extendEnd: true)!)