<!--
{
  "availability" : [
    "iOS: 8.0.0 -",
    "iPadOS: 8.0.0 -",
    "macCatalyst: 13.1.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UIPrinter/supportsColor",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:objc(cs)UIPrinter(py)supportsColor"
  },
  "title" : "supportsColor"
}
-->

# supportsColor

A Boolean value that indicates whether the printer supports color printing.

```
var supportsColor: Bool { get }
```

## Discussion

The value of this property is <doc://com.apple.documentation/documentation/Swift/true> if the printer supports color printing or <doc://com.apple.documentation/documentation/Swift/false> if it does not. For printers you create yourself using the [`init(url:)`](/documentation/UIKit/UIPrinter/init(url:)-1mibn) method, the value of this property is <doc://com.apple.documentation/documentation/Swift/false> until you successfully connect to the printer using the [`contactPrinter(_:)`](/documentation/UIKit/UIPrinter/contactPrinter(_:)) method.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)