colorProfile property
Terminal color capabilities for ANSI output.
Components use this to downsample colors appropriately:
- ColorProfile.trueColor: Full 24-bit RGB
- ColorProfile.ansi256: 256-color palette
- ColorProfile.ansi: 16-color palette
- ColorProfile.noColor: No color codes
- ColorProfile.ascii: Strip all ANSI sequences
Implementation
final ColorProfile colorProfile;