AliyunLutFilter

@interface AliyunLutFilter : AliyunBaseFilter

* API_AVAILABLE(3.27.0) The lookup filter data model.

  • * API_AVAILABLE(3.27.0) The lookup image path.

    Declaration

    Objective-C

    @property (nonatomic, copy, readonly) NSString *_Nonnull path;
  • * API_AVAILABLE(3.27.0) The lut filter intensity,between[0.0,1.0],default is 1.0.

    Declaration

    Objective-C

    @property (nonatomic) float intensity;
  • * API_AVAILABLE(3.27.0) The init method.

    Declaration

    Objective-C

    - (nonnull instancetype)initWithPath:(nonnull NSString *)path;

    Parameters

    path

    the lookup image path.

    Return Value

    the lookup filter data model.