addAll method

Color addAll(
  1. int rgb
)

Implementation

Color addAll(int rgb) => add(r: rgb, g: rgb, b: rgb);