setColorProfile method

void setColorProfile(
  1. Profile profile
)

Sets the color profile to use for downsampling colors.

Implementation

void setColorProfile(cp.Profile profile) {
  _renderer.setColorProfile(profile);
}