ColorInt8.from constructor

ColorInt8.from(
  1. ColorInt8 other
)

Implementation

ColorInt8.from(ColorInt8 other) : data = Int8List.fromList(other.data);