colorProfile property

  1. @override
ColorProfile get colorProfile
override

The color capability profile of the target surface.

Implementation

@override
ColorProfile get colorProfile =>
    ColorProfileConverter.fromProfile(cp_detect.detectForSink(_stdout));