Contents

prefersExtendedRange

A Boolean value that specifies whether the bitmap context uses extended color.

Declaration

var prefersExtendedRange: Bool { get set }

Discussion

If true, the underlying Core Graphics context is configured to support wide color; if false, the context is not.

The default is true on devices that natively support wide color, and false on those that do not.

See Also

Configuring the renderer attributes