UIGraphicsImageRendererFormat.PrefersExtendedRange Property

Definition

Gets or sets whether the graphics context should use extended color.

[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 12, 0, ObjCRuntime.PlatformArchitecture.None, "Use the 'PreferredRange' property instead.")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.TvOS, 12, 0, ObjCRuntime.PlatformArchitecture.None, "Use the 'PreferredRange' property instead.")]
public virtual bool PrefersExtendedRange { [Foundation.Export("prefersExtendedRange")] [ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 12, 0, ObjCRuntime.PlatformArchitecture.None, "Use the 'PreferredRange' property instead.")] [ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.TvOS, 12, 0, ObjCRuntime.PlatformArchitecture.None, "Use the 'PreferredRange' property instead.")] get; [Foundation.Export("setPrefersExtendedRange:")] [ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 12, 0, ObjCRuntime.PlatformArchitecture.None, "Use the 'PreferredRange' property instead.")] [ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.TvOS, 12, 0, ObjCRuntime.PlatformArchitecture.None, "Use the 'PreferredRange' property instead.")] set; }
member this.PrefersExtendedRange : bool with get, set

Property Value

Attributes

Applies to