setColorValue abstract method

Future<void> setColorValue(
  1. String key,
  2. Color value
)

Change Color value for key

For GPUImage filters can be applied for color attributes that have GPUAttributeClass equals to float[] For Core Image filters can be applied to CIFilter that has CIAttributeClass equals to CIColor

Implementation

Future<void> setColorValue(String key, Color value);