How to get the list of filter names in CIFilter class?

后端 未结 7 1800
感情败类
感情败类 2021-01-30 23:40

I am using the following code for exposure adjustment and its working. I need the filter names for sharpen, denoise, highlighs, color temperature, shadows, blur, etc.

         


        
7条回答
  •  太阳男子
    2021-01-30 23:55

    May be you can try following method of CIFilter class

    + (NSArray *)filterNamesInCategory:(NSString *)category
    

提交回复
热议问题