ChanakyaHirpara
ChanakyaHirpara
var colors:[UIColor] = [ UIColor(hexString: "#F69300"), UIColor(hexString: "#93D460"), UIColor(hexString: "#5D86EF"), UIColor(hexString: "#F16051"), UIColor(hexString: "#FFFFFF")] var texts:[String] = [ "Lorem", "Ipsum", "Correct", "Wrong", "Correct"] var percentages:[CGFloat] = [15,12,18,25,30] var textLayers:[PieLineTextLayer] =...
I am implementing feature with red, orange, yellow, green, aqua, blue, purple color selection and one UISlider. I am not understanding how to use MultiBandHSV with UISlider properly. Thank you.
While warping image it is making image blur.
### Checklist - [ ] I've read the [README](https://github.com/MetalPetal/MetalPetal/blob/master/README.md) - [ ] I've searched for [existing GitHub issues](https://github.com/MetalPetal/MetalPetal/issues) I am implementing effects like blur, contrast etc. I am using MTICoreImageUnaryFilter...