setColorProfile method
void
setColorProfile(
- Profile profile
Sets the color profile to use for downsampling colors.
Implementation
void setColorProfile(cp.Profile profile) {
_renderer.setColorProfile(profile);
}