ColorInt16.fromList constructor

ColorInt16.fromList(
  1. List<int> color
)

Implementation

ColorInt16.fromList(List<int> color) : data = Int16List.fromList(color);