operator [] method

T operator [](
  1. Color color
)

Select hex color

Implementation

T operator [](Color color) => builder(color);