withAlpha method

PColorRGB withAlpha(
  1. double alpha
)

Implementation

PColorRGB withAlpha(double alpha) => copyWith(alpha: alpha);