ColorInt16.from constructor

ColorInt16.from(
  1. ColorInt16 other
)

Implementation

ColorInt16.from(ColorInt16 other) : data = Int16List.fromList(other.data);