ColorInt32.from constructor

ColorInt32.from(
  1. ColorInt32 other
)

Implementation

ColorInt32.from(ColorInt32 other) : data = Int32List.fromList(other.data);