ColorUint1.from constructor

ColorUint1.from(
  1. ColorUint1 other
)

Implementation

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