alpha method

int alpha(
  1. Color color
)

Implementation

int alpha(Color color) => color.alpha;