UGCKitVideoEffectColorPalette.h 248 B

12345678
  1. // Copyright (c) 2019 Tencent. All rights reserved.
  2. @import UIKit;
  3. /// @param index 第几个颜色,index相同,颜色相同
  4. /// @return 色板中第index个颜色
  5. extern UIColor *UGCKitVideoEffectColorPaletteColorAtIndex(NSUInteger index);