withAlpha abstract method

  1. @override
ColorModel withAlpha(
  1. int alpha
)

Returns this ColorModel with the provided alpha value.

Implementation

@override
ColorModel withAlpha(int alpha);