UIViewTintAdjustmentMode Enum

Definition

An enumeration whose values specify adjustment modes for TintAdjustmentMode.

[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum UIViewTintAdjustmentMode
type UIViewTintAdjustmentMode = 
Inheritance
UIViewTintAdjustmentMode
Attributes

Fields

Automatic 0

Automatic tint adjustment.

Dimmed 2

Dimmed tint adjustment.

Normal 1

Normal tint adjustment.

Applies to