setColorProfile method

void setColorProfile(
  1. Profile profile
)

Implementation

void setColorProfile(cp.Profile profile) {
  _profile = profile;
}