setColorProfile method
Sets the color profile for output.
Controls how colors are downsampled (e.g. true color, 256-color, ANSI).
Implementation
@override
void setColorProfile(cp.Profile profile) {
_profile = profile;
}
Sets the color profile for output.
Controls how colors are downsampled (e.g. true color, 256-color, ANSI).
@override
void setColorProfile(cp.Profile profile) {
_profile = profile;
}