ColorUint2.from constructor

ColorUint2.from(
  1. ColorUint2 other
)

Implementation

ColorUint2.from(ColorUint2 other)
    : length = other.length,
      data = other.data;