IccProfile.from constructor
IccProfile.from(
- IccProfile other
Implementation
IccProfile.from(IccProfile other)
: name = other.name,
compression = other.compression,
data = other.data.sublist(0);