clone method

  1. @override
ColorUint4 clone()
override

Returns a copy of the color.

Implementation

@override
ColorUint4 clone() => ColorUint4.from(this);