Rgba.fromColor constructor

Rgba.fromColor(
  1. Color color
)

Implementation

factory Rgba.fromColor(Color color) => color.rgba;