IccProfile.from constructor

IccProfile.from(
  1. IccProfile other
)

Implementation

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