setVideoEffectColorFilterIntensity abstract method

  1. @Deprecated('Deprecated since v3.50.1 and will be deleted in v3.56.1, use RTCVideoEffect.setColorFilterIntensity instead.')
Future<int?> setVideoEffectColorFilterIntensity(
  1. double intensity
)

Sets the color filter intensity.

intensity: Filter intensity with a range of [0,1].

Returned value:

  • 0: Success.
  • 1000: The Effect SDK is not integrated.
  • 1001: This API is not available in your Effect SDK.
  • <0: Other errors. See Error Code Table.

Implementation

@Deprecated(
    'Deprecated since v3.50.1 and will be deleted in v3.56.1, use RTCVideoEffect.setColorFilterIntensity instead.')
Future<int?> setVideoEffectColorFilterIntensity(double intensity);