colorInterpolationFilters property

String colorInterpolationFilters

Implementation

_i2.String get colorInterpolationFilters => _i4.getProperty(
      this,
      'colorInterpolationFilters',
    );
void colorInterpolationFilters=(String value)

Implementation

set colorInterpolationFilters(_i2.String value) {
  _i4.setProperty(
    this,
    'colorInterpolationFilters',
    value,
  );
}